File: /home/ednermusika/elconferencista_com_09-04-2025.sql
-- MySQL dump 10.13 Distrib 8.0.40, for Linux (x86_64)
--
-- Host: mysql.elconferencista.com Database: elconferencista_com
-- ------------------------------------------------------
-- Server version 8.0.28-0ubuntu0.20.04.3
/*!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 */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_72rj7f_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wp_72rj7f_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_actionscheduler_actions` (
`action_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(20) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schedule` longtext CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_actionscheduler_actions`
--
LOCK TABLES `wp_72rj7f_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_actionscheduler_actions` VALUES (16,'action_scheduler/migration_hook','complete','2022-09-21 20:38:09','2022-09-21 20:38:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1663792689;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1663792689;}',1,1,'2022-09-21 20:38:22','2022-09-21 20:38:22',0,NULL),(17,'woocommerce_cleanup_draft_orders','complete','2022-09-21 20:37:14','2022-09-21 20:37:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663792634;s:18:\"\0*\0first_timestamp\";i:1663792634;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663792634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-09-21 20:38:22','2022-09-21 20:38:22',0,NULL),(18,'woocommerce_cleanup_draft_orders','pending','2022-09-22 20:38:22','2022-09-22 20:38:22','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1663879102;s:18:\"\0*\0first_timestamp\";i:1663792634;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1663879102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(19,'wc-admin_import_customers','complete','2022-09-22 00:06:31','2022-09-22 00:06:31','[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1663805191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1663805191;}',2,1,'2022-09-22 00:07:24','2022-09-22 00:07:24',0,NULL),(20,'action_scheduler/migration_hook','pending','2022-09-22 00:08:42','2022-09-22 00:08:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1663805322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1663805322;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wp_72rj7f_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_actionscheduler_claims` (
`claim_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=182 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_actionscheduler_claims`
--
LOCK TABLES `wp_72rj7f_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wp_72rj7f_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_actionscheduler_groups` (
`group_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_actionscheduler_groups`
--
LOCK TABLES `wp_72rj7f_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data');
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wp_72rj7f_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_actionscheduler_logs` (
`log_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint unsigned NOT NULL,
`message` text CHARACTER SET utf8mb4 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',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_actionscheduler_logs`
--
LOCK TABLES `wp_72rj7f_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_actionscheduler_logs` VALUES (1,16,'action created','2022-09-21 20:37:09','2022-09-21 20:37:09'),(2,17,'action created','2022-09-21 20:37:14','2022-09-21 20:37:14'),(3,17,'action started via WP Cron','2022-09-21 20:38:22','2022-09-21 20:38:22'),(4,17,'action complete via WP Cron','2022-09-21 20:38:22','2022-09-21 20:38:22'),(5,18,'action created','2022-09-21 20:38:22','2022-09-21 20:38:22'),(6,16,'action started via WP Cron','2022-09-21 20:38:22','2022-09-21 20:38:22'),(7,16,'action complete via WP Cron','2022-09-21 20:38:22','2022-09-21 20:38:22'),(8,19,'acción creada','2022-09-22 00:06:26','2022-09-22 00:06:26'),(9,19,'acción empezada vía WP Cron','2022-09-22 00:07:24','2022-09-22 00:07:24'),(10,19,'acción completa vía WP Cron','2022-09-22 00:07:24','2022-09-22 00:07:24'),(11,20,'acción creada','2022-09-22 00:07:42','2022-09-22 00:07:42');
/*!40000 ALTER TABLE `wp_72rj7f_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_aioseo_cache`
--
DROP TABLE IF EXISTS `wp_72rj7f_aioseo_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_aioseo_cache` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`expiration` datetime DEFAULT NULL,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_aioseo_cache`
--
LOCK TABLES `wp_72rj7f_aioseo_cache` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_cache` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_aioseo_cache` VALUES (1,'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49','s:4:\"none\";','2022-09-22 23:48:29','2022-09-21 23:48:29','2022-09-21 23:48:29'),(2,'admin_notifications_update','i:1663890512;','2022-09-22 23:48:32','2022-09-21 23:48:32','2022-09-21 23:48:32'),(4,'addons','a:8:{i:0;O:8:\"stdClass\":22:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:12:\"svg-redirect\";s:6:\"levels\";a:4:{i:0;s:6:\"agency\";i:1;s:8:\"business\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:274:\"<p>Our Redirection Manager allows you to easily create and manage redirects for your broken links to avoid confusing search engines and users, as well as losing valuable backlinks. It even automatically sends users and search engines from your old URLs to your new ones.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:30:\"https://route#aioseo-redirects\";s:8:\"basename\";s:37:\"aioseo-redirects/aioseo-redirects.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:25:\"aioseo_redirects_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:1;O:8:\"stdClass\":22:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-link-assistant\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:282:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:51:\"https://aioseo.com/feature/internal-link-assistant/\";s:12:\"learnMoreUrl\";s:51:\"https://aioseo.com/feature/internal-link-assistant/\";s:9:\"manageUrl\";s:35:\"https://route#aioseo-link-assistant\";s:8:\"basename\";s:47:\"aioseo-link-assistant/aioseo-link-assistant.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:17:\"aioseo_manage_seo\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:2;O:8:\"stdClass\":22:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:242:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:32:\"https://aioseo.com/video-sitemap\";s:12:\"learnMoreUrl\";s:32:\"https://aioseo.com/video-sitemap\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"basename\";s:45:\"aioseo-video-sitemap/aioseo-video-sitemap.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_sitemap_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:3;O:8:\"stdClass\":22:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:252:\"<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>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:33:\"https://aioseo.com/local-business\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/local-business\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"basename\";s:47:\"aioseo-local-business/aioseo-local-business.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:25:\"aioseo_local_seo_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:4;O:8:\"stdClass\":22:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<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’s Publisher Center and had it approved.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:31:\"https://aioseo.com/news-sitemap\";s:12:\"learnMoreUrl\";s:31:\"https://aioseo.com/news-sitemap\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"basename\";s:43:\"aioseo-news-sitemap/aioseo-news-sitemap.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_sitemap_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:5;O:8:\"stdClass\":23:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:6:{i:0;s:6:\"agency\";i:1;s:8:\"business\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:192:\"<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>\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:29:\"https://aioseo.com/index-now/\";s:12:\"learnMoreUrl\";s:29:\"https://aioseo.com/index-now/\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"basename\";s:37:\"aioseo-index-now/aioseo-index-now.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:23:\"aioseo_general_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:6;O:8:\"stdClass\":23:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:8:\"svg-code\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:136:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";N;s:8:\"basename\";s:35:\"aioseo-rest-api/aioseo-rest-api.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";N;s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}i:7;O:8:\"stdClass\":22:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";N;s:4:\"icon\";s:13:\"svg-image-seo\";s:6:\"levels\";a:6:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.</p>\";s:18:\"descriptionVersion\";i:0;s:10:\"productUrl\";s:28:\"https://aioseo.com/image-seo\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/image-seo\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"basename\";s:37:\"aioseo-image-seo/aioseo-image-seo.php\";s:9:\"installed\";b:0;s:8:\"isActive\";b:0;s:10:\"canInstall\";b:0;s:11:\"canActivate\";b:0;s:9:\"canUpdate\";b:0;s:10:\"capability\";s:33:\"aioseo_search_appearance_settings\";s:14:\"minimumVersion\";s:5:\"0.0.0\";s:17:\"hasMinimumVersion\";b:0;}}','2022-09-22 23:52:45','2022-09-21 23:52:45','2022-09-21 23:52:45'),(5,'admin_help_docs','s:68023:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content%ef%bf%bc\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content%ef%bf%bc\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content%ef%bf%bc\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\\ufffc\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"developer-documentation\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"developer-documentation\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"developer-documentation\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"developer-documentation\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"developer-documentation\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"developer-documentation\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix Javascript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"37961\":{\"title\":\"aioseo_classic_editor_disable_emoji_script\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_classic_editor_disable_emoji_script\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30756\":{\"title\":\"aioseo_local_business_get_locations_by_category_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30755\":{\"title\":\"aioseo_local_business_get_locations_by_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30754\":{\"title\":\"aioseo_local_business_get_location_categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_categories\\/\",\"categories\":[\"filter-hooks\"]},\"30751\":{\"title\":\"aioseo_local_business_get_locations_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30753\":{\"title\":\"aioseo_local_business_get_location_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30761\":{\"title\":\"aioseo_local_business_output_location_category_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30764\":{\"title\":\"aioseo_local_business_output_location_category_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30567\":{\"title\":\"aioseo_local_business_get_locations_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_args\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Twitter Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-twitter-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23441\":{\"title\":\"aioseo_generate_descriptions_from_content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_generate_descriptions_from_content\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Keyword Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widget\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2022-09-28 23:52:45','2022-09-21 23:52:45','2022-09-21 23:52:45'),(6,'rss_feed','a:3:{i:0;a:4:{s:3:\"url\";s:162:\"https://aioseo.com/how-to-implement-structured-data-in-wordpress/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-implement-structured-data-in-wordpress\";s:5:\"title\";s:66:\"How to Implement Structured Data in WordPress (The Super Easy Way)\";s:4:\"date\";s:18:\"September 19, 2022\";s:7:\"content\";s:131:\"Do you want to know how to implement structured data in WordPress?\n\n\n\nStructured data, also known as schema markup, is an essent...\";}i:1;a:4:{s:3:\"url\";s:154:\"https://aioseo.com/best-wordpress-image-optimization-plugins/?utm_source=rss&utm_medium=rss&utm_campaign=best-wordpress-image-optimization-plugins\";s:5:\"title\";s:58:\"6 Best WordPress Image Optimization Plugins [2022 Edition]\";s:4:\"date\";s:18:\"September 15, 2022\";s:7:\"content\";s:131:\"Looking for the best WordPress image optimization plugins?\n\n\n\nImages are an important ingredient for crafting engaging blog post...\";}i:2;a:4:{s:3:\"url\";s:228:\"https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=rss&utm_medium=rss&utm_campaign=announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings\";s:5:\"title\";s:79:\"Announcing AIOSEO 4.2.5: Next-Gen Schema Generator to Improve Your SEO Rankings\";s:4:\"date\";s:18:\"September 13, 2022\";s:7:\"content\";s:131:\"Today, I’m super excited to share that the Next Generation of AIOSEO’s schema generator is now LIVE!\n\n\n\nAt All in On...\";}}','2022-09-22 11:52:46','2022-09-21 23:52:46','2022-09-21 23:52:46'),(8,'page_overview_data','a:5:{s:5:\"total\";i:1;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:1;}','2022-09-28 23:52:46','2022-09-21 23:52:46','2022-09-21 23:52:46');
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_aioseo_notifications`
--
DROP TABLE IF EXISTS `wp_72rj7f_aioseo_notifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_aioseo_notifications` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`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,
PRIMARY KEY (`id`),
UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
KEY `ndx_aioseo_notifications_type` (`type`),
KEY `ndx_aioseo_notifications_dismissed` (`dismissed`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_aioseo_notifications`
--
LOCK TABLES `wp_72rj7f_aioseo_notifications` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_notifications` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_aioseo_notifications` VALUES (1,'632ba2d2f25e3',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,0,'2022-09-21 23:48:34','2022-09-21 23:48:34'),(2,'632ba2d302929',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-13 14:28:06',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,0,'2022-09-21 23:48:35','2022-09-21 23:48:35');
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_notifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_aioseo_posts`
--
DROP TABLE IF EXISTS `wp_72rj7f_aioseo_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_aioseo_posts` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`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,
`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` tinytext COLLATE utf8mb4_unicode_520_ci,
`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,
`limit_modified_date` tinyint(1) NOT NULL DEFAULT '0',
`options` longtext COLLATE utf8mb4_unicode_520_ci,
`created` datetime NOT NULL,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_aioseo_posts`
--
LOCK TABLES `wp_72rj7f_aioseo_posts` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_posts` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_aioseo_posts` VALUES (1,2,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,NULL,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-09-21 23:49:57',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-09-21 23:49:57','2022-09-21 23:49:57'),(2,1,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,NULL,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2022-09-21 23:49:57',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2022-09-21 23:49:57','2022-09-21 23:49:57');
/*!40000 ALTER TABLE `wp_72rj7f_aioseo_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_commentmeta`
--
DROP TABLE IF EXISTS `wp_72rj7f_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_commentmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_commentmeta`
--
LOCK TABLES `wp_72rj7f_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_comments`
--
DROP TABLE IF EXISTS `wp_72rj7f_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 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',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_comments`
--
LOCK TABLES `wp_72rj7f_comments` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_events`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_events` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`event_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_events`
--
LOCK TABLES `wp_72rj7f_e_events` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_notes`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_notes` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`route_url` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Clean url where the note was created.',
`route_title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`route_post_id` bigint unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
`post_id` bigint unsigned DEFAULT NULL,
`element_id` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
`parent_id` bigint unsigned NOT NULL DEFAULT '0',
`author_id` bigint unsigned DEFAULT NULL,
`author_display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`position` text COLLATE utf8mb4_unicode_520_ci COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
`content` longtext COLLATE utf8mb4_unicode_520_ci,
`is_resolved` tinyint(1) NOT NULL DEFAULT '0',
`is_public` tinyint(1) NOT NULL DEFAULT '1',
`last_activity_at` datetime DEFAULT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `route_url_index` (`route_url`(191)),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `parent_id_index` (`parent_id`),
KEY `author_id_index` (`author_id`),
KEY `status_index` (`status`),
KEY `is_resolved_index` (`is_resolved`),
KEY `is_public_index` (`is_public`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_notes`
--
LOCK TABLES `wp_72rj7f_e_notes` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_e_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_notes_users_relations`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_notes_users_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_notes_users_relations` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
`note_id` bigint unsigned NOT NULL,
`user_id` bigint unsigned NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `type_index` (`type`),
KEY `note_id_index` (`note_id`),
KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_notes_users_relations`
--
LOCK TABLES `wp_72rj7f_e_notes_users_relations` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_notes_users_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_e_notes_users_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_submissions`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_submissions` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`hash_id` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`main_meta_id` bigint unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
`post_id` bigint unsigned NOT NULL,
`referer` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`referer_title` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`element_id` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`form_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`campaign_id` bigint unsigned NOT NULL,
`user_id` bigint unsigned DEFAULT NULL,
`user_ip` varchar(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_agent` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`actions_count` int DEFAULT '0',
`actions_succeeded_count` int DEFAULT '0',
`status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_read` tinyint(1) NOT NULL DEFAULT '0',
`meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash_id_unique_index` (`hash_id`),
KEY `main_meta_id_index` (`main_meta_id`),
KEY `hash_id_index` (`hash_id`),
KEY `type_index` (`type`),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `campaign_id_index` (`campaign_id`),
KEY `user_id_index` (`user_id`),
KEY `user_ip_index` (`user_ip`),
KEY `status_index` (`status`),
KEY `is_read_index` (`is_read`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `referer_index` (`referer`(191)),
KEY `referer_title_index` (`referer_title`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1162 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_submissions`
--
LOCK TABLES `wp_72rj7f_e_submissions` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_e_submissions` VALUES (1,'submission','4555e7c9-b3b0-43dc-85b3-7077cc6221a1',2,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'187.190.175.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-09-22 00:12:35','2022-09-22 00:12:35','2022-09-22 00:12:35','2022-09-22 00:12:35'),(2,'submission','8389afad-3fd9-4388-b104-4c660394b485',6,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.10','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-09-22 01:32:49','2022-09-22 01:32:49','2022-09-22 01:32:49','2022-09-22 01:32:49'),(3,'submission','237a7728-9aca-47b6-b6c4-e1047c621c58',10,11,'','','efef6a6','FORMULARIO',0,0,'5.44.174.110','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-09-28 13:44:02','2022-09-28 13:44:02','2022-09-28 13:44:02','2022-09-28 13:44:02'),(4,'submission','14341012-590a-4355-ae9e-5ea9664c9745',14,11,'https://www.elconferencista.com/#form/','','efef6a6','FORMULARIO',0,0,'185.224.184.227','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-10-05 18:59:29','2022-10-05 18:59:29','2022-10-05 18:59:29','2022-10-05 18:59:29'),(5,'submission','cd25a44c-b01c-4dd9-b800-efbdbbace859',18,11,'','','efef6a6','FORMULARIO',0,0,'191.101.217.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-10-22 22:18:55','2022-10-22 22:18:56','2022-10-22 22:18:55','2022-10-22 22:18:56'),(6,'submission','eb6afafa-5990-46ce-a286-385ec2215870',22,11,'','','efef6a6','FORMULARIO',0,0,'185.213.155.176','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-11-07 11:09:58','2022-11-07 11:09:58','2022-11-07 11:09:58','2022-11-07 11:09:58'),(7,'submission','c7255c98-8cf8-49ed-a1fc-ddc2e4f8a1d9',26,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.10','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-11-09 20:51:26','2022-11-09 20:51:26','2022-11-09 20:51:26','2022-11-09 20:51:26'),(8,'submission','893a6e1d-4376-4de8-8d3f-496e2b7a4361',30,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-11-17 04:49:00','2022-11-17 04:49:00','2022-11-17 04:49:00','2022-11-17 04:49:00'),(9,'submission','86d06b6d-a856-45c1-ad17-b83ffffda3cf',34,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.10','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-11-20 01:34:35','2022-11-20 01:34:35','2022-11-20 01:34:35','2022-11-20 01:34:35'),(10,'submission','eb39ef7a-3fdb-4297-b6d7-20a9971c8256',38,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-11-26 19:05:47','2022-11-26 19:05:47','2022-11-26 19:05:47','2022-11-26 19:05:47'),(11,'submission','04036e17-c4ea-4fc3-a9d0-18bfdd515496',42,11,'https://www.elconferencista.com/#form','','efef6a6','FORMULARIO',0,0,'189.244.63.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-01 22:39:24','2022-12-01 22:39:24','2022-12-01 22:39:24','2022-12-01 22:39:24'),(12,'submission','6a91dbf1-2002-44b8-91ed-68c9e66df4d8',46,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-10 03:45:24','2022-12-10 03:45:24','2022-12-10 03:45:24','2022-12-10 03:45:24'),(13,'submission','6d8923cf-69d2-401a-b4a0-6d9c66de451b',50,11,'','','efef6a6','FORMULARIO',0,0,'140.228.24.41','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-12 06:31:56','2022-12-12 06:31:56','2022-12-12 06:31:56','2022-12-12 06:31:56'),(14,'submission','a1498e59-5b0d-4ec2-bb1b-cf01b52f8053',54,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-14 00:40:22','2022-12-14 00:40:22','2022-12-14 00:40:22','2022-12-14 00:40:22'),(15,'submission','1fc8d870-6769-48b4-b00c-7ac7ab620de6',58,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-14 14:35:37','2022-12-14 14:35:37','2022-12-14 14:35:37','2022-12-14 14:35:37'),(16,'submission','ec240192-97ba-4af0-b2f9-1a45e4a97a08',62,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-19 03:45:15','2022-12-19 03:45:20','2022-12-19 03:45:15','2022-12-19 03:45:20'),(17,'submission','a7cca370-ec54-407c-a7a7-1df63f9e083a',66,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.50','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-20 12:25:22','2022-12-20 12:25:22','2022-12-20 12:25:22','2022-12-20 12:25:22'),(18,'submission','fe3b786f-a653-43fc-a736-723f96d016ee',70,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-24 07:16:06','2022-12-24 07:16:06','2022-12-24 07:16:06','2022-12-24 07:16:06'),(19,'submission','13e27467-3f93-44f4-8275-49e709e39dc0',74,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-24 10:26:02','2022-12-24 10:26:03','2022-12-24 10:26:02','2022-12-24 10:26:03'),(20,'submission','0c733257-e996-48f4-81e1-fe05f0765a78',78,11,'','','efef6a6','FORMULARIO',0,0,'89.39.107.193','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-26 01:44:06','2022-12-26 01:44:07','2022-12-26 01:44:06','2022-12-26 01:44:07'),(21,'submission','0a5158c6-6faf-477d-962b-2f2ff78fa487',82,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-26 23:40:47','2022-12-26 23:40:47','2022-12-26 23:40:47','2022-12-26 23:40:47'),(22,'submission','84b0f934-39f3-4370-b1fc-ddbfad809a04',86,11,'','','efef6a6','FORMULARIO',0,0,'185.177.125.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-28 09:03:12','2022-12-28 09:03:12','2022-12-28 09:03:12','2022-12-28 09:03:12'),(23,'submission','3b8391f0-5993-4f1b-ac66-5b7768678213',90,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-29 00:44:11','2022-12-29 00:44:11','2022-12-29 00:44:11','2022-12-29 00:44:11'),(24,'submission','bd43cedd-42e6-48be-b105-822c13a91b14',94,11,'','','efef6a6','FORMULARIO',0,0,'87.249.132.49','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2022-12-29 22:25:31','2022-12-29 22:25:31','2022-12-29 22:25:31','2022-12-29 22:25:31'),(25,'submission','acb0fa77-78b3-4a1d-91bc-6f0c03a438be',98,11,'','','efef6a6','FORMULARIO',0,0,'149.34.244.153','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-01 14:37:39','2023-01-01 14:37:39','2023-01-01 14:37:39','2023-01-01 14:37:39'),(26,'submission','f3329db4-f0d4-4425-ab28-bdc28015d217',102,11,'','','efef6a6','FORMULARIO',0,0,'213.142.147.251','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-01 16:39:42','2023-01-01 16:39:42','2023-01-01 16:39:42','2023-01-01 16:39:42'),(27,'submission','21a2bb7e-ad27-4250-9b51-548ce3ed60b0',106,11,'','','efef6a6','FORMULARIO',0,0,'217.118.93.131','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-01 21:48:44','2023-01-01 21:48:44','2023-01-01 21:48:44','2023-01-01 21:48:44'),(28,'submission','67f592aa-5081-48b6-bae2-6fde8d044a49',110,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'187.177.164.104','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-10 21:47:25','2023-01-10 21:47:25','2023-01-10 21:47:25','2023-01-10 21:47:25'),(29,'submission','5e45753c-a4d6-4c06-9f5d-2fe5a570e2a7',114,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-10 23:13:00','2023-01-10 23:13:00','2023-01-10 23:13:00','2023-01-10 23:13:00'),(30,'submission','8b68663b-d0d0-45a4-8db5-059362e380bd',118,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-15 11:06:47','2023-01-15 11:06:47','2023-01-15 11:06:47','2023-01-15 11:06:47'),(31,'submission','a4e96d79-2761-4fd1-aaee-31a42072d7a0',122,11,'','','efef6a6','FORMULARIO',0,0,'79.139.191.234','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-16 06:54:38','2023-01-16 06:54:38','2023-01-16 06:54:38','2023-01-16 06:54:38'),(32,'submission','d2cecc90-c2d5-46ec-bb18-74ee4785bab2',126,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-16 08:20:20','2023-01-16 08:20:20','2023-01-16 08:20:20','2023-01-16 08:20:20'),(33,'submission','966111ce-902e-4ba6-9d0c-d1a73aca8b3a',130,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.10','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-16 16:45:58','2023-01-16 16:45:58','2023-01-16 16:45:58','2023-01-16 16:45:58'),(34,'submission','b64962ec-a93c-41be-907e-00b93bf46f8c',134,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'185.106.125.193','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-17 08:25:43','2023-01-17 08:25:43','2023-01-17 08:25:43','2023-01-17 08:25:43'),(35,'submission','2f5afd94-7e54-4b3b-a91a-af230c6db81b',138,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-24 00:09:35','2023-01-24 00:09:36','2023-01-24 00:09:35','2023-01-24 00:09:36'),(36,'submission','8b58cb53-bf97-43eb-82e3-a74bbef9adf7',142,11,'','','efef6a6','FORMULARIO',0,0,'85.249.28.202','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-25 16:20:56','2023-01-25 16:20:56','2023-01-25 16:20:56','2023-01-25 16:20:56'),(37,'submission','348449e4-5efa-451a-8353-fcb56eba63ac',146,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-28 04:03:55','2023-01-28 04:03:55','2023-01-28 04:03:55','2023-01-28 04:03:55'),(38,'submission','ece4614a-af8e-4530-8d9d-d6a1f6f32c7b',150,11,'','','efef6a6','FORMULARIO',0,0,'37.19.217.196','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-01-31 00:21:20','2023-01-31 00:21:20','2023-01-31 00:21:20','2023-01-31 00:21:20'),(39,'submission','78d8ab6b-c7fe-4cef-916f-0430ffebeecf',154,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'185.58.197.42','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-02 21:13:33','2023-02-02 21:13:34','2023-02-02 21:13:33','2023-02-02 21:13:34'),(40,'submission','62aaccf8-8804-4c3c-b198-99b57e644860',158,11,'','','efef6a6','FORMULARIO',0,0,'102.129.152.204','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-02 22:09:23','2023-02-02 22:09:23','2023-02-02 22:09:23','2023-02-02 22:09:23'),(41,'submission','26539890-6489-475c-a3ff-0a365ab0c595',162,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-04 01:45:54','2023-02-04 01:45:54','2023-02-04 01:45:54','2023-02-04 01:45:54'),(42,'submission','a64303f3-7b29-4d8e-ad4b-2090d493d76e',166,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-07 10:51:27','2023-02-07 10:51:27','2023-02-07 10:51:27','2023-02-07 10:51:27'),(43,'submission','6b9ad0d7-78ba-44e9-a998-90317cd05bbf',170,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-10 07:52:29','2023-02-10 07:52:29','2023-02-10 07:52:29','2023-02-10 07:52:29'),(44,'submission','08b0f4e2-63a1-4307-acff-23c7e77203c5',174,11,'','','efef6a6','FORMULARIO',0,0,'185.246.210.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-14 09:14:15','2023-02-14 09:14:15','2023-02-14 09:14:15','2023-02-14 09:14:15'),(45,'submission','023a7f6e-cc52-4ad3-b390-a30bed952b13',178,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'185.107.152.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-15 06:44:53','2023-02-15 06:44:53','2023-02-15 06:44:53','2023-02-15 06:44:53'),(46,'submission','a8d8205f-2752-468e-8add-d22dccd55df6',182,11,'','','efef6a6','FORMULARIO',0,0,'213.142.147.251','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-15 07:18:51','2023-02-15 07:18:51','2023-02-15 07:18:51','2023-02-15 07:18:51'),(47,'submission','535e6483-cb6c-438c-a05b-74b9d927236a',186,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-17 05:12:31','2023-02-17 05:12:31','2023-02-17 05:12:31','2023-02-17 05:12:31'),(48,'submission','dd49b154-1068-4e95-a98b-afa72724ecd1',190,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-02-27 21:00:51','2023-02-27 21:00:51','2023-02-27 21:00:51','2023-02-27 21:00:51'),(49,'submission','c2f54cfe-34cd-4b5c-a105-fbac9dcb3c17',194,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-06 22:37:36','2023-03-06 22:37:36','2023-03-06 22:37:36','2023-03-06 22:37:36'),(50,'submission','9f4addd1-b294-4dd7-a8ae-ddd62d7981db',198,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-10 08:13:04','2023-03-10 08:13:04','2023-03-10 08:13:04','2023-03-10 08:13:04'),(51,'submission','5e4eb68b-6a38-4500-8cd2-f05f409790aa',202,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-13 05:04:28','2023-03-13 05:04:28','2023-03-13 05:04:28','2023-03-13 05:04:28'),(52,'submission','7cfffd87-4c08-4406-95ed-745e1b2abb58',206,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-13 05:25:26','2023-03-13 05:25:26','2023-03-13 05:25:26','2023-03-13 05:25:26'),(53,'submission','c84b7326-3e15-4ea3-a009-4cec71a5552c',210,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-15 03:53:32','2023-03-15 03:53:32','2023-03-15 03:53:32','2023-03-15 03:53:32'),(54,'submission','38e22434-f82f-4264-990b-287c53ac4533',214,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-17 08:03:10','2023-03-17 08:03:10','2023-03-17 08:03:10','2023-03-17 08:03:10'),(55,'submission','08c6158c-2620-48ac-ae37-8f6731091c1a',218,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-20 12:55:23','2023-03-20 12:55:24','2023-03-20 12:55:23','2023-03-20 12:55:24'),(56,'submission','a49db593-aea7-4cab-98e9-8b1b920d8ad8',222,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-22 04:06:54','2023-03-22 04:06:54','2023-03-22 04:06:54','2023-03-22 04:06:54'),(57,'submission','95782080-5385-40cf-be7e-782e3457dafc',226,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-24 04:07:12','2023-03-24 04:07:12','2023-03-24 04:07:12','2023-03-24 04:07:12'),(58,'submission','26bdd822-f30c-407a-8397-5a3a0826b0fb',230,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-25 23:43:45','2023-03-25 23:43:45','2023-03-25 23:43:45','2023-03-25 23:43:45'),(59,'submission','4cbd25bc-ec5e-45db-9c7d-7432dcfbc332',234,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-26 08:11:55','2023-03-26 08:11:56','2023-03-26 08:11:55','2023-03-26 08:11:56'),(60,'submission','00ea6884-6d06-42c3-a309-77adf92fe42b',238,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-03-29 01:56:11','2023-03-29 01:56:11','2023-03-29 01:56:11','2023-03-29 01:56:11'),(61,'submission','d015c32f-d211-4d2a-894f-5bd20128b8ca',242,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-04-02 02:59:13','2023-04-02 02:59:13','2023-04-02 02:59:13','2023-04-02 02:59:13'),(62,'submission','0a3ba98f-aed6-4f46-a91c-c7fb70372c33',246,11,'','','efef6a6','FORMULARIO',0,0,'181.214.218.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-04-03 00:26:47','2023-04-03 00:26:47','2023-04-03 00:26:47','2023-04-03 00:26:47'),(63,'submission','3793b144-21ee-4793-a14e-4abb68802c82',250,11,'','','efef6a6','FORMULARIO',0,0,'37.120.142.40','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-04-05 20:28:51','2023-04-05 20:28:51','2023-04-05 20:28:51','2023-04-05 20:28:51'),(64,'submission','52dbf54f-e2b4-4769-93a6-e2d431dc4101',254,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'65.21.144.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.55',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-04-21 16:09:57','2023-04-21 16:09:57','2023-04-21 16:09:57','2023-04-21 16:09:57'),(65,'submission','7d7677f9-2ed2-4518-b1cb-005d42a411a4',258,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-01 07:53:22','2023-05-01 07:53:23','2023-05-01 07:53:22','2023-05-01 07:53:23'),(66,'submission','63fb283e-7db3-4195-8a22-6960cfae81e8',262,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-04 11:20:01','2023-05-04 11:20:01','2023-05-04 11:20:01','2023-05-04 11:20:01'),(67,'submission','dff28da2-367c-43a1-aaff-85fa880f7aee',266,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-04 11:22:16','2023-05-04 11:22:16','2023-05-04 11:22:16','2023-05-04 11:22:16'),(68,'submission','56c316b9-11fd-44b3-890d-273210deb82b',270,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-06 20:26:51','2023-05-06 20:26:51','2023-05-06 20:26:51','2023-05-06 20:26:51'),(69,'submission','f1611d35-ea06-49be-859c-9722a834242c',274,11,'','','efef6a6','FORMULARIO',0,0,'37.1.218.194','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-06 21:19:39','2023-05-06 21:19:39','2023-05-06 21:19:39','2023-05-06 21:19:39'),(70,'submission','45e3e2b8-da18-4df3-a40e-258bf42e1d7a',278,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-05-31 12:12:12','2023-05-31 12:12:12','2023-05-31 12:12:12','2023-05-31 12:12:12'),(71,'submission','dffa77a3-317b-44e4-8f5e-3aa9175d09e2',282,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.133','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-06-24 02:42:09','2023-06-24 02:42:10','2023-06-24 02:42:09','2023-06-24 02:42:10'),(72,'submission','7af542fe-4bcb-4b5c-91dc-7428d7012911',286,11,'','','efef6a6','FORMULARIO',0,0,'181.214.206.36','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-01 08:10:21','2023-07-01 08:10:22','2023-07-01 08:10:21','2023-07-01 08:10:22'),(73,'submission','4f3e0ca5-9369-42b6-88d8-069e60d81df2',290,11,'','','efef6a6','FORMULARIO',0,0,'84.17.60.58','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-03 04:19:25','2023-07-03 04:19:25','2023-07-03 04:19:25','2023-07-03 04:19:25'),(74,'submission','e3a3ca08-cbab-4194-a663-7b399f7ae478',294,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-03 19:41:33','2023-07-03 19:41:34','2023-07-03 19:41:33','2023-07-03 19:41:34'),(75,'submission','ad193e49-c6f7-43d0-a979-ec22d5a82f78',298,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-07 12:38:02','2023-07-07 12:38:02','2023-07-07 12:38:02','2023-07-07 12:38:02'),(76,'submission','50ca02f7-0cb2-459a-9232-e6d6958ee76c',302,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-07 12:39:22','2023-07-07 12:39:22','2023-07-07 12:39:22','2023-07-07 12:39:22'),(77,'submission','ee575677-b9db-474f-a980-8af601659f51',306,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-08 00:30:28','2023-07-08 00:30:28','2023-07-08 00:30:28','2023-07-08 00:30:28'),(78,'submission','4fcdfb5b-dd66-4e90-afa5-ccf23e04aed6',310,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-08 09:53:42','2023-07-08 09:53:42','2023-07-08 09:53:42','2023-07-08 09:53:42'),(79,'submission','6f897401-820b-4aa1-8700-002ddcdff1ee',314,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-11 13:28:07','2023-07-11 13:28:07','2023-07-11 13:28:07','2023-07-11 13:28:07'),(80,'submission','cceff2c5-3a4a-40bc-9727-0cdc1faab7ef',318,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-11 13:28:11','2023-07-11 13:28:11','2023-07-11 13:28:11','2023-07-11 13:28:11'),(81,'submission','6ee995d1-06a3-4a62-a9b6-a09cb920071b',322,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-11 13:28:54','2023-07-11 13:28:54','2023-07-11 13:28:54','2023-07-11 13:28:54'),(82,'submission','90310ae1-7cbe-4916-9dc9-972a6099e32b',326,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-11 13:29:23','2023-07-11 13:29:24','2023-07-11 13:29:23','2023-07-11 13:29:24'),(83,'submission','e6d8f3f8-1219-4109-a203-2e3d80835dea',330,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-12 08:36:26','2023-07-12 08:36:26','2023-07-12 08:36:26','2023-07-12 08:36:26'),(84,'submission','a9d225bc-9fab-4106-ada7-305210062a4d',334,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-14 23:35:05','2023-07-14 23:35:05','2023-07-14 23:35:05','2023-07-14 23:35:05'),(85,'submission','013a112d-f0cc-4fb6-aaca-c1400ff191f5',338,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-14 23:35:20','2023-07-14 23:35:20','2023-07-14 23:35:20','2023-07-14 23:35:20'),(86,'submission','57e8ce12-42d8-48b4-a448-23d7a32781e1',342,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-14 23:35:37','2023-07-14 23:35:37','2023-07-14 23:35:37','2023-07-14 23:35:37'),(87,'submission','75170c1e-6917-4fe1-91ae-42a5dfb23eb8',346,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-14 23:37:02','2023-07-14 23:37:02','2023-07-14 23:37:02','2023-07-14 23:37:02'),(88,'submission','ec38f8e5-31df-4be0-89d3-96421d9c1b9f',350,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-15 23:26:32','2023-07-15 23:26:32','2023-07-15 23:26:32','2023-07-15 23:26:32'),(89,'submission','7c1d15a9-1f50-4563-9893-ad4adfc5586a',354,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-15 23:27:14','2023-07-15 23:27:14','2023-07-15 23:27:14','2023-07-15 23:27:14'),(90,'submission','bcda6788-5bc5-45d7-a2ae-49f7205d8827',358,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-15 23:27:15','2023-07-15 23:27:15','2023-07-15 23:27:15','2023-07-15 23:27:15'),(91,'submission','a159e728-cacb-475c-99e0-aa435d6b51f8',362,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-15 23:27:33','2023-07-15 23:27:33','2023-07-15 23:27:33','2023-07-15 23:27:33'),(92,'submission','ca53f006-135a-4c43-8011-bd2e81a36874',366,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-15 23:27:42','2023-07-15 23:27:42','2023-07-15 23:27:42','2023-07-15 23:27:42'),(93,'submission','9d5a5cbe-8743-4860-b2fb-4fe95e791f2e',370,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-16 23:45:36','2023-07-16 23:45:36','2023-07-16 23:45:36','2023-07-16 23:45:36'),(94,'submission','32c7de84-058f-46fa-9a18-f6fd88bacdbf',374,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-16 23:46:31','2023-07-16 23:46:31','2023-07-16 23:46:31','2023-07-16 23:46:31'),(95,'submission','950f844c-c8b0-4974-bf80-386c5361f765',378,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 01:22:14','2023-07-18 01:22:14','2023-07-18 01:22:14','2023-07-18 01:22:14'),(96,'submission','5b135140-97d2-4d49-8da0-de5ad189672e',382,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 01:22:30','2023-07-18 01:22:30','2023-07-18 01:22:30','2023-07-18 01:22:30'),(97,'submission','51abf37e-6c58-4f6d-b53b-b8cbee4dd5ac',386,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 01:22:37','2023-07-18 01:22:37','2023-07-18 01:22:37','2023-07-18 01:22:37'),(98,'submission','77a19298-29f3-4185-9a58-8e0e0df09a1d',390,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 01:22:46','2023-07-18 01:22:46','2023-07-18 01:22:46','2023-07-18 01:22:46'),(99,'submission','0268db9f-685b-48b3-97f1-120a1c414880',394,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 01:23:05','2023-07-18 01:23:05','2023-07-18 01:23:05','2023-07-18 01:23:05'),(100,'submission','5cbc406d-77f8-457f-971a-bc8586c32992',398,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 23:34:09','2023-07-18 23:34:09','2023-07-18 23:34:09','2023-07-18 23:34:09'),(101,'submission','4adbe2dc-61ca-4c7f-b366-feefb40a56aa',402,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 23:34:28','2023-07-18 23:34:28','2023-07-18 23:34:28','2023-07-18 23:34:28'),(102,'submission','d2f4012e-de9b-4ea8-84c1-82c9a83a224e',406,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 23:34:35','2023-07-18 23:34:35','2023-07-18 23:34:35','2023-07-18 23:34:35'),(103,'submission','2c98df23-b3f0-40a5-a86d-36a5a49b0b65',410,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-18 23:34:36','2023-07-18 23:34:36','2023-07-18 23:34:36','2023-07-18 23:34:36'),(104,'submission','672f906b-22b5-4218-9eae-65b12a3e6c12',414,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-19 23:29:17','2023-07-19 23:29:17','2023-07-19 23:29:17','2023-07-19 23:29:17'),(105,'submission','792f1e27-ccbe-4030-b9a1-4da359767a14',418,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-19 23:29:18','2023-07-19 23:29:18','2023-07-19 23:29:18','2023-07-19 23:29:18'),(106,'submission','b22ef489-8748-48ef-86d8-3c19fd4f23d1',422,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-19 23:29:19','2023-07-19 23:29:19','2023-07-19 23:29:19','2023-07-19 23:29:19'),(107,'submission','44b1949f-7222-4506-a973-f9abec4c718b',426,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 03:09:37','2023-07-21 03:09:37','2023-07-21 03:09:37','2023-07-21 03:09:37'),(108,'submission','999374fd-af1b-4ee5-ae8d-377e0c21c526',430,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 03:09:40','2023-07-21 03:09:40','2023-07-21 03:09:40','2023-07-21 03:09:40'),(109,'submission','54675234-f0ed-4f45-9b7d-d665c168d3e1',434,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 03:09:45','2023-07-21 03:09:45','2023-07-21 03:09:45','2023-07-21 03:09:45'),(110,'submission','aebac12d-3bf9-44e0-87f3-2a85e9fa040e',438,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 03:10:03','2023-07-21 03:10:03','2023-07-21 03:10:03','2023-07-21 03:10:03'),(111,'submission','62479e5a-56d4-4ce1-abfb-0faf9665ae4c',442,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 03:10:42','2023-07-21 03:10:42','2023-07-21 03:10:42','2023-07-21 03:10:42'),(112,'submission','ce8532a2-9826-4005-809f-10be1002edb6',446,11,'','','efef6a6','FORMULARIO',0,0,'104.28.230.246','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-21 04:07:55','2023-07-21 04:07:55','2023-07-21 04:07:55','2023-07-21 04:07:55'),(113,'submission','647b34b2-ffd2-4276-aeab-e2f7cc6490fc',450,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-22 01:16:54','2023-07-22 01:16:55','2023-07-22 01:16:54','2023-07-22 01:16:55'),(114,'submission','de126150-c586-4b66-8604-615baff753a2',454,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-22 01:17:08','2023-07-22 01:17:09','2023-07-22 01:17:08','2023-07-22 01:17:09'),(115,'submission','036e382c-544b-48cd-8ddb-29482cb53694',458,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-22 01:17:40','2023-07-22 01:17:40','2023-07-22 01:17:40','2023-07-22 01:17:40'),(116,'submission','638f856a-11d6-476c-8495-48cf7c84fcff',462,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 01:03:03','2023-07-23 01:03:04','2023-07-23 01:03:03','2023-07-23 01:03:04'),(117,'submission','0d35beff-8f2d-4732-b883-50656db531a4',466,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 01:03:42','2023-07-23 01:03:42','2023-07-23 01:03:42','2023-07-23 01:03:42'),(118,'submission','5b560f76-6ad2-419c-8151-d1859fbeeef9',470,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 01:04:00','2023-07-23 01:04:00','2023-07-23 01:04:00','2023-07-23 01:04:00'),(119,'submission','25e951f7-69b7-4b12-9166-18750285b756',474,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 01:04:25','2023-07-23 01:04:25','2023-07-23 01:04:25','2023-07-23 01:04:25'),(120,'submission','d3f57f7e-7077-4e2a-bd18-2b449811db45',478,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 01:06:02','2023-07-23 01:06:02','2023-07-23 01:06:02','2023-07-23 01:06:02'),(121,'submission','0cb38946-6c11-4254-9f95-11d30d788b4c',482,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.133','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 11:22:46','2023-07-23 11:22:46','2023-07-23 11:22:46','2023-07-23 11:22:46'),(122,'submission','52d139fa-aecf-4a54-a276-381e83f69064',486,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 23:37:31','2023-07-23 23:37:31','2023-07-23 23:37:31','2023-07-23 23:37:31'),(123,'submission','313d3b54-c3bd-4c3b-afe2-54c39b94dc99',490,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 23:37:52','2023-07-23 23:37:52','2023-07-23 23:37:52','2023-07-23 23:37:52'),(124,'submission','1d3ed8b6-6558-4f9a-8bc2-32dd9f4a7815',494,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 23:38:20','2023-07-23 23:38:20','2023-07-23 23:38:20','2023-07-23 23:38:20'),(125,'submission','f93ca822-30c0-4228-a8f7-dccd9b90ac64',498,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-23 23:39:38','2023-07-23 23:39:38','2023-07-23 23:39:38','2023-07-23 23:39:38'),(126,'submission','bac4a828-682b-4c02-8f2e-e14ac7f9a4d4',504,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44'),(127,'submission','5dad5472-eeda-4b4e-82e7-f015d13ad038',503,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44'),(128,'submission','b05e1968-334f-4428-8149-dffacceb2c86',510,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-25 01:44:45','2023-07-25 01:44:46','2023-07-25 01:44:45','2023-07-25 01:44:46'),(129,'submission','38a33a22-9816-49f9-86c5-1e6f408cd27d',514,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46'),(130,'submission','57e16c86-ac8b-4263-b2af-6665155ce1df',518,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-25 01:45:44','2023-07-25 01:45:44','2023-07-25 01:45:44','2023-07-25 01:45:44'),(131,'submission','724794e4-edd2-42d2-ae37-8b274e83c611',522,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-26 00:18:57','2023-07-26 00:18:57','2023-07-26 00:18:57','2023-07-26 00:18:57'),(132,'submission','fbce0c68-bc3a-4aaf-b9d8-b577cd270773',526,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-26 00:19:07','2023-07-26 00:19:07','2023-07-26 00:19:07','2023-07-26 00:19:07'),(133,'submission','da5bcfb7-ea1b-443a-a707-a4750706b964',530,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-26 00:19:09','2023-07-26 00:19:09','2023-07-26 00:19:09','2023-07-26 00:19:09'),(134,'submission','025b669c-d6c6-4e67-82df-0579fe53449b',534,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-26 00:19:10','2023-07-26 00:19:10','2023-07-26 00:19:10','2023-07-26 00:19:10'),(135,'submission','659ec199-d2a3-4dc6-a070-c8b6f0687e7d',538,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-27 00:35:40','2023-07-27 00:35:40','2023-07-27 00:35:40','2023-07-27 00:35:40'),(136,'submission','aaca4edc-7bd9-4cbe-8b01-4bfe1458d7d8',542,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-27 00:35:51','2023-07-27 00:35:51','2023-07-27 00:35:51','2023-07-27 00:35:51'),(137,'submission','4da8aa5a-c873-4fc0-82c6-8be5ad908154',546,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-27 00:36:16','2023-07-27 00:36:16','2023-07-27 00:36:16','2023-07-27 00:36:16'),(138,'submission','0dd45088-d2f4-43c0-ad23-13ab40f2f391',550,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-27 00:36:32','2023-07-27 00:36:32','2023-07-27 00:36:32','2023-07-27 00:36:32'),(139,'submission','5a584d5a-c4f7-40a5-927d-09ed4564a06a',554,11,'','','efef6a6','FORMULARIO',0,0,'209.239.115.182','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-27 07:36:28','2023-07-27 07:36:28','2023-07-27 07:36:28','2023-07-27 07:36:28'),(140,'submission','21517156-58d7-4465-bb08-26a5179ae078',558,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-28 00:27:12','2023-07-28 00:27:13','2023-07-28 00:27:12','2023-07-28 00:27:13'),(141,'submission','be10ccbc-9bea-4277-a9c7-763b90c412ad',562,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-28 01:04:55','2023-07-28 01:04:55','2023-07-28 01:04:55','2023-07-28 01:04:55'),(142,'submission','ab33a140-1cc9-4cb6-aa55-370504f2d0fd',566,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-28 01:06:34','2023-07-28 01:06:34','2023-07-28 01:06:34','2023-07-28 01:06:34'),(143,'submission','ea230943-9a09-4a20-a096-a73bbdb0d1df',570,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 01:31:05','2023-07-29 01:31:05','2023-07-29 01:31:05','2023-07-29 01:31:05'),(144,'submission','f66aa493-592f-42da-a1f7-964d7851a77a',574,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 01:31:41','2023-07-29 01:31:41','2023-07-29 01:31:41','2023-07-29 01:31:41'),(145,'submission','883cb020-9625-4133-992f-1424888d8d2d',578,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 01:31:53','2023-07-29 01:31:53','2023-07-29 01:31:53','2023-07-29 01:31:53'),(146,'submission','751c9a4f-6f27-4813-b513-fc6309ea39f7',582,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 01:31:56','2023-07-29 01:31:56','2023-07-29 01:31:56','2023-07-29 01:31:56'),(147,'submission','b8716ca3-f5b4-46d5-b3bf-576dc9decce2',586,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 01:32:34','2023-07-29 01:32:35','2023-07-29 01:32:34','2023-07-29 01:32:35'),(148,'submission','1ca98eb6-0c05-4d63-a1cf-aea205f2a78e',590,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.8','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-29 02:39:55','2023-07-29 02:39:55','2023-07-29 02:39:55','2023-07-29 02:39:55'),(149,'submission','7566248b-b7c5-41a4-a2dc-2b98f561659f',594,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-30 02:52:04','2023-07-30 02:52:04','2023-07-30 02:52:04','2023-07-30 02:52:04'),(150,'submission','ab24c11f-e8c7-45fc-9714-5a13960d8503',598,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-30 02:53:01','2023-07-30 02:53:01','2023-07-30 02:53:01','2023-07-30 02:53:01'),(151,'submission','033ee872-da11-44fd-8068-7584045a320e',602,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-30 02:54:35','2023-07-30 02:54:35','2023-07-30 02:54:35','2023-07-30 02:54:35'),(152,'submission','540127fb-36f7-49d9-8a2a-4119ea50cb62',606,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-30 23:59:46','2023-07-30 23:59:46','2023-07-30 23:59:46','2023-07-30 23:59:46'),(153,'submission','2eea3e4f-3329-4812-a499-3cda9c1d317c',610,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-31 00:00:22','2023-07-31 00:00:22','2023-07-31 00:00:22','2023-07-31 00:00:22'),(154,'submission','b78ebd29-1af7-4c4f-bd1c-9a413bc2e55e',614,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-31 00:00:29','2023-07-31 00:00:29','2023-07-31 00:00:29','2023-07-31 00:00:29'),(155,'submission','540708a4-cb94-410f-ac2b-d7abba5ef758',618,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-07-31 00:00:59','2023-07-31 00:00:59','2023-07-31 00:00:59','2023-07-31 00:00:59'),(156,'submission','bab1b691-18a3-4d90-95ea-d0146c98bf7e',622,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-17 06:28:58','2023-09-17 06:28:58','2023-09-17 06:28:58','2023-09-17 06:28:58'),(157,'submission','89fd5690-1cb8-42ec-ae32-a94b2f7a4686',626,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-17 06:29:22','2023-09-17 06:29:22','2023-09-17 06:29:22','2023-09-17 06:29:22'),(158,'submission','4c836ddb-bda1-485c-9583-29c2a7236088',630,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-17 06:29:59','2023-09-17 06:29:59','2023-09-17 06:29:59','2023-09-17 06:29:59'),(159,'submission','b3b31285-d4d9-4cac-b1bb-0ca0206afca7',634,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-17 06:37:36','2023-09-17 06:37:36','2023-09-17 06:37:36','2023-09-17 06:37:36'),(160,'submission','554e007f-2c71-4976-9740-555d4f9f7909',638,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-21 17:06:48','2023-09-21 17:06:48','2023-09-21 17:06:48','2023-09-21 17:06:48'),(161,'submission','7065c913-6b68-4261-8c3c-a087b5618fe8',642,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-21 17:06:49','2023-09-21 17:06:49','2023-09-21 17:06:49','2023-09-21 17:06:49'),(162,'submission','c67ebb98-b4b6-4ad8-ab94-4e989795655a',646,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-21 17:06:54','2023-09-21 17:06:54','2023-09-21 17:06:54','2023-09-21 17:06:54'),(163,'submission','d28fd079-2769-40a3-aaad-a77b63819840',650,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-21 17:08:13','2023-09-21 17:08:13','2023-09-21 17:08:13','2023-09-21 17:08:13'),(164,'submission','ee6c6a9a-c849-47b7-8648-9c4de1bc2b17',654,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-23 02:14:52','2023-09-23 02:14:52','2023-09-23 02:14:52','2023-09-23 02:14:52'),(165,'submission','a3a3b961-e032-4596-8df1-9fbd0df66114',658,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-23 02:15:03','2023-09-23 02:15:03','2023-09-23 02:15:03','2023-09-23 02:15:03'),(166,'submission','99fa07c7-b04b-461e-9a48-dd62bf8961df',662,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-23 02:15:56','2023-09-23 02:15:56','2023-09-23 02:15:56','2023-09-23 02:15:56'),(167,'submission','f3e712a0-7df9-4b07-95f4-1d44e128544b',666,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-23 02:30:54','2023-09-23 02:30:54','2023-09-23 02:30:54','2023-09-23 02:30:54'),(168,'submission','51686d5a-e32d-4d57-9d43-edbdef6c48ba',670,11,'','','efef6a6','FORMULARIO',0,0,'84.17.60.71','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-23 04:01:53','2023-09-23 04:01:53','2023-09-23 04:01:53','2023-09-23 04:01:53'),(169,'submission','2cac3407-21a1-4231-a86f-828bf7e82e41',674,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-25 05:29:24','2023-09-25 05:29:24','2023-09-25 05:29:24','2023-09-25 05:29:24'),(170,'submission','8dcf96cc-7809-466c-99c9-357b24b449a8',678,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-25 05:29:31','2023-09-25 05:29:31','2023-09-25 05:29:31','2023-09-25 05:29:31'),(171,'submission','8fc7160e-16bc-4f6e-8c30-ee29aa24431c',682,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-25 05:30:03','2023-09-25 05:30:03','2023-09-25 05:30:03','2023-09-25 05:30:03'),(172,'submission','bd2c050d-6e1b-4a02-b19e-89f5088a6ed3',686,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-26 11:29:06','2023-09-26 11:29:06','2023-09-26 11:29:06','2023-09-26 11:29:06'),(173,'submission','72b01a62-e259-4764-a772-b239558be692',690,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-26 11:30:03','2023-09-26 11:30:03','2023-09-26 11:30:03','2023-09-26 11:30:03'),(174,'submission','f68b68ef-5e15-4e6d-be2a-860f88bc15aa',694,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-26 11:30:13','2023-09-26 11:30:13','2023-09-26 11:30:13','2023-09-26 11:30:13'),(175,'submission','b4211ae0-297b-49c8-9f78-d7f3c53d20e1',698,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-26 11:31:07','2023-09-26 11:31:07','2023-09-26 11:31:07','2023-09-26 11:31:07'),(176,'submission','f66f0ddc-51ae-4857-bd07-d64355a118d3',702,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.123','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-27 03:10:53','2023-09-27 03:10:53','2023-09-27 03:10:53','2023-09-27 03:10:53'),(177,'submission','eecd6b61-bde5-494f-be1a-7564a6c54bcc',706,11,'','','efef6a6','FORMULARIO',0,0,'65.21.192.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-29 15:29:02','2023-09-29 15:29:02','2023-09-29 15:29:02','2023-09-29 15:29:02'),(178,'submission','f759f62e-067e-462a-84db-357381404fa3',710,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-29 15:29:24','2023-09-29 15:29:24','2023-09-29 15:29:24','2023-09-29 15:29:24'),(179,'submission','452ca781-0b4d-48b8-8376-2110f2f8b2bc',714,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-29 15:30:33','2023-09-29 15:30:33','2023-09-29 15:30:33','2023-09-29 15:30:33'),(180,'submission','725a4fa5-4449-45e1-bd76-1f4351cc6b41',718,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-29 15:30:48','2023-09-29 15:30:48','2023-09-29 15:30:48','2023-09-29 15:30:48'),(181,'submission','89ba3b8f-1dcf-4676-9106-16d5fb7e84ce',722,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-29 15:47:31','2023-09-29 15:47:31','2023-09-29 15:47:31','2023-09-29 15:47:31'),(182,'submission','1d66724f-6521-4a66-a6ce-662a189b74a6',726,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-30 18:53:55','2023-09-30 18:53:55','2023-09-30 18:53:55','2023-09-30 18:53:55'),(183,'submission','07a8ff3d-97a4-49ef-a5ed-9b2afb57691d',730,11,'','','efef6a6','FORMULARIO',0,0,'135.181.136.96','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-09-30 18:54:17','2023-09-30 18:54:17','2023-09-30 18:54:17','2023-09-30 18:54:17'),(184,'submission','b52f8728-f288-410b-9802-ff64ea6c1c56',734,11,'','','efef6a6','FORMULARIO',0,0,'185.149.146.53','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-02 05:31:52','2023-10-02 05:31:52','2023-10-02 05:31:52','2023-10-02 05:31:52'),(185,'submission','a7a1f3e0-5287-4eff-868b-88ce768c36b1',738,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'185.58.198.89','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-04 15:56:03','2023-10-04 15:56:03','2023-10-04 15:56:03','2023-10-04 15:56:03'),(186,'submission','37bf7684-c924-4484-9f10-fa902c5f64a0',742,11,'','','efef6a6','FORMULARIO',0,0,'5.42.66.20','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-06 14:46:05','2023-10-06 14:46:05','2023-10-06 14:46:05','2023-10-06 14:46:05'),(187,'submission','dc1495b2-cccd-4e67-8665-8f8547d04e50',746,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.8','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-12 09:21:47','2023-10-12 09:21:47','2023-10-12 09:21:47','2023-10-12 09:21:47'),(188,'submission','877ff9e2-d662-4edf-9b15-9244fbcd4cee',750,11,'','','efef6a6','FORMULARIO',0,0,'146.70.161.230','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-17 00:08:38','2023-10-17 00:08:38','2023-10-17 00:08:38','2023-10-17 00:08:38'),(189,'submission','9e99924d-5dbb-4cac-9e1b-8ddf59d61939',754,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.123','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-26 21:47:28','2023-10-26 21:47:28','2023-10-26 21:47:28','2023-10-26 21:47:28'),(190,'submission','91d46fe5-0a2d-4399-a02a-e5d8e381b019',758,11,'','','efef6a6','FORMULARIO',0,0,'185.149.146.53','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-27 00:27:20','2023-10-27 00:27:20','2023-10-27 00:27:20','2023-10-27 00:27:20'),(191,'submission','492db14a-8bfc-4e4d-a840-f9f23646ec64',762,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.123','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-10-30 07:55:22','2023-10-30 07:55:22','2023-10-30 07:55:22','2023-10-30 07:55:22'),(192,'submission','1c11c999-fd31-4b68-a529-7e08a1a3eec8',766,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'193.148.18.87','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-01 01:41:43','2023-11-01 01:41:43','2023-11-01 01:41:43','2023-11-01 01:41:43'),(193,'submission','904f64e8-a6d0-4ad2-9329-7a307bbd9936',770,11,'','','efef6a6','FORMULARIO',0,0,'95.217.38.189','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-01 11:54:58','2023-11-01 11:54:58','2023-11-01 11:54:58','2023-11-01 11:54:58'),(194,'submission','0656e5c3-c898-453e-b6b2-0930b7d9bef5',774,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-02 00:28:17','2023-11-02 00:28:17','2023-11-02 00:28:17','2023-11-02 00:28:17'),(195,'submission','9f69b1bb-0ad4-4c5c-bea1-0f5382e677fb',778,11,'','','efef6a6','FORMULARIO',0,0,'95.217.84.35','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-02 03:02:43','2023-11-02 03:02:43','2023-11-02 03:02:43','2023-11-02 03:02:43'),(196,'submission','22166d06-6010-4120-bb90-467d918e1306',782,11,'','','efef6a6','FORMULARIO',0,0,'212.192.24.123','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-02 08:47:25','2023-11-02 08:47:25','2023-11-02 08:47:25','2023-11-02 08:47:25'),(197,'submission','bf784b43-2e47-4682-81d9-3b280df9f88f',786,11,'','','efef6a6','FORMULARIO',0,0,'146.70.161.230','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-08 16:35:58','2023-11-08 16:35:58','2023-11-08 16:35:58','2023-11-08 16:35:58'),(198,'submission','9e18f2db-34ac-4c6c-a2c1-3789281b74e8',790,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-09 15:24:06','2023-11-09 15:24:06','2023-11-09 15:24:06','2023-11-09 15:24:06'),(199,'submission','d166e2a5-5d56-4c4a-9b58-69994dd8dd59',794,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-10 21:38:41','2023-11-10 21:38:41','2023-11-10 21:38:41','2023-11-10 21:38:41'),(200,'submission','e8388236-19e4-4630-a0df-ff0216428d9c',798,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.201.133.237','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-14 08:05:06','2023-11-14 08:05:06','2023-11-14 08:05:06','2023-11-14 08:05:06'),(201,'submission','35a4992b-9b62-4552-8cbb-6777900acdfb',802,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.152.60.209','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-14 08:48:30','2023-11-14 08:48:30','2023-11-14 08:48:30','2023-11-14 08:48:30'),(202,'submission','1aee06a4-563a-4f11-b458-a689d2b62396',806,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'189.201.141.178','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-16 19:46:26','2023-11-16 19:46:26','2023-11-16 19:46:26','2023-11-16 19:46:26'),(203,'submission','46f09f57-588f-4c58-8e82-f32e3db20e99',810,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.8','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-19 01:16:36','2023-11-19 01:16:36','2023-11-19 01:16:36','2023-11-19 01:16:36'),(204,'submission','58e009d6-7120-4b99-b9be-329e0781eebe',814,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.94','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-19 01:16:49','2023-11-19 01:16:49','2023-11-19 01:16:49','2023-11-19 01:16:49'),(205,'submission','c7fc46bb-f762-4e40-8316-01dbb571fe08',818,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.152.60.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-22 21:26:53','2023-11-22 21:26:53','2023-11-22 21:26:53','2023-11-22 21:26:53'),(206,'submission','d297cb40-664e-4bf4-a648-28c41ec5be0a',822,11,'','','efef6a6','FORMULARIO',0,0,'65.21.95.243','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-25 00:41:16','2023-11-25 00:41:16','2023-11-25 00:41:16','2023-11-25 00:41:16'),(207,'submission','ae053995-5e7d-4db7-85b6-0ff4fc9e1bb0',826,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'89.187.178.174','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-26 04:53:14','2023-11-26 04:53:14','2023-11-26 04:53:14','2023-11-26 04:53:14'),(208,'submission','0508e4fb-6a7f-4cbb-a71b-2fb5440846b7',830,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.201.133.237','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-27 07:27:58','2023-11-27 07:27:58','2023-11-27 07:27:58','2023-11-27 07:27:58'),(209,'submission','3e80d1dd-5fb0-447d-b958-515e2c33fc9f',834,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-29 16:05:20','2023-11-29 16:05:20','2023-11-29 16:05:20','2023-11-29 16:05:20'),(210,'submission','394c2a59-3fb9-4140-a069-70ad55815ebc',838,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'187.189.33.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-29 16:31:44','2023-11-29 16:31:44','2023-11-29 16:31:44','2023-11-29 16:31:44'),(211,'submission','45002f2a-a434-412a-9bdc-0efbfd98d1de',842,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'187.189.33.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-11-29 16:32:17','2023-11-29 16:32:17','2023-11-29 16:32:17','2023-11-29 16:32:17'),(212,'submission','562ae128-8ae6-45b1-8098-a7371edc8e8f',846,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.154.10.223','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-03 16:31:02','2023-12-03 16:31:02','2023-12-03 16:31:02','2023-12-03 16:31:02'),(213,'submission','3a1154e7-ae83-43ea-b5d9-0ae85b39fa0e',850,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'172.245.166.233','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-07 20:01:59','2023-12-07 20:01:59','2023-12-07 20:01:59','2023-12-07 20:01:59'),(214,'submission','1029fcb1-c9ba-46fc-856a-1f522d96ef7e',854,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-12 15:37:36','2023-12-12 15:37:36','2023-12-12 15:37:36','2023-12-12 15:37:36'),(215,'submission','fd88bbf1-7f17-427b-bdae-b4e0c0e4a25a',858,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'154.201.37.251','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-13 16:26:47','2023-12-13 16:26:47','2023-12-13 16:26:47','2023-12-13 16:26:47'),(216,'submission','c63e490b-7e90-4b53-a594-571742ff6ea8',862,11,'','','efef6a6','FORMULARIO',0,0,'149.18.24.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-17 02:19:11','2023-12-17 02:19:11','2023-12-17 02:19:11','2023-12-17 02:19:11'),(217,'submission','03eb4b60-487e-4ec8-9ef9-be08e14f53f3',866,11,'','','efef6a6','FORMULARIO',0,0,'102.129.143.92','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-17 02:32:51','2023-12-17 02:32:51','2023-12-17 02:32:51','2023-12-17 02:32:51'),(218,'submission','3e0b9fb7-0a8b-4322-b3e6-cc6aa6dcfd7d',870,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.15.139.4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-19 12:10:40','2023-12-19 12:10:40','2023-12-19 12:10:40','2023-12-19 12:10:40'),(219,'submission','4f9c933d-69f8-4a7e-ac39-d7d319831687',874,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-20 07:23:48','2023-12-20 07:23:48','2023-12-20 07:23:48','2023-12-20 07:23:48'),(220,'submission','418249e4-6a33-40f7-a877-4a6298c172d9',878,11,'','','efef6a6','FORMULARIO',0,0,'188.130.184.167','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-20 11:47:34','2023-12-20 11:47:34','2023-12-20 11:47:34','2023-12-20 11:47:34'),(221,'submission','50b7c549-cf25-44fa-b7cc-c7272d52c877',882,11,'','','efef6a6','FORMULARIO',0,0,'81.200.221.185','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-25 13:11:18','2023-12-25 13:11:18','2023-12-25 13:11:18','2023-12-25 13:11:18'),(222,'submission','ded831ce-7d6e-4f0c-84c6-de391e3fc005',886,11,'','','efef6a6','FORMULARIO',0,0,'46.17.104.231','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-25 23:55:01','2023-12-25 23:55:01','2023-12-25 23:55:01','2023-12-25 23:55:01'),(223,'submission','0a1ec6eb-9f20-4d7a-9d12-5692aac179fa',890,11,'','','efef6a6','FORMULARIO',0,0,'46.246.41.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2023-12-28 10:19:49','2023-12-28 10:19:49','2023-12-28 10:19:49','2023-12-28 10:19:49'),(224,'submission','e022d396-1805-409b-83ab-3c0f6ff7c604',894,11,'','','efef6a6','FORMULARIO',0,0,'5.3.130.139','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-01 01:46:18','2024-01-01 01:46:18','2024-01-01 01:46:18','2024-01-01 01:46:18'),(225,'submission','46c21a66-0071-4a8d-a9ed-bdf846ff98e2',898,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.15.151.182','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-03 20:08:35','2024-01-03 20:08:35','2024-01-03 20:08:35','2024-01-03 20:08:35'),(226,'submission','41c8968b-dd09-44e5-8dc6-4ee1bf1b3875',902,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'156.146.36.107','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-08 09:08:13','2024-01-08 09:08:13','2024-01-08 09:08:13','2024-01-08 09:08:13'),(227,'submission','c79ba9a1-6f61-43ab-bbc6-d5e02ee8b229',906,11,'','','efef6a6','FORMULARIO',0,0,'5.166.93.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-15 08:44:37','2024-01-15 08:44:37','2024-01-15 08:44:37','2024-01-15 08:44:37'),(228,'submission','65a25be8-37af-4eda-a2c2-d5982b116bc5',910,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.18','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-20 00:10:40','2024-01-20 00:10:40','2024-01-20 00:10:40','2024-01-20 00:10:40'),(229,'submission','455dfc52-960d-4edf-8125-b3112bbe41d4',914,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-01-21 04:20:36','2024-01-21 04:20:36','2024-01-21 04:20:36','2024-01-21 04:20:36'),(230,'submission','bc13aa4e-9b8e-4d96-9e63-72ce1e14463d',918,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'43.225.191.67','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-01 05:10:32','2024-02-01 05:10:32','2024-02-01 05:10:32','2024-02-01 05:10:32'),(231,'submission','799d2936-728c-4b4f-973a-5f730285f1a1',922,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'94.154.127.168','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-05 16:58:08','2024-02-05 16:58:08','2024-02-05 16:58:08','2024-02-05 16:58:08'),(232,'submission','44587e00-65ce-408a-a994-9e931626365f',926,11,'','','efef6a6','FORMULARIO',0,0,'176.111.179.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-07 13:38:43','2024-02-07 13:38:43','2024-02-07 13:38:43','2024-02-07 13:38:43'),(233,'submission','50a0e4ee-84fa-4e2d-aedb-2f4b8358f501',930,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-07 22:51:54','2024-02-07 22:51:54','2024-02-07 22:51:54','2024-02-07 22:51:54'),(234,'submission','a983d7f4-ed04-4374-ae7a-bf17e7767361',934,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'154.202.127.203','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-08 07:11:20','2024-02-08 07:11:20','2024-02-08 07:11:20','2024-02-08 07:11:20'),(235,'submission','a2ef096a-8fb4-4585-a175-cc9c4d744d0f',938,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-08 09:49:40','2024-02-08 09:49:40','2024-02-08 09:49:40','2024-02-08 09:49:40'),(236,'submission','40ae309b-035b-4b4c-a4fb-b6c7941e75a1',942,11,'','','efef6a6','FORMULARIO',0,0,'185.197.74.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-08 11:08:36','2024-02-08 11:08:36','2024-02-08 11:08:36','2024-02-08 11:08:36'),(237,'submission','da79e8c5-9893-4c00-8cd8-4349f921cc48',946,11,'','','efef6a6','FORMULARIO',0,0,'37.22.79.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-09 04:10:09','2024-02-09 04:10:09','2024-02-09 04:10:09','2024-02-09 04:10:09'),(238,'submission','37cbbaa3-5361-4346-9600-e86f9b3cfcd1',950,11,'','','efef6a6','FORMULARIO',0,0,'188.130.137.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-09 05:22:16','2024-02-09 05:22:16','2024-02-09 05:22:16','2024-02-09 05:22:16'),(239,'submission','94320844-753d-403f-9a77-25b56baf5913',954,11,'','','efef6a6','FORMULARIO',0,0,'69.197.156.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-09 06:35:15','2024-02-09 06:35:15','2024-02-09 06:35:15','2024-02-09 06:35:15'),(240,'submission','ce8f82b0-00dc-4627-b8ae-4a3411de383d',958,11,'','','efef6a6','FORMULARIO',0,0,'138.199.59.47','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-10 07:15:18','2024-02-10 07:15:18','2024-02-10 07:15:18','2024-02-10 07:15:18'),(241,'submission','57cc2307-7fd6-42b7-8887-3a69dc494bdc',962,11,'','','efef6a6','FORMULARIO',0,0,'5.42.67.2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-10 22:06:28','2024-02-10 22:06:29','2024-02-10 22:06:28','2024-02-10 22:06:29'),(242,'submission','289202a3-e2a5-4fae-80b1-d21c92dac32e',966,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.87','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-10 22:29:55','2024-02-10 22:29:55','2024-02-10 22:29:55','2024-02-10 22:29:55'),(243,'submission','8166d024-3d3d-48e6-bd0d-0187e0508ad9',970,11,'','','efef6a6','FORMULARIO',0,0,'85.203.47.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-11 03:45:54','2024-02-11 03:45:54','2024-02-11 03:45:54','2024-02-11 03:45:54'),(244,'submission','c7b4a978-807c-4bbf-b868-0e6a27c097bd',974,11,'','','efef6a6','FORMULARIO',0,0,'94.25.169.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-11 22:55:03','2024-02-11 22:55:03','2024-02-11 22:55:03','2024-02-11 22:55:03'),(245,'submission','c6212be6-1888-4048-817b-ea48d1a32b6a',978,11,'','','efef6a6','FORMULARIO',0,0,'37.46.115.54','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-12 01:27:02','2024-02-12 01:27:02','2024-02-12 01:27:02','2024-02-12 01:27:02'),(246,'submission','b9197a4e-e18d-422c-bf69-190e18897511',982,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-12 01:51:54','2024-02-12 01:51:54','2024-02-12 01:51:54','2024-02-12 01:51:54'),(247,'submission','e63074bb-8d84-4764-a172-f37463d27d27',986,11,'','','efef6a6','FORMULARIO',0,0,'196.196.53.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-12 02:26:09','2024-02-12 02:26:09','2024-02-12 02:26:09','2024-02-12 02:26:09'),(248,'submission','1b52638e-d644-41b5-9b51-e5e66e02ec99',990,11,'','','efef6a6','FORMULARIO',0,0,'74.91.28.106','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-12 18:41:39','2024-02-12 18:41:39','2024-02-12 18:41:39','2024-02-12 18:41:39'),(249,'submission','0553344a-c509-462e-8dfd-6f8ad4dd9a81',994,11,'','','efef6a6','FORMULARIO',0,0,'216.24.216.196','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 10:19:17','2024-02-13 10:19:17','2024-02-13 10:19:17','2024-02-13 10:19:17'),(250,'submission','55c15eea-1d2c-432c-9f51-6a93d57bc722',998,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.92','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 10:56:27','2024-02-13 10:56:28','2024-02-13 10:56:27','2024-02-13 10:56:28'),(251,'submission','fd2d1cd8-d0c7-4bd9-af9f-d2be3290c670',1002,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'170.83.176.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 18:50:25','2024-02-13 18:50:25','2024-02-13 18:50:25','2024-02-13 18:50:25'),(252,'submission','a9424a79-afdb-4998-a7c8-15e2a7a60141',1006,11,'','','efef6a6','FORMULARIO',0,0,'185.103.109.246','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 19:31:43','2024-02-13 19:31:44','2024-02-13 19:31:43','2024-02-13 19:31:44'),(253,'submission','7d9aee5e-4fb5-4f85-a23f-92e15035945a',1010,11,'','','efef6a6','FORMULARIO',0,0,'188.234.4.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 21:59:40','2024-02-13 21:59:40','2024-02-13 21:59:40','2024-02-13 21:59:40'),(254,'submission','b86df336-a8d7-4b1c-bf48-3a63d7f94505',1014,11,'','','efef6a6','FORMULARIO',0,0,'63.141.226.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-13 22:41:19','2024-02-13 22:41:19','2024-02-13 22:41:19','2024-02-13 22:41:19'),(255,'submission','c0ecb176-11c3-40e2-ba17-b22a69f90277',1018,11,'','','efef6a6','FORMULARIO',0,0,'169.150.197.139','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-15 08:43:51','2024-02-15 08:43:51','2024-02-15 08:43:51','2024-02-15 08:43:51'),(256,'submission','0e62347c-fc4e-4dad-8d26-7ce604c7e4c4',1022,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-15 13:46:57','2024-02-15 13:46:57','2024-02-15 13:46:57','2024-02-15 13:46:57'),(257,'submission','f9c7a0e3-13cf-40a4-ac1d-df6e4d27e490',1026,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-15 22:28:22','2024-02-15 22:28:22','2024-02-15 22:28:22','2024-02-15 22:28:22'),(258,'submission','a2e6d5b0-2de8-463f-914b-8d3d49d29ff2',1030,11,'','','efef6a6','FORMULARIO',0,0,'46.8.22.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-15 22:45:30','2024-02-15 22:45:30','2024-02-15 22:45:30','2024-02-15 22:45:30'),(259,'submission','244f6669-f156-497a-885e-6d1aee9a791c',1034,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.87','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-16 00:55:17','2024-02-16 00:55:17','2024-02-16 00:55:17','2024-02-16 00:55:17'),(260,'submission','e32e7d77-fa8b-4089-bc19-d4dd4a18304c',1038,11,'','','efef6a6','FORMULARIO',0,0,'138.199.59.210','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-16 11:19:42','2024-02-16 11:19:42','2024-02-16 11:19:42','2024-02-16 11:19:42'),(261,'submission','e1b14332-9758-4dbb-a850-74a99ce41a8b',1042,11,'','','efef6a6','FORMULARIO',0,0,'95.182.126.159','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-17 01:59:59','2024-02-17 01:59:59','2024-02-17 01:59:59','2024-02-17 01:59:59'),(262,'submission','f3f890b4-ea5d-40e3-bf6a-96f359480856',1046,11,'','','efef6a6','FORMULARIO',0,0,'216.24.216.196','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-17 04:28:59','2024-02-17 04:28:59','2024-02-17 04:28:59','2024-02-17 04:28:59'),(263,'submission','b0d4aad2-a5af-4214-9b6a-66989c4a87b4',1050,11,'','','efef6a6','FORMULARIO',0,0,'69.30.253.50','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-17 11:10:49','2024-02-17 11:10:49','2024-02-17 11:10:49','2024-02-17 11:10:49'),(264,'submission','0b902d7b-f9e4-49e4-abe5-a1f8e81ada1d',1054,11,'','','efef6a6','FORMULARIO',0,0,'162.221.206.110','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-17 14:42:08','2024-02-17 14:42:08','2024-02-17 14:42:08','2024-02-17 14:42:08'),(265,'submission','76b97a6e-daae-4772-be70-e9de4061aa7e',1058,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-18 16:53:20','2024-02-18 16:53:20','2024-02-18 16:53:20','2024-02-18 16:53:20'),(266,'submission','832d2720-7f5b-4ec6-99a4-3730df09c2ac',1062,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'104.238.10.123','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-19 03:35:37','2024-02-19 03:35:37','2024-02-19 03:35:37','2024-02-19 03:35:37'),(267,'submission','b7c31311-b314-482d-a91f-8f4e91ecc805',1066,11,'','','efef6a6','FORMULARIO',0,0,'5.165.129.37','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-19 11:03:57','2024-02-19 11:03:57','2024-02-19 11:03:57','2024-02-19 11:03:57'),(268,'submission','eb3be166-ed32-435e-b1ac-561a47527678',1070,11,'','','efef6a6','FORMULARIO',0,0,'74.91.22.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-20 11:42:34','2024-02-20 11:42:34','2024-02-20 11:42:34','2024-02-20 11:42:34'),(269,'submission','07c02c27-cfa3-49be-8b24-1ee5e27ff672',1074,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'104.232.211.143','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-20 21:46:53','2024-02-20 21:46:53','2024-02-20 21:46:53','2024-02-20 21:46:53'),(270,'submission','35acd241-e8d0-4a01-a24b-cafd4b1f6fc5',1078,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.87','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-21 10:19:51','2024-02-21 10:19:51','2024-02-21 10:19:51','2024-02-21 10:19:51'),(271,'submission','83ba8bd9-20f7-4d11-a64c-5f8ea7e52e23',1082,11,'','','efef6a6','FORMULARIO',0,0,'45.14.244.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-21 12:09:42','2024-02-21 12:09:42','2024-02-21 12:09:42','2024-02-21 12:09:42'),(272,'submission','a13a6ee6-f05b-4292-a241-b1c512650be9',1086,11,'','','efef6a6','FORMULARIO',0,0,'95.55.252.177','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-21 15:05:11','2024-02-21 15:05:11','2024-02-21 15:05:11','2024-02-21 15:05:11'),(273,'submission','96d22da9-fffa-4204-89f5-b70eeb04f30d',1090,11,'','','efef6a6','FORMULARIO',0,0,'74.91.28.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 04:29:30','2024-02-22 04:29:30','2024-02-22 04:29:30','2024-02-22 04:29:30'),(274,'submission','86750621-1342-489d-a7a1-6292230a1b97',1094,11,'','','efef6a6','FORMULARIO',0,0,'74.91.17.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 09:38:41','2024-02-22 09:38:41','2024-02-22 09:38:41','2024-02-22 09:38:41'),(275,'submission','cb31a346-8fea-4aac-a474-cf7bb3b9773a',1098,11,'','','efef6a6','FORMULARIO',0,0,'77.73.132.21','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 17:01:27','2024-02-22 17:01:27','2024-02-22 17:01:27','2024-02-22 17:01:27'),(276,'submission','45e7f614-56db-452e-9aa5-dcdec0073107',1102,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 19:17:13','2024-02-22 19:17:13','2024-02-22 19:17:13','2024-02-22 19:17:13'),(277,'submission','0e8b0be4-5705-407c-a8c3-6ead6ca1ffca',1106,11,'','','efef6a6','FORMULARIO',0,0,'45.89.65.70','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 19:27:34','2024-02-22 19:27:34','2024-02-22 19:27:34','2024-02-22 19:27:34'),(278,'submission','0207021b-76b8-4ede-814b-6498bb159af2',1110,11,'','','efef6a6','FORMULARIO',0,0,'109.248.205.76','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 20:15:43','2024-02-22 20:15:44','2024-02-22 20:15:43','2024-02-22 20:15:44'),(279,'submission','098d4ebb-18df-4d63-86d4-509730b1531c',1114,11,'','','efef6a6','FORMULARIO',0,0,'63.141.226.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-22 20:42:53','2024-02-22 20:42:53','2024-02-22 20:42:53','2024-02-22 20:42:53'),(280,'submission','8ffe7e9e-4197-4cb0-81a5-15125c1135e1',1118,11,'','','efef6a6','FORMULARIO',0,0,'138.199.59.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-23 03:02:55','2024-02-23 03:02:55','2024-02-23 03:02:55','2024-02-23 03:02:55'),(281,'submission','833d448d-5810-47ba-b7e5-5c36230af534',1122,11,'','','efef6a6','FORMULARIO',0,0,'46.246.8.84','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-23 10:18:22','2024-02-23 10:18:22','2024-02-23 10:18:22','2024-02-23 10:18:22'),(282,'submission','2fa2a99f-35eb-4819-9bf4-0bb52570dddc',1126,11,'','','efef6a6','FORMULARIO',0,0,'24.56.28.200','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-23 21:14:17','2024-02-23 21:14:17','2024-02-23 21:14:17','2024-02-23 21:14:17'),(283,'submission','b2b23676-efb0-4fe4-93af-64a324726c69',1130,11,'','','efef6a6','FORMULARIO',0,0,'193.0.149.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-23 22:36:01','2024-02-23 22:36:01','2024-02-23 22:36:01','2024-02-23 22:36:01'),(284,'submission','ae42f8fb-061b-4d0b-8691-83e8ae7eb07c',1134,11,'','','efef6a6','FORMULARIO',0,0,'77.73.132.21','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-23 23:49:56','2024-02-23 23:49:56','2024-02-23 23:49:56','2024-02-23 23:49:56'),(285,'submission','f1e35988-1d22-423b-9232-a850d8cec7a1',1138,11,'','','efef6a6','FORMULARIO',0,0,'109.248.55.205','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-24 05:12:27','2024-02-24 05:12:27','2024-02-24 05:12:27','2024-02-24 05:12:27'),(286,'submission','28423453-3982-4a0f-b33f-8b3ef41bb7be',1142,11,'','','efef6a6','FORMULARIO',0,0,'154.16.164.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-24 11:18:51','2024-02-24 11:18:51','2024-02-24 11:18:51','2024-02-24 11:18:51'),(287,'submission','1acc26bb-ab49-4075-b72a-32274875af8c',1146,11,'','','efef6a6','FORMULARIO',0,0,'178.176.78.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-24 16:09:53','2024-02-24 16:09:53','2024-02-24 16:09:53','2024-02-24 16:09:53'),(288,'submission','8b7b0319-07a1-4827-a933-0225038a00d9',1150,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-24 21:08:23','2024-02-24 21:08:23','2024-02-24 21:08:23','2024-02-24 21:08:23'),(289,'submission','1b52d578-704e-4a54-815c-0f06933a2a13',1154,11,'','','efef6a6','FORMULARIO',0,0,'188.234.4.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-25 04:16:00','2024-02-25 04:16:00','2024-02-25 04:16:00','2024-02-25 04:16:00'),(290,'submission','f5301958-8ddc-4506-a122-e4b34183e29b',1158,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-25 10:13:36','2024-02-25 10:13:36','2024-02-25 10:13:36','2024-02-25 10:13:36'),(291,'submission','b7fd3f78-171a-4802-a9de-c544f1b82a21',1162,11,'','','efef6a6','FORMULARIO',0,0,'154.16.164.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-25 11:56:20','2024-02-25 11:56:20','2024-02-25 11:56:20','2024-02-25 11:56:20'),(292,'submission','65f518ea-00e8-4952-af27-dcb655b35cdb',1166,11,'','','efef6a6','FORMULARIO',0,0,'154.16.164.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-25 11:59:04','2024-02-25 11:59:04','2024-02-25 11:59:04','2024-02-25 11:59:04'),(293,'submission','d8a05d31-206b-4cb2-abed-1f3f03e71a00',1170,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-25 17:20:22','2024-02-25 17:20:22','2024-02-25 17:20:22','2024-02-25 17:20:22'),(294,'submission','e6ac0c58-1b0e-4fbd-b711-a263f2e58977',1174,11,'','','efef6a6','FORMULARIO',0,0,'94.25.168.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 00:36:15','2024-02-26 00:36:15','2024-02-26 00:36:15','2024-02-26 00:36:15'),(295,'submission','c52b2172-2bf8-4a47-9131-992604844ba4',1178,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 06:10:40','2024-02-26 06:10:40','2024-02-26 06:10:40','2024-02-26 06:10:40'),(296,'submission','00f6096a-10d8-49a8-a436-22e08c3ce542',1182,11,'','','efef6a6','FORMULARIO',0,0,'154.16.164.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 09:20:57','2024-02-26 09:20:57','2024-02-26 09:20:57','2024-02-26 09:20:57'),(297,'submission','8edec527-07d9-4d9a-9dd7-bd56a80fd65a',1186,11,'','','efef6a6','FORMULARIO',0,0,'141.98.169.76','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 09:39:08','2024-02-26 09:39:08','2024-02-26 09:39:08','2024-02-26 09:39:08'),(298,'submission','2544159a-c3d9-4f7f-af59-a3afed3e7854',1190,11,'','','efef6a6','FORMULARIO',0,0,'95.49.187.51','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 13:19:00','2024-02-26 13:19:00','2024-02-26 13:19:00','2024-02-26 13:19:00'),(299,'submission','7a5322b3-d676-4691-ac7c-02032585900e',1194,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-26 18:35:26','2024-02-26 18:35:26','2024-02-26 18:35:26','2024-02-26 18:35:26'),(300,'submission','515beb29-5df8-4b26-9c9e-e67f3d9450dd',1198,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.83','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-27 12:55:01','2024-02-27 12:55:01','2024-02-27 12:55:01','2024-02-27 12:55:01'),(301,'submission','91dc1266-4729-422c-90b8-29a59bdf2b52',1202,11,'','','efef6a6','FORMULARIO',0,0,'216.24.216.196','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-27 18:53:29','2024-02-27 18:53:29','2024-02-27 18:53:29','2024-02-27 18:53:29'),(302,'submission','c56b922f-e7b0-489d-bcd2-098204ad08aa',1206,11,'','','efef6a6','FORMULARIO',0,0,'109.248.48.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-28 07:55:11','2024-02-28 07:55:11','2024-02-28 07:55:11','2024-02-28 07:55:11'),(303,'submission','7d1d23d5-570f-46b9-ba53-b8d52d609727',1210,11,'','','efef6a6','FORMULARIO',0,0,'75.247.9.37','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-28 12:21:47','2024-02-28 12:21:47','2024-02-28 12:21:47','2024-02-28 12:21:47'),(304,'submission','2cc9634f-a60f-46fd-a9dc-24d50972aaff',1214,11,'','','efef6a6','FORMULARIO',0,0,'146.70.102.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-28 18:30:07','2024-02-28 18:30:07','2024-02-28 18:30:07','2024-02-28 18:30:07'),(305,'submission','891ba91d-29c9-4f39-89b4-de7d7867d552',1218,11,'','','efef6a6','FORMULARIO',0,0,'5.166.101.223','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-29 00:37:51','2024-02-29 00:37:51','2024-02-29 00:37:51','2024-02-29 00:37:51'),(306,'submission','83a54f99-f27f-40c4-8cf1-4521360eff9f',1222,11,'','','efef6a6','FORMULARIO',0,0,'154.195.99.50','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-02-29 12:00:48','2024-02-29 12:00:48','2024-02-29 12:00:48','2024-02-29 12:00:48'),(307,'submission','19d36945-99ad-46d8-8479-0398e3ca12ef',1226,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-01 06:43:55','2024-03-01 06:43:55','2024-03-01 06:43:55','2024-03-01 06:43:55'),(308,'submission','bd878694-737f-4028-87e0-8ff9c7f1e453',1230,11,'','','efef6a6','FORMULARIO',0,0,'74.91.22.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-01 20:31:37','2024-03-01 20:31:37','2024-03-01 20:31:37','2024-03-01 20:31:37'),(309,'submission','49bf7639-3f1f-461c-9ea4-e41f108359ac',1234,11,'','','efef6a6','FORMULARIO',0,0,'212.102.35.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-02 08:03:36','2024-03-02 08:03:36','2024-03-02 08:03:36','2024-03-02 08:03:36'),(310,'submission','d023b0c7-09ff-4a11-9819-1eb09ead2de9',1238,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-02 08:20:41','2024-03-02 08:20:42','2024-03-02 08:20:41','2024-03-02 08:20:42'),(311,'submission','e01873a1-73bb-4756-b94d-79d348d8d06b',1242,11,'','','efef6a6','FORMULARIO',0,0,'37.115.220.54','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-02 09:42:17','2024-03-02 09:42:17','2024-03-02 09:42:17','2024-03-02 09:42:17'),(312,'submission','41c8b862-bd90-4d9e-acfc-e7f607041a3a',1246,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-02 15:08:52','2024-03-02 15:08:52','2024-03-02 15:08:52','2024-03-02 15:08:52'),(313,'submission','34e1e006-270d-42ed-b0e8-5dcf12e728d6',1250,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.87','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-02 18:14:31','2024-03-02 18:14:31','2024-03-02 18:14:31','2024-03-02 18:14:31'),(314,'submission','795c51e0-fc4a-44b6-b680-c28cb1fd7674',1254,11,'','','efef6a6','FORMULARIO',0,0,'46.191.185.135','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-03 00:12:23','2024-03-03 00:12:23','2024-03-03 00:12:23','2024-03-03 00:12:23'),(315,'submission','4b264f69-b290-42a8-9dad-1b4dc2f9d322',1258,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'196.240.254.168','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-03 06:10:37','2024-03-03 06:10:37','2024-03-03 06:10:37','2024-03-03 06:10:37'),(316,'submission','4a9a0e01-4675-4c02-bc21-dccee7e9deee',1262,11,'','','efef6a6','FORMULARIO',0,0,'23.158.232.6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-03 11:55:55','2024-03-03 11:55:55','2024-03-03 11:55:55','2024-03-03 11:55:55'),(317,'submission','494e000d-cbba-49c1-9610-35be3aee3f70',1266,11,'','','efef6a6','FORMULARIO',0,0,'95.104.199.74','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 04:34:14','2024-03-04 04:34:14','2024-03-04 04:34:14','2024-03-04 04:34:14'),(318,'submission','8b2d49de-1fa1-4a20-a4c6-ca20e43c6c82',1270,11,'','','efef6a6','FORMULARIO',0,0,'109.234.35.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 11:15:14','2024-03-04 11:15:14','2024-03-04 11:15:14','2024-03-04 11:15:14'),(319,'submission','0479e780-7617-434e-8e13-b6bed8fb2e2e',1274,11,'','','efef6a6','FORMULARIO',0,0,'146.70.165.61','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 14:15:15','2024-03-04 14:15:15','2024-03-04 14:15:15','2024-03-04 14:15:15'),(320,'submission','4f6d73b7-9563-40a1-aec6-ac7acd23a4de',1278,11,'','','efef6a6','FORMULARIO',0,0,'93.100.129.36','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 17:50:02','2024-03-04 17:50:02','2024-03-04 17:50:02','2024-03-04 17:50:02'),(321,'submission','8bc1b652-a991-4bc0-9660-3252a98f77ea',1282,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'196.240.143.13','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 20:34:45','2024-03-04 20:34:45','2024-03-04 20:34:45','2024-03-04 20:34:45'),(322,'submission','2851080e-3155-4220-92ba-11730f357ab7',1286,11,'','','efef6a6','FORMULARIO',0,0,'178.18.10.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-04 23:44:04','2024-03-04 23:44:04','2024-03-04 23:44:04','2024-03-04 23:44:04'),(323,'submission','644e9593-5f43-40f4-8287-7598422cf1ab',1290,11,'','','efef6a6','FORMULARIO',0,0,'188.130.142.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-05 20:56:39','2024-03-05 20:56:39','2024-03-05 20:56:39','2024-03-05 20:56:39'),(324,'submission','a7ade0cd-b8f6-497f-acb1-829916c9353e',1294,11,'','','efef6a6','FORMULARIO',0,0,'216.24.213.82','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-06 23:20:03','2024-03-06 23:20:03','2024-03-06 23:20:03','2024-03-06 23:20:03'),(325,'submission','2eb1984b-ff7e-4295-9ca7-de8afc31ee84',1298,11,'','','efef6a6','FORMULARIO',0,0,'45.139.124.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-07 07:01:45','2024-03-07 07:01:45','2024-03-07 07:01:45','2024-03-07 07:01:45'),(326,'submission','632eb699-e64c-4d1d-84ba-b1a53b2fbeaf',1302,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-07 15:51:33','2024-03-07 15:51:33','2024-03-07 15:51:33','2024-03-07 15:51:33'),(327,'submission','d67880b2-be4b-4ff8-9349-1312ec2ddeae',1306,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-07 21:18:35','2024-03-07 21:18:35','2024-03-07 21:18:35','2024-03-07 21:18:35'),(328,'submission','dcae3ba1-d043-4330-9d8c-b49f32612b3e',1310,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'154.202.106.57','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-08 01:57:52','2024-03-08 01:57:52','2024-03-08 01:57:52','2024-03-08 01:57:52'),(329,'submission','a9d48191-0f6c-45ac-b50f-f1e7dd75d70a',1314,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-08 02:02:09','2024-03-08 02:02:09','2024-03-08 02:02:09','2024-03-08 02:02:09'),(330,'submission','8c2372b3-82aa-42eb-930c-978f7a037c1d',1318,11,'','','efef6a6','FORMULARIO',0,0,'94.25.175.53','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-09 02:59:46','2024-03-09 02:59:46','2024-03-09 02:59:46','2024-03-09 02:59:46'),(331,'submission','f3635e85-357a-404e-8e78-b1eef758dd22',1322,11,'','','efef6a6','FORMULARIO',0,0,'185.231.154.155','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-09 22:00:52','2024-03-09 22:00:52','2024-03-09 22:00:52','2024-03-09 22:00:52'),(332,'submission','4d5a17f5-03fe-48b8-bc92-72fc03187e58',1326,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-11 12:47:43','2024-03-11 12:47:43','2024-03-11 12:47:43','2024-03-11 12:47:43'),(333,'submission','42875806-86eb-4a62-8181-f1d6e3b0912d',1330,11,'','','efef6a6','FORMULARIO',0,0,'188.130.129.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-13 05:25:45','2024-03-13 05:25:45','2024-03-13 05:25:45','2024-03-13 05:25:45'),(334,'submission','a1ca3127-0445-4c0a-84c6-a43e88a5662b',1334,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.87','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-13 06:56:53','2024-03-13 06:56:53','2024-03-13 06:56:53','2024-03-13 06:56:53'),(335,'submission','283b5086-2388-4abb-b4bd-445fcae6c0d2',1338,11,'','','efef6a6','FORMULARIO',0,0,'37.115.214.164','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-13 08:49:01','2024-03-13 08:49:01','2024-03-13 08:49:01','2024-03-13 08:49:01'),(336,'submission','c7d03597-b737-4922-9a84-4ddc60b52a03',1342,11,'','','efef6a6','FORMULARIO',0,0,'185.128.107.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-13 11:00:14','2024-03-13 11:00:14','2024-03-13 11:00:14','2024-03-13 11:00:14'),(337,'submission','917233fd-c2cd-4d0c-ac68-048fefb1272a',1346,11,'','','efef6a6','FORMULARIO',0,0,'5.166.104.203','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 06:42:55','2024-03-14 06:42:55','2024-03-14 06:42:55','2024-03-14 06:42:55'),(338,'submission','98978c3b-32a3-48c8-8c38-69a90a599cab',1350,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 09:44:38','2024-03-14 09:44:38','2024-03-14 09:44:38','2024-03-14 09:44:38'),(339,'submission','82a9c9f3-15c8-41eb-926f-71eb8138afa3',1354,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 12:30:21','2024-03-14 12:30:21','2024-03-14 12:30:21','2024-03-14 12:30:21'),(340,'submission','dbc9fd9a-a53f-4ea4-addf-7c544fab9337',1358,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 13:23:31','2024-03-14 13:23:31','2024-03-14 13:23:31','2024-03-14 13:23:31'),(341,'submission','98962e56-6362-4a3c-adab-6f8b55c69bae',1362,11,'','','efef6a6','FORMULARIO',0,0,'165.231.182.39','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 15:54:27','2024-03-14 15:54:27','2024-03-14 15:54:27','2024-03-14 15:54:27'),(342,'submission','407dc7db-f153-4dd3-b8fa-b6a6287b3294',1366,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-14 23:07:11','2024-03-14 23:07:11','2024-03-14 23:07:11','2024-03-14 23:07:11'),(343,'submission','9824c120-6f13-4df3-9ffd-b571534d05a4',1370,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-15 05:56:36','2024-03-15 05:56:36','2024-03-15 05:56:36','2024-03-15 05:56:36'),(344,'submission','1fd4bcd5-f3dc-4892-a0c3-535439e41805',1374,11,'','','efef6a6','FORMULARIO',0,0,'95.181.164.185','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-15 08:16:55','2024-03-15 08:16:55','2024-03-15 08:16:55','2024-03-15 08:16:55'),(345,'submission','24600b2f-1a6f-4aaf-82df-53475c76c8d9',1378,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-15 17:12:33','2024-03-15 17:12:33','2024-03-15 17:12:33','2024-03-15 17:12:33'),(346,'submission','df8ef147-e9f2-46b8-83f7-959628bfdcb1',1382,11,'','','efef6a6','FORMULARIO',0,0,'198.44.129.42','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-15 19:40:31','2024-03-15 19:40:32','2024-03-15 19:40:31','2024-03-15 19:40:32'),(347,'submission','d40274d8-7c74-4d23-8235-476d5ff935d1',1386,11,'','','efef6a6','FORMULARIO',0,0,'69.30.74.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-16 11:05:22','2024-03-16 11:05:22','2024-03-16 11:05:22','2024-03-16 11:05:22'),(348,'submission','8e3699ec-f7ed-41cc-8504-819db12ebf1c',1390,11,'','','efef6a6','FORMULARIO',0,0,'185.172.128.138','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 07:27:16','2024-03-17 07:27:16','2024-03-17 07:27:16','2024-03-17 07:27:16'),(349,'submission','2d8aff17-7a51-4c34-b3ed-c1b45f793636',1394,11,'','','efef6a6','FORMULARIO',0,0,'188.130.142.248','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 09:37:42','2024-03-17 09:37:42','2024-03-17 09:37:42','2024-03-17 09:37:42'),(350,'submission','9c7d2acc-a7dd-4637-925e-0824624efdf6',1398,11,'','','efef6a6','FORMULARIO',0,0,'92.223.89.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 12:04:42','2024-03-17 12:04:42','2024-03-17 12:04:42','2024-03-17 12:04:42'),(351,'submission','0389a03d-860d-4428-a4f6-f513d9f392d5',1402,11,'','','efef6a6','FORMULARIO',0,0,'5.42.65.19','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 20:26:34','2024-03-17 20:26:34','2024-03-17 20:26:34','2024-03-17 20:26:34'),(352,'submission','eaffb788-df84-4320-af94-c80e2872e251',1406,11,'','','efef6a6','FORMULARIO',0,0,'37.233.3.242','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 20:31:31','2024-03-17 20:31:31','2024-03-17 20:31:31','2024-03-17 20:31:31'),(353,'submission','54517f39-6e57-42d3-abe6-858ca3abb38b',1410,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-17 23:11:17','2024-03-17 23:11:17','2024-03-17 23:11:17','2024-03-17 23:11:17'),(354,'submission','c72c4203-8c33-4cd1-aca6-a066e2533ccc',1414,11,'','','efef6a6','FORMULARIO',0,0,'45.89.65.70','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-18 08:46:10','2024-03-18 08:46:10','2024-03-18 08:46:10','2024-03-18 08:46:10'),(355,'submission','93801619-2ea3-46bc-9849-208378cc1ac0',1418,11,'','','efef6a6','FORMULARIO',0,0,'185.231.205.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-18 22:16:42','2024-03-18 22:16:42','2024-03-18 22:16:42','2024-03-18 22:16:42'),(356,'submission','7ead09b4-9206-434e-93b2-a8998fc02a39',1422,11,'','','efef6a6','FORMULARIO',0,0,'194.68.44.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-19 23:41:53','2024-03-19 23:41:53','2024-03-19 23:41:53','2024-03-19 23:41:53'),(357,'submission','af4c487f-3869-46db-92ba-15e92c369c2f',1426,11,'','','efef6a6','FORMULARIO',0,0,'45.139.124.39','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-20 12:15:10','2024-03-20 12:15:10','2024-03-20 12:15:10','2024-03-20 12:15:10'),(358,'submission','c2c87bbc-8c14-4405-9a95-0ae211d70e68',1430,11,'','','efef6a6','FORMULARIO',0,0,'93.100.144.207','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-20 12:27:27','2024-03-20 12:27:27','2024-03-20 12:27:27','2024-03-20 12:27:27'),(359,'submission','86a467a7-3639-4e64-9f85-116d6a88942e',1434,11,'','','efef6a6','FORMULARIO',0,0,'151.106.12.251','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-20 13:31:12','2024-03-20 13:31:12','2024-03-20 13:31:12','2024-03-20 13:31:12'),(360,'submission','426db5f5-b8e3-4db5-9edf-6b272f729320',1438,11,'','','efef6a6','FORMULARIO',0,0,'165.231.182.93','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-20 20:31:09','2024-03-20 20:31:09','2024-03-20 20:31:09','2024-03-20 20:31:09'),(361,'submission','08bd8e05-c016-4471-bd3c-48fecf79ddbe',1442,11,'','','efef6a6','FORMULARIO',0,0,'46.146.230.89','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-21 13:35:25','2024-03-21 13:35:25','2024-03-21 13:35:25','2024-03-21 13:35:25'),(362,'submission','f47c01d1-1450-4fd4-9c06-c27f809c8302',1446,11,'','','efef6a6','FORMULARIO',0,0,'95.104.199.50','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-23 03:10:54','2024-03-23 03:10:54','2024-03-23 03:10:54','2024-03-23 03:10:54'),(363,'submission','75ed1e6c-977a-4f01-a5a3-fe662caad95e',1450,11,'','','efef6a6','FORMULARIO',0,0,'45.133.172.158','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-23 03:23:25','2024-03-23 03:23:25','2024-03-23 03:23:25','2024-03-23 03:23:25'),(364,'submission','3b419cd5-5483-4d72-ac32-d61d4207ea7d',1454,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-23 12:54:35','2024-03-23 12:54:35','2024-03-23 12:54:35','2024-03-23 12:54:35'),(365,'submission','22bc885d-ca5b-4104-a7fa-b577e0502c71',1458,11,'','','efef6a6','FORMULARIO',0,0,'190.2.131.175','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-23 22:48:58','2024-03-23 22:48:58','2024-03-23 22:48:58','2024-03-23 22:48:58'),(366,'submission','c87e8a05-7869-425a-839c-c59e0f970667',1462,11,'','','efef6a6','FORMULARIO',0,0,'84.17.60.16','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-24 00:35:55','2024-03-24 00:35:55','2024-03-24 00:35:55','2024-03-24 00:35:55'),(367,'submission','4f2c591f-41e7-488a-b607-281dbfcf9aa2',1466,11,'','','efef6a6','FORMULARIO',0,0,'91.205.170.157','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-24 03:47:51','2024-03-24 03:47:51','2024-03-24 03:47:51','2024-03-24 03:47:51'),(368,'submission','d0732c62-9bd1-435a-9b24-0b3f99af1b62',1470,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.19','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-24 10:55:29','2024-03-24 10:55:29','2024-03-24 10:55:29','2024-03-24 10:55:29'),(369,'submission','d9ae9abc-f081-47bf-9c4d-8478131384ac',1474,11,'','','efef6a6','FORMULARIO',0,0,'138.199.7.131','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-24 21:34:23','2024-03-24 21:34:23','2024-03-24 21:34:23','2024-03-24 21:34:23'),(370,'submission','424aac42-1e66-4785-b853-added9ab6a79',1478,11,'','','efef6a6','FORMULARIO',0,0,'75.247.9.37','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-25 05:35:07','2024-03-25 05:35:07','2024-03-25 05:35:07','2024-03-25 05:35:07'),(371,'submission','20a79469-48f8-4d47-96f4-4478d6956514',1482,11,'','','efef6a6','FORMULARIO',0,0,'185.180.230.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-26 04:38:31','2024-03-26 04:38:31','2024-03-26 04:38:31','2024-03-26 04:38:31'),(372,'submission','2f0490cb-ba23-43e9-919b-2c4426f06bdf',1486,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.146','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-26 06:40:49','2024-03-26 06:40:49','2024-03-26 06:40:49','2024-03-26 06:40:49'),(373,'submission','5d876ec5-1146-42f3-99c7-9249c00539cc',1490,11,'','','efef6a6','FORMULARIO',0,0,'31.172.80.241','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-26 23:03:43','2024-03-26 23:03:43','2024-03-26 23:03:43','2024-03-26 23:03:43'),(374,'submission','a5de4d8b-d579-4311-92a9-9cc1041fab9b',1494,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 01:35:07','2024-03-27 01:35:07','2024-03-27 01:35:07','2024-03-27 01:35:07'),(375,'submission','9c923c6d-3aa4-4e54-a419-2e99492f6836',1498,11,'','','efef6a6','FORMULARIO',0,0,'95.165.157.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 03:12:42','2024-03-27 03:12:42','2024-03-27 03:12:42','2024-03-27 03:12:42'),(376,'submission','6e675b79-4af8-45b1-981c-f7171482ba83',1502,11,'','','efef6a6','FORMULARIO',0,0,'181.214.218.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 04:17:53','2024-03-27 04:17:53','2024-03-27 04:17:53','2024-03-27 04:17:53'),(377,'submission','db40bf7b-4c2f-45b2-9202-bec2e1fdbac7',1506,11,'','','efef6a6','FORMULARIO',0,0,'46.8.15.181','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 07:44:36','2024-03-27 07:44:36','2024-03-27 07:44:36','2024-03-27 07:44:36'),(378,'submission','a07415cc-7308-43e2-acd1-f0ef1675106f',1510,11,'','','efef6a6','FORMULARIO',0,0,'185.128.107.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 07:52:57','2024-03-27 07:52:57','2024-03-27 07:52:57','2024-03-27 07:52:57'),(379,'submission','76ef4135-f902-43ac-aa00-67267e83f05f',1514,11,'','','efef6a6','FORMULARIO',0,0,'185.212.148.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-27 12:07:12','2024-03-27 12:07:12','2024-03-27 12:07:12','2024-03-27 12:07:12'),(380,'submission','edd7c20a-906a-470c-8d71-2370549f17f8',1518,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-28 08:39:24','2024-03-28 08:39:24','2024-03-28 08:39:24','2024-03-28 08:39:24'),(381,'submission','10d9cc52-0ebe-4d8d-b9f4-0645120df69d',1522,11,'','','efef6a6','FORMULARIO',0,0,'196.244.192.45','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-28 11:29:10','2024-03-28 11:29:10','2024-03-28 11:29:10','2024-03-28 11:29:10'),(382,'submission','99ba665e-39fb-4954-ad47-c437ea33e6f3',1526,11,'','','efef6a6','FORMULARIO',0,0,'85.192.40.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-29 12:59:36','2024-03-29 12:59:36','2024-03-29 12:59:36','2024-03-29 12:59:36'),(383,'submission','0878d099-9604-42b8-aa5c-12863d8f3ded',1530,11,'','','efef6a6','FORMULARIO',0,0,'178.168.114.40','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-30 12:52:12','2024-03-30 12:52:12','2024-03-30 12:52:12','2024-03-30 12:52:12'),(384,'submission','68ed75da-86c7-4acb-8152-0cafecc0e11c',1534,11,'','','efef6a6','FORMULARIO',0,0,'95.143.190.169','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-31 00:51:00','2024-03-31 00:51:00','2024-03-31 00:51:00','2024-03-31 00:51:00'),(385,'submission','a456737e-cce8-4e7f-b03f-8e0125813645',1538,11,'','','efef6a6','FORMULARIO',0,0,'188.130.128.18','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-31 01:46:56','2024-03-31 01:46:56','2024-03-31 01:46:56','2024-03-31 01:46:56'),(386,'submission','529ad5ec-5b80-440f-ade8-6c400291e715',1542,11,'','','efef6a6','FORMULARIO',0,0,'104.224.90.57','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-31 05:14:40','2024-03-31 05:14:40','2024-03-31 05:14:40','2024-03-31 05:14:40'),(387,'submission','4038a3ee-3f68-440d-a5ab-5d0054aeab28',1546,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-03-31 08:36:37','2024-03-31 08:36:37','2024-03-31 08:36:37','2024-03-31 08:36:37'),(388,'submission','a37e4aa7-9eeb-483e-a376-3d80b980e08b',1550,11,'','','efef6a6','FORMULARIO',0,0,'188.130.185.41','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-01 03:56:28','2024-04-01 03:56:28','2024-04-01 03:56:28','2024-04-01 03:56:28'),(389,'submission','ea7efe09-c1f3-4824-9a4a-64edbef5b9c8',1554,11,'','','efef6a6','FORMULARIO',0,0,'104.28.222.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-01 10:17:01','2024-04-01 10:17:01','2024-04-01 10:17:01','2024-04-01 10:17:01'),(390,'submission','ffdba0f6-f84c-4cb2-b261-51fb4f58bc6c',1558,11,'','','efef6a6','FORMULARIO',0,0,'188.138.129.64','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-02 03:45:01','2024-04-02 03:45:01','2024-04-02 03:45:01','2024-04-02 03:45:01'),(391,'submission','c38ed747-645e-4126-baed-e77fc91b501c',1562,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-02 04:22:29','2024-04-02 04:22:29','2024-04-02 04:22:29','2024-04-02 04:22:29'),(392,'submission','f1313f4a-976f-4954-85cb-e3f4d84e63ab',1566,11,'','','efef6a6','FORMULARIO',0,0,'51.68.196.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-02 09:38:22','2024-04-02 09:38:22','2024-04-02 09:38:22','2024-04-02 09:38:22'),(393,'submission','4b5b6679-b3fa-4f4a-8f50-8780970a725a',1570,11,'','','efef6a6','FORMULARIO',0,0,'178.168.114.40','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-02 09:39:29','2024-04-02 09:39:29','2024-04-02 09:39:29','2024-04-02 09:39:29'),(394,'submission','ec1ebe23-2b20-41a6-a3f0-df5f47e1ee14',1574,11,'','','efef6a6','FORMULARIO',0,0,'109.248.205.76','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-02 13:22:01','2024-04-02 13:22:01','2024-04-02 13:22:01','2024-04-02 13:22:01'),(395,'submission','1acfed2c-6518-4170-9983-e4eca4fa5a1a',1578,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-03 01:53:13','2024-04-03 01:53:13','2024-04-03 01:53:13','2024-04-03 01:53:13'),(396,'submission','6121b922-2774-42eb-b688-1c1c7ac9cd47',1582,11,'','','efef6a6','FORMULARIO',0,0,'154.194.114.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-03 05:26:41','2024-04-03 05:26:41','2024-04-03 05:26:41','2024-04-03 05:26:41'),(397,'submission','6789ff29-17a3-454d-9e29-78ded3d19720',1586,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-03 14:33:44','2024-04-03 14:33:44','2024-04-03 14:33:44','2024-04-03 14:33:44'),(398,'submission','23581748-459a-4a6e-a55c-b2ae77c6da2f',1590,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-04 07:45:35','2024-04-04 07:45:35','2024-04-04 07:45:35','2024-04-04 07:45:35'),(399,'submission','13df3340-7252-413e-b6c7-94c260110ee4',1594,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-04 10:44:19','2024-04-04 10:44:19','2024-04-04 10:44:19','2024-04-04 10:44:19'),(400,'submission','2c2322c9-6637-4737-afcb-03c3d3a174d6',1598,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-04 16:16:53','2024-04-04 16:16:54','2024-04-04 16:16:53','2024-04-04 16:16:54'),(401,'submission','acf94885-c22e-4c16-80e5-35676108d774',1602,11,'','','efef6a6','FORMULARIO',0,0,'172.111.245.5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-05 02:12:52','2024-04-05 02:12:52','2024-04-05 02:12:52','2024-04-05 02:12:52'),(402,'submission','23aff5ad-2498-483d-9450-35d1628d5649',1606,11,'','','efef6a6','FORMULARIO',0,0,'84.17.48.94','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-05 13:30:46','2024-04-05 13:30:46','2024-04-05 13:30:46','2024-04-05 13:30:46'),(403,'submission','7284264d-0d50-4321-ae52-0d007a8acb23',1610,11,'','','efef6a6','FORMULARIO',0,0,'178.168.114.40','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-05 19:53:08','2024-04-05 19:53:08','2024-04-05 19:53:08','2024-04-05 19:53:08'),(404,'submission','a3b00410-18e9-421e-8250-9a9fbc0ebc89',1614,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-07 07:46:39','2024-04-07 07:46:39','2024-04-07 07:46:39','2024-04-07 07:46:39'),(405,'submission','3ff26e46-7493-403d-a351-9e317f3dd48b',1618,11,'','','efef6a6','FORMULARIO',0,0,'216.24.216.63','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-08 23:58:03','2024-04-08 23:58:03','2024-04-08 23:58:03','2024-04-08 23:58:03'),(406,'submission','4ae99275-d510-4f7b-8e21-ed8aec9a3d2c',1622,11,'','','efef6a6','FORMULARIO',0,0,'212.102.57.219','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-09 03:06:15','2024-04-09 03:06:15','2024-04-09 03:06:15','2024-04-09 03:06:15'),(407,'submission','742b8334-3fb1-4ff3-9afb-c39b0691eb4f',1626,11,'','','efef6a6','FORMULARIO',0,0,'185.180.230.228','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-09 03:13:07','2024-04-09 03:13:07','2024-04-09 03:13:07','2024-04-09 03:13:07'),(408,'submission','d1019be9-93f6-4c48-8d23-49935d001db8',1630,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-11 20:30:59','2024-04-11 20:30:59','2024-04-11 20:30:59','2024-04-11 20:30:59'),(409,'submission','54b2c2b3-3717-4561-8ec7-f80a9b932e2b',1634,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-12 05:33:29','2024-04-12 05:33:29','2024-04-12 05:33:29','2024-04-12 05:33:29'),(410,'submission','18e97689-7d93-4d65-8ab9-1a1b8f0774b3',1638,11,'','','efef6a6','FORMULARIO',0,0,'85.192.40.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-13 01:30:50','2024-04-13 01:30:50','2024-04-13 01:30:50','2024-04-13 01:30:50'),(411,'submission','81a1674d-ed87-45e6-abbb-048e2b2be0f5',1642,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-14 06:20:30','2024-04-14 06:20:30','2024-04-14 06:20:30','2024-04-14 06:20:30'),(412,'submission','f856a60f-8cb8-4adf-945d-34030a571b07',1646,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'212.102.33.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-14 07:03:55','2024-04-14 07:03:55','2024-04-14 07:03:55','2024-04-14 07:03:55'),(413,'submission','452f5af2-ed14-4772-b7d6-0f25f2db4c19',1650,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-14 10:34:16','2024-04-14 10:34:16','2024-04-14 10:34:16','2024-04-14 10:34:16'),(414,'submission','139472cc-1db0-4b98-96da-662e5a9276d5',1654,11,'','','efef6a6','FORMULARIO',0,0,'45.95.203.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-14 23:00:01','2024-04-14 23:00:01','2024-04-14 23:00:01','2024-04-14 23:00:01'),(415,'submission','d09fbae6-93d0-4246-8d25-08e97dcf50ed',1658,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-15 07:50:34','2024-04-15 07:50:34','2024-04-15 07:50:34','2024-04-15 07:50:34'),(416,'submission','2955cfaf-4093-443d-ad57-fb5a0ee42c89',1662,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-15 15:24:03','2024-04-15 15:24:04','2024-04-15 15:24:03','2024-04-15 15:24:04'),(417,'submission','2500f8b1-09da-4daf-a8c2-d080e3f9ad39',1666,11,'','','efef6a6','FORMULARIO',0,0,'193.7.219.26','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-16 14:38:13','2024-04-16 14:38:13','2024-04-16 14:38:13','2024-04-16 14:38:13'),(418,'submission','2d05f779-2206-4a20-b972-afbd549bd7a7',1670,11,'','','efef6a6','FORMULARIO',0,0,'69.58.9.146','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-16 15:23:59','2024-04-16 15:23:59','2024-04-16 15:23:59','2024-04-16 15:23:59'),(419,'submission','b0e35a75-5dd0-4e24-9393-4f021345a130',1674,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-16 21:45:44','2024-04-16 21:45:44','2024-04-16 21:45:44','2024-04-16 21:45:44'),(420,'submission','a5a9b591-015e-4edc-9e26-b16f2ccba03b',1678,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-17 04:50:34','2024-04-17 04:50:34','2024-04-17 04:50:34','2024-04-17 04:50:34'),(421,'submission','d1c618cf-760b-4d7b-ab7c-e96db8894193',1682,11,'','','efef6a6','FORMULARIO',0,0,'95.104.197.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-17 14:37:57','2024-04-17 14:37:57','2024-04-17 14:37:57','2024-04-17 14:37:57'),(422,'submission','2ee2914f-bad9-49bd-a9b9-d914405a08a9',1686,11,'','','efef6a6','FORMULARIO',0,0,'89.149.23.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-17 20:44:16','2024-04-17 20:44:16','2024-04-17 20:44:16','2024-04-17 20:44:16'),(423,'submission','fe254fad-ba58-442c-88d0-5c9a804329f1',1690,11,'','','efef6a6','FORMULARIO',0,0,'188.234.4.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-18 14:51:00','2024-04-18 14:51:00','2024-04-18 14:51:00','2024-04-18 14:51:00'),(424,'submission','407ad8cd-b456-4fd1-9cd6-84eb9071a196',1694,11,'','','efef6a6','FORMULARIO',0,0,'188.126.94.77','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-18 17:58:32','2024-04-18 17:58:32','2024-04-18 17:58:32','2024-04-18 17:58:32'),(425,'submission','db214b60-0415-4a55-9402-f34e0421a2b4',1698,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-18 18:54:44','2024-04-18 18:54:44','2024-04-18 18:54:44','2024-04-18 18:54:44'),(426,'submission','3fd1e5ee-cbaa-4bed-91f5-a5e0b40753ab',1702,11,'','','efef6a6','FORMULARIO',0,0,'188.138.129.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-19 11:07:32','2024-04-19 11:07:32','2024-04-19 11:07:32','2024-04-19 11:07:32'),(427,'submission','f1793751-fc1d-4890-a044-5d7852a241f7',1706,11,'','','efef6a6','FORMULARIO',0,0,'84.17.48.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-19 15:00:08','2024-04-19 15:00:08','2024-04-19 15:00:08','2024-04-19 15:00:08'),(428,'submission','ea8dc694-3648-4cc7-9c17-71d9f7b64b16',1710,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-19 15:54:38','2024-04-19 15:54:38','2024-04-19 15:54:38','2024-04-19 15:54:38'),(429,'submission','3b6a6d2b-17a3-46aa-b8c8-06f5952da828',1714,11,'','','efef6a6','FORMULARIO',0,0,'212.102.57.18','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-19 19:57:09','2024-04-19 19:57:09','2024-04-19 19:57:09','2024-04-19 19:57:09'),(430,'submission','d5f8104b-83e3-4656-a1ec-df477b717ac4',1718,11,'','','efef6a6','FORMULARIO',0,0,'95.65.104.100','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-20 01:21:44','2024-04-20 01:21:44','2024-04-20 01:21:44','2024-04-20 01:21:44'),(431,'submission','d646051c-8655-4d12-a31f-a7d075199323',1722,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-21 01:43:47','2024-04-21 01:43:47','2024-04-21 01:43:47','2024-04-21 01:43:47'),(432,'submission','0f47c71d-0441-4512-bc30-7b27f39038b0',1726,11,'','','efef6a6','FORMULARIO',0,0,'46.8.10.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-21 12:17:32','2024-04-21 12:17:32','2024-04-21 12:17:32','2024-04-21 12:17:32'),(433,'submission','86fd4ebb-03c6-48ae-b873-0b1e7c38043a',1730,11,'','','efef6a6','FORMULARIO',0,0,'94.25.173.247','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-21 16:33:08','2024-04-21 16:33:09','2024-04-21 16:33:08','2024-04-21 16:33:09'),(434,'submission','94e68b7b-5ec8-47cb-aafa-9de7e7a69ec0',1734,11,'','','efef6a6','FORMULARIO',0,0,'188.130.211.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-22 03:30:14','2024-04-22 03:30:14','2024-04-22 03:30:14','2024-04-22 03:30:14'),(435,'submission','f1da6911-9669-4391-a7e2-de7426dd4ad6',1738,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-22 12:46:14','2024-04-22 12:46:14','2024-04-22 12:46:14','2024-04-22 12:46:14'),(436,'submission','bf9a25d5-b839-4679-a77a-a3bce64ee76a',1742,11,'','','efef6a6','FORMULARIO',0,0,'136.169.243.56','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-22 23:09:18','2024-04-22 23:09:18','2024-04-22 23:09:18','2024-04-22 23:09:18'),(437,'submission','5ac6e030-5ed2-436d-8f45-19ac861d9e1a',1746,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-23 07:58:52','2024-04-23 07:58:52','2024-04-23 07:58:52','2024-04-23 07:58:52'),(438,'submission','a8e42340-2dd9-46a0-99ac-92c54f338818',1750,11,'','','efef6a6','FORMULARIO',0,0,'185.128.107.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-23 08:53:02','2024-04-23 08:53:02','2024-04-23 08:53:02','2024-04-23 08:53:02'),(439,'submission','3b425868-7c39-4398-b8ec-a9025441fe9c',1754,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-23 16:08:30','2024-04-23 16:08:30','2024-04-23 16:08:30','2024-04-23 16:08:30'),(440,'submission','f7121e28-21f7-4faf-9b73-d3238cef36ea',1758,11,'','','efef6a6','FORMULARIO',0,0,'84.247.115.72','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 01:03:41','2024-04-24 01:03:41','2024-04-24 01:03:41','2024-04-24 01:03:41'),(441,'submission','2b6714b2-61f0-4cea-a2ad-9c96fa7f2b75',1762,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.11','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 04:32:36','2024-04-24 04:32:36','2024-04-24 04:32:36','2024-04-24 04:32:36'),(442,'submission','8a800797-93aa-4809-8809-f682b69a5084',1766,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 05:57:36','2024-04-24 05:57:36','2024-04-24 05:57:36','2024-04-24 05:57:36'),(443,'submission','b3e24d0c-366c-4a43-89df-81319311db8f',1770,11,'','','efef6a6','FORMULARIO',0,0,'194.62.42.196','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 07:10:52','2024-04-24 07:10:52','2024-04-24 07:10:52','2024-04-24 07:10:52'),(444,'submission','ce7abd16-bb85-463b-8cf5-e358655cff90',1774,11,'','','efef6a6','FORMULARIO',0,0,'188.138.129.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 14:26:32','2024-04-24 14:26:32','2024-04-24 14:26:32','2024-04-24 14:26:32'),(445,'submission','e1dfe54b-2712-4b10-8930-3359ca009a12',1778,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 18:41:36','2024-04-24 18:41:36','2024-04-24 18:41:36','2024-04-24 18:41:36'),(446,'submission','7f6688b2-38b4-4256-90d3-b46f98ac60a1',1782,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-24 21:37:34','2024-04-24 21:37:34','2024-04-24 21:37:34','2024-04-24 21:37:34'),(447,'submission','b496168f-e20b-4271-a3f6-e7ac5f96a2f3',1786,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-25 22:47:54','2024-04-25 22:47:54','2024-04-25 22:47:54','2024-04-25 22:47:54'),(448,'submission','270337f1-8552-4516-ab4b-b6ca90181976',1790,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'168.90.199.214','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-26 15:32:24','2024-04-26 15:32:24','2024-04-26 15:32:24','2024-04-26 15:32:24'),(449,'submission','c2016770-b032-48d0-b27f-8ea643847a9a',1794,11,'','','efef6a6','FORMULARIO',0,0,'193.7.219.26','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-27 06:33:40','2024-04-27 06:33:40','2024-04-27 06:33:40','2024-04-27 06:33:40'),(450,'submission','c2ffd839-404f-477b-91b8-fba792678b2a',1798,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-27 15:19:17','2024-04-27 15:19:18','2024-04-27 15:19:17','2024-04-27 15:19:18'),(451,'submission','6783c145-0e1c-4c02-81b9-5dbf59897950',1802,11,'','','efef6a6','FORMULARIO',0,0,'188.138.129.64','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-27 15:47:48','2024-04-27 15:47:48','2024-04-27 15:47:48','2024-04-27 15:47:48'),(452,'submission','8b2ea538-585a-4df3-8aca-b31657bdc695',1806,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-28 03:25:34','2024-04-28 03:25:34','2024-04-28 03:25:34','2024-04-28 03:25:34'),(453,'submission','3010726e-30f1-451b-8a94-e1f613c86c9a',1810,11,'','','efef6a6','FORMULARIO',0,0,'185.181.245.141','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-28 18:23:47','2024-04-28 18:23:47','2024-04-28 18:23:47','2024-04-28 18:23:47'),(454,'submission','8aac7077-5f97-4919-9ecf-7da497f52ef4',1814,11,'','','efef6a6','FORMULARIO',0,0,'87.249.132.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-28 21:27:45','2024-04-28 21:27:45','2024-04-28 21:27:45','2024-04-28 21:27:45'),(455,'submission','63995ea8-8046-4dde-bffc-d431febd08db',1818,11,'','','efef6a6','FORMULARIO',0,0,'176.118.242.71','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-29 03:52:32','2024-04-29 03:52:32','2024-04-29 03:52:32','2024-04-29 03:52:32'),(456,'submission','c3a5c3d0-8be9-49b9-849d-7b43bab925b0',1822,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-29 06:58:46','2024-04-29 06:58:46','2024-04-29 06:58:46','2024-04-29 06:58:46'),(457,'submission','5ae52541-e04d-4aa1-9e9d-50abd5c9ce5a',1826,11,'','','efef6a6','FORMULARIO',0,0,'65.108.67.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-29 07:41:09','2024-04-29 07:41:09','2024-04-29 07:41:09','2024-04-29 07:41:09'),(458,'submission','449ff580-7850-4366-9de3-dca933a36063',1830,11,'','','efef6a6','FORMULARIO',0,0,'95.143.190.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-29 11:35:39','2024-04-29 11:35:39','2024-04-29 11:35:39','2024-04-29 11:35:39'),(459,'submission','c79fd54b-6411-4a20-aec1-6694d973b879',1834,11,'','','efef6a6','FORMULARIO',0,0,'95.104.193.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-29 20:58:28','2024-04-29 20:58:28','2024-04-29 20:58:28','2024-04-29 20:58:28'),(460,'submission','1bb0ced8-d646-4b39-b8bf-a68d759101f7',1838,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-30 03:00:24','2024-04-30 03:00:24','2024-04-30 03:00:24','2024-04-30 03:00:24'),(461,'submission','83749ef1-f284-433c-8b1e-a50d4ddbb75c',1842,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-04-30 04:46:05','2024-04-30 04:46:05','2024-04-30 04:46:05','2024-04-30 04:46:05'),(462,'submission','4701f564-d49b-4eff-8829-900b8be9d562',1846,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-02 17:15:15','2024-05-02 17:15:16','2024-05-02 17:15:15','2024-05-02 17:15:16'),(463,'submission','84cea37f-e9cd-43c8-919b-b7c842423b11',1850,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-03 14:33:05','2024-05-03 14:33:05','2024-05-03 14:33:05','2024-05-03 14:33:05'),(464,'submission','2a002707-00ab-44dc-80d0-72ea9e2eba8d',1854,11,'','','efef6a6','FORMULARIO',0,0,'85.192.40.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-04 00:22:54','2024-05-04 00:22:54','2024-05-04 00:22:54','2024-05-04 00:22:54'),(465,'submission','9b3106c6-622e-4574-8e90-710abad94810',1858,11,'','','efef6a6','FORMULARIO',0,0,'83.217.9.94','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-04 09:27:20','2024-05-04 09:27:20','2024-05-04 09:27:20','2024-05-04 09:27:20'),(466,'submission','c5eeca1d-330f-44e1-9c7c-7be516d3ac3f',1862,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-05 04:23:57','2024-05-05 04:23:58','2024-05-05 04:23:57','2024-05-05 04:23:58'),(467,'submission','567911a1-fc79-4a70-ac48-6021094fe0cc',1866,11,'','','efef6a6','FORMULARIO',0,0,'147.45.44.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-05 08:25:31','2024-05-05 08:25:31','2024-05-05 08:25:31','2024-05-05 08:25:31'),(468,'submission','17893f3c-eb5f-4c40-a330-50faed664d47',1870,11,'','','efef6a6','FORMULARIO',0,0,'95.143.190.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-05 21:53:13','2024-05-05 21:53:13','2024-05-05 21:53:13','2024-05-05 21:53:13'),(469,'submission','5eb0dde9-ede0-4e95-9486-9d515da31cde',1874,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-05 22:54:20','2024-05-05 22:54:20','2024-05-05 22:54:20','2024-05-05 22:54:20'),(470,'submission','b3eddb1a-3322-438c-b1df-f17234107063',1878,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.83','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-06 17:31:38','2024-05-06 17:31:38','2024-05-06 17:31:38','2024-05-06 17:31:38'),(471,'submission','d69470d0-bab7-401c-b826-547fcace83b7',1882,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-06 21:48:48','2024-05-06 21:48:48','2024-05-06 21:48:48','2024-05-06 21:48:48'),(472,'submission','a9d24669-96d5-4de7-9eaa-489c17f6dc2a',1886,11,'','','efef6a6','FORMULARIO',0,0,'154.194.114.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-07 00:11:35','2024-05-07 00:11:35','2024-05-07 00:11:35','2024-05-07 00:11:35'),(473,'submission','c2110688-327f-47b8-84b8-445b0de8c428',1890,11,'','','efef6a6','FORMULARIO',0,0,'85.159.230.102','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-07 09:38:40','2024-05-07 09:38:40','2024-05-07 09:38:40','2024-05-07 09:38:40'),(474,'submission','595d88e8-a118-4cde-8da1-230947d2ec5d',1894,11,'','','efef6a6','FORMULARIO',0,0,'87.249.132.181','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-07 23:20:56','2024-05-07 23:20:56','2024-05-07 23:20:56','2024-05-07 23:20:56'),(475,'submission','5ca0b760-c643-4b23-92fd-7b134832034b',1898,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-08 00:39:19','2024-05-08 00:39:19','2024-05-08 00:39:19','2024-05-08 00:39:19'),(476,'submission','9cd8ce57-ddac-4751-8e7e-4c681613dce5',1902,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-08 01:36:01','2024-05-08 01:36:01','2024-05-08 01:36:01','2024-05-08 01:36:01'),(477,'submission','53860a5f-8805-47e9-ab47-44e9a9cf43c8',1906,11,'','','efef6a6','FORMULARIO',0,0,'141.98.162.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-08 06:51:54','2024-05-08 06:51:54','2024-05-08 06:51:54','2024-05-08 06:51:54'),(478,'submission','4e4d548e-418d-4d75-ad4f-88e43ce5aa22',1910,11,'','','efef6a6','FORMULARIO',0,0,'194.87.182.56','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-08 10:52:11','2024-05-08 10:52:11','2024-05-08 10:52:11','2024-05-08 10:52:11'),(479,'submission','0a41ac9b-49aa-45ac-bfeb-e37950670dfd',1914,11,'','','efef6a6','FORMULARIO',0,0,'103.109.103.216','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-09 11:39:01','2024-05-09 11:39:01','2024-05-09 11:39:01','2024-05-09 11:39:01'),(480,'submission','4ce88f35-7b1b-4a5f-a74e-ba5b0b9c63b3',1918,11,'','','efef6a6','FORMULARIO',0,0,'176.42.136.2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-09 21:05:52','2024-05-09 21:05:52','2024-05-09 21:05:52','2024-05-09 21:05:52'),(481,'submission','649a9b11-1c3a-465c-812f-ad64b46b07c3',1922,11,'','','efef6a6','FORMULARIO',0,0,'194.68.225.11','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-10 09:52:01','2024-05-10 09:52:01','2024-05-10 09:52:01','2024-05-10 09:52:01'),(482,'submission','88fe79b5-c176-4aa4-b389-6ca1dca9b79d',1926,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'168.91.68.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-11 09:07:23','2024-05-11 09:07:23','2024-05-11 09:07:23','2024-05-11 09:07:23'),(483,'submission','a32a9bb1-fa4b-4b2e-8c26-8f6340cc7fd5',1930,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-12 13:41:18','2024-05-12 13:41:18','2024-05-12 13:41:18','2024-05-12 13:41:18'),(484,'submission','74bbd1ad-126e-408f-a222-ca1946b9647b',1934,11,'','','efef6a6','FORMULARIO',0,0,'81.181.56.49','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-13 00:06:00','2024-05-13 00:06:00','2024-05-13 00:06:00','2024-05-13 00:06:00'),(485,'submission','28a83e74-dca0-475f-b8e5-8e3630d0cf66',1938,11,'','','efef6a6','FORMULARIO',0,0,'196.196.53.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-13 02:23:30','2024-05-13 02:23:30','2024-05-13 02:23:30','2024-05-13 02:23:30'),(486,'submission','2756d069-b1f0-42cf-bd27-6ba2f20c2403',1942,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-13 10:20:05','2024-05-13 10:20:05','2024-05-13 10:20:05','2024-05-13 10:20:05'),(487,'submission','edccaf6e-4478-4e3a-b7be-74139c541c64',1946,11,'','','efef6a6','FORMULARIO',0,0,'165.231.182.89','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-14 15:45:01','2024-05-14 15:45:01','2024-05-14 15:45:01','2024-05-14 15:45:01'),(488,'submission','f1d72eed-bba7-4e30-acc0-6748fd436192',1950,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-14 16:12:51','2024-05-14 16:12:51','2024-05-14 16:12:51','2024-05-14 16:12:51'),(489,'submission','31279a97-56b3-4be0-974d-aaddc1a7b168',1954,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-16 03:55:45','2024-05-16 03:55:45','2024-05-16 03:55:45','2024-05-16 03:55:45'),(490,'submission','785702e1-6be7-4d41-a9ff-89712d6abfb2',1958,11,'','','efef6a6','FORMULARIO',0,0,'188.138.129.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-16 11:11:37','2024-05-16 11:11:37','2024-05-16 11:11:37','2024-05-16 11:11:37'),(491,'submission','59673713-c53d-490d-9c60-62935a8be150',1962,11,'','','efef6a6','FORMULARIO',0,0,'178.168.114.40','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-16 12:52:26','2024-05-16 12:52:26','2024-05-16 12:52:26','2024-05-16 12:52:26'),(492,'submission','b751e5ef-a658-4515-9c0a-894870bd68d4',1966,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-16 13:28:16','2024-05-16 13:28:16','2024-05-16 13:28:16','2024-05-16 13:28:16'),(493,'submission','a7f1a59e-bda8-42a7-9542-0c880fb5b66c',1970,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.120','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-16 23:20:03','2024-05-16 23:20:03','2024-05-16 23:20:03','2024-05-16 23:20:03'),(494,'submission','2c9c2d03-0b77-4e9b-98e5-61479d3831a4',1974,11,'','','efef6a6','FORMULARIO',0,0,'45.13.191.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-17 02:43:46','2024-05-17 02:43:46','2024-05-17 02:43:46','2024-05-17 02:43:46'),(495,'submission','83a580d9-dcd6-4f63-b06e-d7f4c5e64f21',1978,11,'','','efef6a6','FORMULARIO',0,0,'95.143.190.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-17 20:05:36','2024-05-17 20:05:36','2024-05-17 20:05:36','2024-05-17 20:05:36'),(496,'submission','b24c86c5-479e-47d8-a511-f31159e20d39',1982,11,'','','efef6a6','FORMULARIO',0,0,'156.146.55.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-19 14:43:40','2024-05-19 14:43:40','2024-05-19 14:43:40','2024-05-19 14:43:40'),(497,'submission','fbdc96ae-42c3-4b22-ba0f-bbee4f7c83b9',1986,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-19 23:17:25','2024-05-19 23:17:25','2024-05-19 23:17:25','2024-05-19 23:17:25'),(498,'submission','8869e38e-dfd1-48df-8acc-7a9aedd6b0dc',1990,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-20 07:03:23','2024-05-20 07:03:23','2024-05-20 07:03:23','2024-05-20 07:03:23'),(499,'submission','8c24147c-e886-4792-8a9b-9347a5c4898f',1994,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-20 15:16:21','2024-05-20 15:16:21','2024-05-20 15:16:21','2024-05-20 15:16:21'),(500,'submission','66845129-1dd0-4db5-bf25-6d8c17f75cc9',1998,11,'','','efef6a6','FORMULARIO',0,0,'37.115.216.33','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-21 00:49:57','2024-05-21 00:49:57','2024-05-21 00:49:57','2024-05-21 00:49:57'),(501,'submission','306df066-d974-47b9-9a56-e2336b8d57c8',2002,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-21 07:49:46','2024-05-21 07:49:46','2024-05-21 07:49:46','2024-05-21 07:49:46'),(502,'submission','0b4db3d2-7862-4315-8576-e964db5c6d10',2006,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-21 07:49:53','2024-05-21 07:49:53','2024-05-21 07:49:53','2024-05-21 07:49:53'),(503,'submission','15450634-c38c-4db4-8314-e68ed984cc0e',2010,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-22 13:16:48','2024-05-22 13:16:48','2024-05-22 13:16:48','2024-05-22 13:16:48'),(504,'submission','944c34ae-9fea-46dd-b495-8261dddf593f',2014,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-23 01:33:24','2024-05-23 01:33:24','2024-05-23 01:33:24','2024-05-23 01:33:24'),(505,'submission','692a59da-8ef3-4207-a0c2-57d10ae8b046',2018,11,'','','efef6a6','FORMULARIO',0,0,'84.17.60.66','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-23 10:29:17','2024-05-23 10:29:17','2024-05-23 10:29:17','2024-05-23 10:29:17'),(506,'submission','70415c73-8470-4101-ae7f-3a69338e7851',2022,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.234','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-25 11:00:36','2024-05-25 11:00:36','2024-05-25 11:00:36','2024-05-25 11:00:36'),(507,'submission','f543a310-6754-4c8d-ba6b-39485d14b5fd',2026,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.86','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-28 00:48:59','2024-05-28 00:48:59','2024-05-28 00:48:59','2024-05-28 00:48:59'),(508,'submission','2a672305-f45a-43c1-bb13-2f1d22a4abd4',2030,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-28 21:55:02','2024-05-28 21:55:02','2024-05-28 21:55:02','2024-05-28 21:55:02'),(509,'submission','67c81ace-a4c6-40ef-a44d-035f707edd48',2034,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-31 13:55:38','2024-05-31 13:55:38','2024-05-31 13:55:38','2024-05-31 13:55:38'),(510,'submission','4744b7b1-5e0e-489d-91db-8a226d551e15',2038,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-31 14:52:51','2024-05-31 14:52:51','2024-05-31 14:52:51','2024-05-31 14:52:51'),(511,'submission','9c6ebb6a-3756-4831-b3e1-418b6c6327ea',2042,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-31 15:54:04','2024-05-31 15:54:04','2024-05-31 15:54:04','2024-05-31 15:54:04'),(512,'submission','509474c4-4e36-4eef-bc01-20db46024a51',2046,11,'','','efef6a6','FORMULARIO',0,0,'109.248.142.166','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-05-31 20:25:48','2024-05-31 20:25:48','2024-05-31 20:25:48','2024-05-31 20:25:48'),(513,'submission','d399d21e-9205-4ec6-98ea-97d02e1c6105',2050,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-02 07:04:59','2024-06-02 07:04:59','2024-06-02 07:04:59','2024-06-02 07:04:59'),(514,'submission','9fe8c351-1bf2-4466-a9df-2d0b06e07df6',2054,11,'','','efef6a6','FORMULARIO',0,0,'145.255.22.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-02 15:27:47','2024-06-02 15:27:47','2024-06-02 15:27:47','2024-06-02 15:27:47'),(515,'submission','167e4037-8c8b-43ee-a34f-5542e47a5bd7',2058,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-03 07:29:42','2024-06-03 07:29:42','2024-06-03 07:29:42','2024-06-03 07:29:42'),(516,'submission','d2018a6d-842a-4a4c-a49f-21b785515dcc',2062,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.156','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-04 10:39:29','2024-06-04 10:39:29','2024-06-04 10:39:29','2024-06-04 10:39:29'),(517,'submission','f576204f-10f3-4a04-a803-a2174ec0d0e4',2066,11,'','','efef6a6','FORMULARIO',0,0,'93.170.204.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-04 23:18:48','2024-06-04 23:18:48','2024-06-04 23:18:48','2024-06-04 23:18:48'),(518,'submission','f2b31b13-c468-42ce-89fe-e0ffc357d6fd',2070,11,'','','efef6a6','FORMULARIO',0,0,'93.183.92.109','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-05 08:39:48','2024-06-05 08:39:48','2024-06-05 08:39:48','2024-06-05 08:39:48'),(519,'submission','0c8887c1-ece2-4549-87e2-44605f362f3b',2074,11,'','','efef6a6','FORMULARIO',0,0,'165.231.182.141','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-05 19:04:14','2024-06-05 19:04:14','2024-06-05 19:04:14','2024-06-05 19:04:14'),(520,'submission','ac093847-bb7b-44c7-8f1f-be3c76a69df3',2078,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-06 04:10:30','2024-06-06 04:10:30','2024-06-06 04:10:30','2024-06-06 04:10:30'),(521,'submission','8598c947-b030-49ba-a3d3-6a4159c88b8b',2082,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-06 09:36:55','2024-06-06 09:36:55','2024-06-06 09:36:55','2024-06-06 09:36:55'),(522,'submission','d6e9ded3-2e51-4935-95ae-b8d45e87c961',2086,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-07 00:26:03','2024-06-07 00:26:03','2024-06-07 00:26:03','2024-06-07 00:26:03'),(523,'submission','ab34886d-d6ce-4d2c-ae7d-8bc1c201b7db',2090,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-07 00:33:14','2024-06-07 00:33:14','2024-06-07 00:33:14','2024-06-07 00:33:14'),(524,'submission','5f4e9cd1-6c5f-4001-9888-a2a633f6be00',2094,11,'','','efef6a6','FORMULARIO',0,0,'80.76.32.52','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-07 20:28:48','2024-06-07 20:28:48','2024-06-07 20:28:48','2024-06-07 20:28:48'),(525,'submission','a2886579-1b5b-4b4b-b9c6-f6916df9475e',2098,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-08 21:24:36','2024-06-08 21:24:36','2024-06-08 21:24:36','2024-06-08 21:24:36'),(526,'submission','c9af3246-14be-4e24-8735-94d1f6ae5708',2102,11,'','','efef6a6','FORMULARIO',0,0,'185.200.191.206','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-09 00:28:54','2024-06-09 00:28:54','2024-06-09 00:28:54','2024-06-09 00:28:54'),(527,'submission','cf34e4dc-07f6-4783-b24c-bf30d4238428',2106,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-09 22:08:47','2024-06-09 22:08:47','2024-06-09 22:08:47','2024-06-09 22:08:47'),(528,'submission','2f7be936-9be8-4af7-bf4d-f4d27f5fa771',2110,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-09 22:19:01','2024-06-09 22:19:01','2024-06-09 22:19:01','2024-06-09 22:19:01'),(529,'submission','2bfd0ea8-dbc3-4e32-8414-520c8049491d',2114,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-10 08:58:54','2024-06-10 08:58:54','2024-06-10 08:58:54','2024-06-10 08:58:54'),(530,'submission','a45f521f-82cc-4105-b510-2e1b2ad42627',2118,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.132','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-10 18:00:22','2024-06-10 18:00:22','2024-06-10 18:00:22','2024-06-10 18:00:22'),(531,'submission','eb257546-bf6d-4c88-baca-96ffb1aad29c',2122,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-10 19:19:03','2024-06-10 19:19:03','2024-06-10 19:19:03','2024-06-10 19:19:03'),(532,'submission','1fd3cfe5-cca3-4088-9924-6809e1d2d93f',2126,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-10 22:42:16','2024-06-10 22:42:16','2024-06-10 22:42:16','2024-06-10 22:42:16'),(533,'submission','9a321dfb-6732-48df-bcd7-83217b2f54a4',2130,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.58','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-11 01:23:44','2024-06-11 01:23:44','2024-06-11 01:23:44','2024-06-11 01:23:44'),(534,'submission','a57d8abc-e1ce-4a56-ae2a-39a56f4acf24',2134,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-11 02:52:44','2024-06-11 02:52:44','2024-06-11 02:52:44','2024-06-11 02:52:44'),(535,'submission','c18b3d74-26be-473e-b110-f5a65dee89bc',2138,11,'','','efef6a6','FORMULARIO',0,0,'185.103.254.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-11 11:10:49','2024-06-11 11:10:49','2024-06-11 11:10:49','2024-06-11 11:10:49'),(536,'submission','402d1046-e1c0-477d-9b1a-a5e1f7e0b6f8',2142,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-11 16:04:57','2024-06-11 16:04:57','2024-06-11 16:04:57','2024-06-11 16:04:57'),(537,'submission','7aa3c22b-1318-4d11-b6a2-0d2674eb7b0c',2146,11,'','','efef6a6','FORMULARIO',0,0,'196.196.53.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-12 01:41:05','2024-06-12 01:41:06','2024-06-12 01:41:05','2024-06-12 01:41:06'),(538,'submission','ecfbdd0a-0b14-4a4b-a48f-cb01b96a921c',2150,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-13 04:19:01','2024-06-13 04:19:01','2024-06-13 04:19:01','2024-06-13 04:19:01'),(539,'submission','c37b2627-ede1-4895-b733-d2bf9aad664e',2154,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-13 09:34:54','2024-06-13 09:34:54','2024-06-13 09:34:54','2024-06-13 09:34:54'),(540,'submission','c44b3256-35ef-4826-a6a0-1876f16d124b',2158,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-13 10:50:28','2024-06-13 10:50:29','2024-06-13 10:50:28','2024-06-13 10:50:29'),(541,'submission','644291f0-35e7-43ea-946c-566607afbe73',2162,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-13 19:19:57','2024-06-13 19:19:58','2024-06-13 19:19:57','2024-06-13 19:19:58'),(542,'submission','dbe0b1e8-c25b-4aa4-a1c0-52989146f592',2166,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-13 21:07:48','2024-06-13 21:07:48','2024-06-13 21:07:48','2024-06-13 21:07:48'),(543,'submission','78f8d813-2bb3-49ee-b1b1-3292a85d6637',2170,11,'','','efef6a6','FORMULARIO',0,0,'5.142.231.42','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-14 19:27:03','2024-06-14 19:27:03','2024-06-14 19:27:03','2024-06-14 19:27:03'),(544,'submission','f610b623-ddcd-4080-8797-7f840315824e',2174,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-15 16:21:54','2024-06-15 16:21:54','2024-06-15 16:21:54','2024-06-15 16:21:54'),(545,'submission','7e06f1ee-b15b-4be4-b514-5e70b86705f6',2178,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.83','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-16 02:47:51','2024-06-16 02:47:51','2024-06-16 02:47:51','2024-06-16 02:47:51'),(546,'submission','cb8c9fb4-5e1b-486b-ad9c-21757ea14b25',2182,11,'','','efef6a6','FORMULARIO',0,0,'185.244.182.109','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-16 11:35:19','2024-06-16 11:35:19','2024-06-16 11:35:19','2024-06-16 11:35:19'),(547,'submission','2e237646-26c4-4d68-8bba-de082cb316dc',2186,11,'','','efef6a6','FORMULARIO',0,0,'194.146.240.144','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-16 19:26:25','2024-06-16 19:26:25','2024-06-16 19:26:25','2024-06-16 19:26:25'),(548,'submission','88aaae7a-d6cf-4714-b351-025e0d1e0a47',2190,11,'','','efef6a6','FORMULARIO',0,0,'188.130.143.175','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-16 20:02:36','2024-06-16 20:02:36','2024-06-16 20:02:36','2024-06-16 20:02:36'),(549,'submission','7a9b28f0-85d2-47e3-885e-7936cd7e65f0',2194,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-17 12:23:01','2024-06-17 12:23:01','2024-06-17 12:23:01','2024-06-17 12:23:01'),(550,'submission','ef6f4aed-d288-46f3-98de-bc70143bdc66',2198,11,'','','efef6a6','FORMULARIO',0,0,'87.249.132.35','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-18 16:19:29','2024-06-18 16:19:29','2024-06-18 16:19:29','2024-06-18 16:19:29'),(551,'submission','20a362b5-d2fc-4df7-97f7-c2701b989b0b',2202,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.205','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-18 21:21:21','2024-06-18 21:21:21','2024-06-18 21:21:21','2024-06-18 21:21:21'),(552,'submission','5537d98b-de3e-4924-9242-5b4a7219e8dd',2206,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.205','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-19 08:18:10','2024-06-19 08:18:10','2024-06-19 08:18:10','2024-06-19 08:18:10'),(553,'submission','ac0ab2d4-f1cb-4832-b96a-f1aeaed4b90d',2210,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-19 09:20:34','2024-06-19 09:20:34','2024-06-19 09:20:34','2024-06-19 09:20:34'),(554,'submission','8be50678-2d37-4353-a918-a97cb9520540',2214,11,'','','efef6a6','FORMULARIO',0,0,'93.170.204.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-19 12:44:15','2024-06-19 12:44:15','2024-06-19 12:44:15','2024-06-19 12:44:15'),(555,'submission','bc30ad95-d46f-415d-9008-19d1846cf637',2218,11,'','','efef6a6','FORMULARIO',0,0,'109.248.143.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-19 16:02:37','2024-06-19 16:02:37','2024-06-19 16:02:37','2024-06-19 16:02:37'),(556,'submission','d70540d1-087e-4da6-a54f-2e8aa1697c68',2222,11,'','','efef6a6','FORMULARIO',0,0,'104.28.222.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-20 04:40:29','2024-06-20 04:40:29','2024-06-20 04:40:29','2024-06-20 04:40:29'),(557,'submission','c6c855fc-144c-439f-82d2-21f4a60b1bf3',2226,11,'','','efef6a6','FORMULARIO',0,0,'75.247.253.79','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-20 08:16:37','2024-06-20 08:16:37','2024-06-20 08:16:37','2024-06-20 08:16:37'),(558,'submission','cbca9f58-ecf2-4742-a521-f1b162761828',2230,11,'','','efef6a6','FORMULARIO',0,0,'45.81.136.220','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-21 10:33:57','2024-06-21 10:33:57','2024-06-21 10:33:57','2024-06-21 10:33:57'),(559,'submission','1e082d8f-13ba-4ea3-ab73-16b5f9de1e4b',2234,11,'','','efef6a6','FORMULARIO',0,0,'212.35.163.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-21 15:08:00','2024-06-21 15:08:00','2024-06-21 15:08:00','2024-06-21 15:08:00'),(560,'submission','52c4b503-7377-436a-a5c1-f20cca52b3eb',2238,11,'','','efef6a6','FORMULARIO',0,0,'165.231.178.22','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-21 17:11:07','2024-06-21 17:11:07','2024-06-21 17:11:07','2024-06-21 17:11:07'),(561,'submission','480ee7d1-f8d4-4067-b2b8-975dbfd6454f',2242,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.58','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-21 18:35:58','2024-06-21 18:35:58','2024-06-21 18:35:58','2024-06-21 18:35:58'),(562,'submission','9ee71981-24b6-412e-951a-0e4d71a84a78',2246,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-21 18:39:04','2024-06-21 18:39:04','2024-06-21 18:39:04','2024-06-21 18:39:04'),(563,'submission','8120de3c-3d6a-4d11-8361-b5d1523a7767',2250,11,'','','efef6a6','FORMULARIO',0,0,'176.31.115.13','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-22 15:51:20','2024-06-22 15:51:20','2024-06-22 15:51:20','2024-06-22 15:51:20'),(564,'submission','cacea3c2-fa73-40f1-80c6-22ef51d8f1eb',2254,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-22 16:46:43','2024-06-22 16:46:43','2024-06-22 16:46:43','2024-06-22 16:46:43'),(565,'submission','6e52628e-7aff-44f2-9563-0cfd6ec583ab',2258,11,'','','efef6a6','FORMULARIO',0,0,'83.97.73.239','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-23 16:53:32','2024-06-23 16:53:32','2024-06-23 16:53:32','2024-06-23 16:53:32'),(566,'submission','3cebf494-7893-4883-8516-5a07f520b51b',2262,11,'','','efef6a6','FORMULARIO',0,0,'109.184.135.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-24 04:32:09','2024-06-24 04:32:09','2024-06-24 04:32:09','2024-06-24 04:32:09'),(567,'submission','86ed7d91-e604-4baa-975f-dada0c13b9ba',2266,11,'','','efef6a6','FORMULARIO',0,0,'95.216.233.128','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-24 10:06:28','2024-06-24 10:06:28','2024-06-24 10:06:28','2024-06-24 10:06:28'),(568,'submission','45a48f0d-29b2-4b3c-851b-547ba6591b43',2270,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.206','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-24 12:40:34','2024-06-24 12:40:34','2024-06-24 12:40:34','2024-06-24 12:40:34'),(569,'submission','f3c7d966-20b9-4558-8457-b6c1967c2a26',2274,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-25 02:42:58','2024-06-25 02:42:58','2024-06-25 02:42:58','2024-06-25 02:42:58'),(570,'submission','46775056-4d29-4646-abec-d095633f7ab1',2278,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-25 09:16:14','2024-06-25 09:16:14','2024-06-25 09:16:14','2024-06-25 09:16:14'),(571,'submission','2a3d00a2-5d82-46ca-af68-283c4f7ce793',2282,11,'','','efef6a6','FORMULARIO',0,0,'178.140.136.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-25 13:56:57','2024-06-25 13:56:57','2024-06-25 13:56:57','2024-06-25 13:56:57'),(572,'submission','05db5ee8-93e6-4974-8684-1595e4e5c173',2286,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-26 22:43:14','2024-06-26 22:43:14','2024-06-26 22:43:14','2024-06-26 22:43:14'),(573,'submission','b8f4f39b-eae2-47b8-ae11-0e6481dfd2a9',2290,11,'','','efef6a6','FORMULARIO',0,0,'212.192.193.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-27 04:32:52','2024-06-27 04:32:52','2024-06-27 04:32:52','2024-06-27 04:32:52'),(574,'submission','3fe0c89e-55d8-4607-a036-dcacacc576bb',2294,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-27 05:26:30','2024-06-27 05:26:30','2024-06-27 05:26:30','2024-06-27 05:26:30'),(575,'submission','f7e6744f-ba76-4c37-91fe-a3d34524dc04',2298,11,'','','efef6a6','FORMULARIO',0,0,'5.143.67.63','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-27 09:38:24','2024-06-27 09:38:24','2024-06-27 09:38:24','2024-06-27 09:38:24'),(576,'submission','6bed2cef-8bc5-459a-a495-a2a6502e9b7a',2302,11,'','','efef6a6','FORMULARIO',0,0,'95.216.233.128','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-28 03:36:25','2024-06-28 03:36:25','2024-06-28 03:36:25','2024-06-28 03:36:25'),(577,'submission','d393b88b-e1e7-4b61-831f-b5ba47203f87',2306,11,'','','efef6a6','FORMULARIO',0,0,'193.124.66.154','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-28 14:27:42','2024-06-28 14:27:42','2024-06-28 14:27:42','2024-06-28 14:27:42'),(578,'submission','08e1fad1-28c2-4e4c-aed3-0c0d145211ed',2310,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-28 20:19:36','2024-06-28 20:19:36','2024-06-28 20:19:36','2024-06-28 20:19:36'),(579,'submission','a55fdb99-8300-4c4a-a724-ce516ee9b0f1',2314,11,'','','efef6a6','FORMULARIO',0,0,'95.216.105.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-28 23:00:44','2024-06-28 23:00:44','2024-06-28 23:00:44','2024-06-28 23:00:44'),(580,'submission','c146eee2-dbdc-4021-bb56-47727889eaa7',2318,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-29 00:40:17','2024-06-29 00:40:17','2024-06-29 00:40:17','2024-06-29 00:40:17'),(581,'submission','a24a67e9-566c-4ec1-9eed-df522e8fa847',2322,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-29 06:58:31','2024-06-29 06:58:31','2024-06-29 06:58:31','2024-06-29 06:58:31'),(582,'submission','ecd85697-3efa-45dc-b8f5-8c71ebff19b6',2326,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-29 16:22:12','2024-06-29 16:22:13','2024-06-29 16:22:12','2024-06-29 16:22:13'),(583,'submission','009c3b7c-c5d5-42ce-ad49-9eb561414279',2330,11,'','','efef6a6','FORMULARIO',0,0,'212.35.165.52','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-29 20:12:17','2024-06-29 20:12:17','2024-06-29 20:12:17','2024-06-29 20:12:17'),(584,'submission','fe9d663b-d90d-45dc-a306-65de3588da41',2334,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-30 12:39:01','2024-06-30 12:39:01','2024-06-30 12:39:01','2024-06-30 12:39:01'),(585,'submission','77b53801-ffbe-483f-9880-f979c2fc42da',2338,11,'','','efef6a6','FORMULARIO',0,0,'77.106.82.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-06-30 23:29:57','2024-06-30 23:29:57','2024-06-30 23:29:57','2024-06-30 23:29:57'),(586,'submission','1c063a6e-9a84-46f3-a1a3-4ae03ab8a715',2342,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-01 12:36:04','2024-07-01 12:36:04','2024-07-01 12:36:04','2024-07-01 12:36:04'),(587,'submission','93cd5b39-9c85-48d3-862b-f2a1da1cee36',2346,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-01 22:26:37','2024-07-01 22:26:37','2024-07-01 22:26:37','2024-07-01 22:26:37'),(588,'submission','3bb701ef-e98f-413a-b6b7-2a43951db1e5',2350,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-02 16:59:33','2024-07-02 16:59:33','2024-07-02 16:59:33','2024-07-02 16:59:33'),(589,'submission','957b4d28-7226-4343-a089-b9276f0289e0',2354,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-03 13:01:07','2024-07-03 13:01:07','2024-07-03 13:01:07','2024-07-03 13:01:07'),(590,'submission','8ce1747b-e275-411e-ad61-c733ec05a301',2358,11,'','','efef6a6','FORMULARIO',0,0,'173.208.173.170','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-03 16:54:23','2024-07-03 16:54:23','2024-07-03 16:54:23','2024-07-03 16:54:23'),(591,'submission','2c7428fb-c806-41a3-8fda-f312215eca6f',2362,11,'','','efef6a6','FORMULARIO',0,0,'93.100.159.248','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-04 05:13:45','2024-07-04 05:13:45','2024-07-04 05:13:45','2024-07-04 05:13:45'),(592,'submission','223a8d42-9369-479a-b995-48270aded219',2366,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.231','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-04 20:07:48','2024-07-04 20:07:48','2024-07-04 20:07:48','2024-07-04 20:07:48'),(593,'submission','83a3f0f8-66d8-4d69-90d2-7a2c35b452af',2370,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-04 21:35:33','2024-07-04 21:35:33','2024-07-04 21:35:33','2024-07-04 21:35:33'),(594,'submission','e8b8aa78-adde-4e5a-aca2-791209ee2491',2374,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.34','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-04 22:11:48','2024-07-04 22:11:48','2024-07-04 22:11:48','2024-07-04 22:11:48'),(595,'submission','98e54d36-f1e9-475b-8f1d-b516150d6ec7',2378,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-05 12:55:44','2024-07-05 12:55:44','2024-07-05 12:55:44','2024-07-05 12:55:44'),(596,'submission','44f29c15-515d-4d3f-b18f-63425ffd9dd0',2382,11,'','','efef6a6','FORMULARIO',0,0,'185.228.192.26','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-08 14:30:49','2024-07-08 14:30:49','2024-07-08 14:30:49','2024-07-08 14:30:49'),(597,'submission','d25332d0-3d99-41f0-aef9-8199e376a23f',2386,11,'','','efef6a6','FORMULARIO',0,0,'77.245.220.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-09 16:39:29','2024-07-09 16:39:29','2024-07-09 16:39:29','2024-07-09 16:39:29'),(598,'submission','dfe3bfdd-83d7-452f-a0a0-a116e46d46bf',2390,11,'','','efef6a6','FORMULARIO',0,0,'75.247.253.79','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-09 21:42:04','2024-07-09 21:42:04','2024-07-09 21:42:04','2024-07-09 21:42:04'),(599,'submission','6215cbe4-5388-4ab6-8fbc-c1fc014fe55e',2394,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-09 22:14:59','2024-07-09 22:14:59','2024-07-09 22:14:59','2024-07-09 22:14:59'),(600,'submission','49a0945f-1b68-45fc-95d9-ef95ee382e2d',2398,11,'','','efef6a6','FORMULARIO',0,0,'5.58.32.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-10 11:32:52','2024-07-10 11:32:52','2024-07-10 11:32:52','2024-07-10 11:32:52'),(601,'submission','a46703f1-9e5b-4e88-b594-ae3fe30a675e',2402,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.58','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-10 11:38:22','2024-07-10 11:38:22','2024-07-10 11:38:22','2024-07-10 11:38:22'),(602,'submission','87fb516f-d432-4e6e-be05-885c3188e368',2406,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-10 12:58:58','2024-07-10 12:58:58','2024-07-10 12:58:58','2024-07-10 12:58:58'),(603,'submission','8f9b8add-dd44-4d12-b6d0-2063eaadfc70',2410,11,'','','efef6a6','FORMULARIO',0,0,'93.170.204.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-10 15:52:06','2024-07-10 15:52:06','2024-07-10 15:52:06','2024-07-10 15:52:06'),(604,'submission','2fb1437a-2693-4a28-b297-d6488e978658',2414,11,'','','efef6a6','FORMULARIO',0,0,'38.152.246.122','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-11 08:17:05','2024-07-11 08:17:05','2024-07-11 08:17:05','2024-07-11 08:17:05'),(605,'submission','e6f1aecf-a622-4b85-82a3-15baf093bf1c',2418,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-11 10:37:19','2024-07-11 10:37:19','2024-07-11 10:37:19','2024-07-11 10:37:19'),(606,'submission','ce4e7fe4-d7f9-4a10-bdf7-f4a1eef08431',2422,11,'','','efef6a6','FORMULARIO',0,0,'31.171.152.132','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-12 06:00:03','2024-07-12 06:00:03','2024-07-12 06:00:03','2024-07-12 06:00:03'),(607,'submission','7d81921a-2479-4c45-82e7-4d16c55a1e4a',2426,11,'','','efef6a6','FORMULARIO',0,0,'77.232.42.68','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-13 10:00:01','2024-07-13 10:00:01','2024-07-13 10:00:01','2024-07-13 10:00:01'),(608,'submission','9c6fd4a3-1741-4aa5-bd60-a167cb52ee80',2430,11,'','','efef6a6','FORMULARIO',0,0,'91.219.148.241','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-13 10:22:02','2024-07-13 10:22:02','2024-07-13 10:22:02','2024-07-13 10:22:02'),(609,'submission','8ee6b825-eee8-4af3-8d74-7ddb488b04e3',2434,11,'','','efef6a6','FORMULARIO',0,0,'109.248.143.141','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-14 06:11:40','2024-07-14 06:11:40','2024-07-14 06:11:40','2024-07-14 06:11:40'),(610,'submission','0d43da51-2501-4c34-ad73-49d12120cabc',2438,11,'','','efef6a6','FORMULARIO',0,0,'65.108.78.155','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-14 07:04:32','2024-07-14 07:04:32','2024-07-14 07:04:32','2024-07-14 07:04:32'),(611,'submission','90bd6e64-462d-4fd0-8339-d2783b904f2f',2442,11,'','','efef6a6','FORMULARIO',0,0,'181.214.173.203','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-16 00:00:01','2024-07-16 00:00:01','2024-07-16 00:00:01','2024-07-16 00:00:01'),(612,'submission','2c40a0b9-ff9d-4889-95d1-12f0cbc235f0',2446,11,'','','efef6a6','FORMULARIO',0,0,'188.127.225.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-16 05:21:19','2024-07-16 05:21:19','2024-07-16 05:21:19','2024-07-16 05:21:19'),(613,'submission','c5476414-a6d7-453b-b37a-460495a791a0',2450,11,'','','efef6a6','FORMULARIO',0,0,'37.19.217.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-16 12:19:52','2024-07-16 12:19:52','2024-07-16 12:19:52','2024-07-16 12:19:52'),(614,'submission','ce2aab2c-8b1e-4b6d-8a0a-33b335fd1423',2454,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'161.69.54.29','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-17 01:13:42','2024-07-17 01:13:42','2024-07-17 01:13:42','2024-07-17 01:13:42'),(615,'submission','09c4cb20-41cd-4bc5-8985-9efa4575189b',2458,11,'','','efef6a6','FORMULARIO',0,0,'95.182.127.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-17 01:42:04','2024-07-17 01:42:04','2024-07-17 01:42:04','2024-07-17 01:42:04'),(616,'submission','29a7a486-64d1-4534-95a7-cfc57425eabb',2462,11,'','','efef6a6','FORMULARIO',0,0,'181.214.173.85','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-17 10:45:32','2024-07-17 10:45:32','2024-07-17 10:45:32','2024-07-17 10:45:32'),(617,'submission','d50ba14a-a6cf-426b-8d3b-531e66d2a154',2466,11,'','','efef6a6','FORMULARIO',0,0,'5.252.29.26','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-17 22:16:26','2024-07-17 22:16:26','2024-07-17 22:16:26','2024-07-17 22:16:26'),(618,'submission','60e3d9b4-9e49-41c4-a67a-3d1a75bc5d3c',2470,11,'','','efef6a6','FORMULARIO',0,0,'65.21.143.175','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-17 22:31:22','2024-07-17 22:31:22','2024-07-17 22:31:22','2024-07-17 22:31:22'),(619,'submission','2f6b8f3c-b832-4b35-b971-5545c92f99b2',2474,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-19 01:36:47','2024-07-19 01:36:47','2024-07-19 01:36:47','2024-07-19 01:36:47'),(620,'submission','ad14338b-6383-4986-909f-1f21cfda74f5',2478,11,'','','efef6a6','FORMULARIO',0,0,'77.232.42.229','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-19 06:51:09','2024-07-19 06:51:09','2024-07-19 06:51:09','2024-07-19 06:51:09'),(621,'submission','135a1e84-eb0b-44f4-b117-df822f92f165',2482,11,'','','efef6a6','FORMULARIO',0,0,'185.173.36.85','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-19 07:56:49','2024-07-19 07:56:49','2024-07-19 07:56:49','2024-07-19 07:56:49'),(622,'submission','af293623-d76b-44f5-a90c-dba6875c75e1',2486,11,'','','efef6a6','FORMULARIO',0,0,'181.214.173.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-20 03:46:58','2024-07-20 03:46:58','2024-07-20 03:46:58','2024-07-20 03:46:58'),(623,'submission','7b50f990-a876-4cc4-8a27-7053fc9f78ee',2490,11,'','','efef6a6','FORMULARIO',0,0,'77.232.39.161','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-21 12:09:40','2024-07-21 12:09:40','2024-07-21 12:09:40','2024-07-21 12:09:40'),(624,'submission','bc047e7e-c15e-4f17-a1f6-b88f6ea257b4',2494,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.145','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 00:20:27','2024-07-22 00:20:27','2024-07-22 00:20:27','2024-07-22 00:20:27'),(625,'submission','548c56e4-6567-4bc7-ab11-dc88d415b6ee',2498,11,'','','efef6a6','FORMULARIO',0,0,'94.131.88.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 10:59:45','2024-07-22 10:59:45','2024-07-22 10:59:45','2024-07-22 10:59:45'),(626,'submission','9cbd7148-2dbf-416a-93dc-a48cb85af5d0',2502,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 11:24:38','2024-07-22 11:24:38','2024-07-22 11:24:38','2024-07-22 11:24:38'),(627,'submission','f67fb31f-a7ae-457b-a1d2-9fe9c02e5ae0',2506,11,'','','efef6a6','FORMULARIO',0,0,'45.146.26.93','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 14:49:47','2024-07-22 14:49:47','2024-07-22 14:49:47','2024-07-22 14:49:47'),(628,'submission','22971ab4-4df0-4590-8537-1858255e7066',2510,11,'','','efef6a6','FORMULARIO',0,0,'88.201.251.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 16:28:41','2024-07-22 16:28:41','2024-07-22 16:28:41','2024-07-22 16:28:41'),(629,'submission','eac9c874-d4a7-45ff-9d3e-7ab996f5ee60',2514,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.247','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 18:12:34','2024-07-22 18:12:34','2024-07-22 18:12:34','2024-07-22 18:12:34'),(630,'submission','7911b435-6dd4-417c-8812-4149c3b205ab',2518,11,'','','efef6a6','FORMULARIO',0,0,'51.89.6.184','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-22 18:37:24','2024-07-22 18:37:24','2024-07-22 18:37:24','2024-07-22 18:37:24'),(631,'submission','29c03a84-5560-459d-8bdd-b864640e610a',2522,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-23 08:29:00','2024-07-23 08:29:00','2024-07-23 08:29:00','2024-07-23 08:29:00'),(632,'submission','13be2e16-4795-4ebf-a18a-708626eab0c4',2526,11,'','','efef6a6','FORMULARIO',0,0,'188.130.129.75','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-23 12:35:46','2024-07-23 12:35:46','2024-07-23 12:35:46','2024-07-23 12:35:46'),(633,'submission','03a05ea9-9634-4b46-a438-0a23ec626dcd',2530,11,'','','efef6a6','FORMULARIO',0,0,'185.173.38.86','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-23 20:56:40','2024-07-23 20:56:40','2024-07-23 20:56:40','2024-07-23 20:56:40'),(634,'submission','b3849111-be01-4611-9301-66a04380ef53',2534,11,'','','efef6a6','FORMULARIO',0,0,'185.244.182.109','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 03:09:52','2024-07-24 03:09:52','2024-07-24 03:09:52','2024-07-24 03:09:52'),(635,'submission','5a4ab70c-d5f9-4f9b-9898-41786763a65e',2538,11,'','','efef6a6','FORMULARIO',0,0,'185.244.182.6','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 03:45:19','2024-07-24 03:45:19','2024-07-24 03:45:19','2024-07-24 03:45:19'),(636,'submission','4eab43db-6b55-43b6-8ab7-5c15722d623c',2542,11,'','','efef6a6','FORMULARIO',0,0,'95.164.108.246','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 04:10:06','2024-07-24 04:10:06','2024-07-24 04:10:06','2024-07-24 04:10:06'),(637,'submission','a71728fb-0529-4551-ace1-57d23262299e',2546,11,'','','efef6a6','FORMULARIO',0,0,'185.244.180.61','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 04:21:41','2024-07-24 04:21:41','2024-07-24 04:21:41','2024-07-24 04:21:41'),(638,'submission','9cbfb237-1b40-4ce0-b111-ab5f0ac2cc44',2550,11,'','','efef6a6','FORMULARIO',0,0,'185.173.37.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 05:30:10','2024-07-24 05:30:10','2024-07-24 05:30:10','2024-07-24 05:30:10'),(639,'submission','186a493c-8712-4451-9902-c235939f2f4d',2554,11,'','','efef6a6','FORMULARIO',0,0,'77.232.37.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 05:36:19','2024-07-24 05:36:19','2024-07-24 05:36:19','2024-07-24 05:36:19'),(640,'submission','82ab53d9-5930-4b76-91c6-8434a3b7dc97',2558,11,'','','efef6a6','FORMULARIO',0,0,'185.244.181.30','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 06:34:10','2024-07-24 06:34:10','2024-07-24 06:34:10','2024-07-24 06:34:10'),(641,'submission','515a6f5c-15d8-4836-8a4d-936e412f4a46',2562,11,'','','efef6a6','FORMULARIO',0,0,'77.232.42.73','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 07:13:25','2024-07-24 07:13:25','2024-07-24 07:13:25','2024-07-24 07:13:25'),(642,'submission','ba45db0b-e2f7-450c-b8e2-e157183ea259',2566,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 08:00:33','2024-07-24 08:00:33','2024-07-24 08:00:33','2024-07-24 08:00:33'),(643,'submission','a4549c75-50d7-4681-82e5-a6eabd75b0f3',2570,11,'','','efef6a6','FORMULARIO',0,0,'185.244.180.210','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 09:24:56','2024-07-24 09:24:56','2024-07-24 09:24:56','2024-07-24 09:24:56'),(644,'submission','677b8040-43b1-40b4-92fb-c71d63cb5206',2574,11,'','','efef6a6','FORMULARIO',0,0,'185.173.36.135','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 10:47:02','2024-07-24 10:47:02','2024-07-24 10:47:02','2024-07-24 10:47:02'),(645,'submission','7bc8b792-e0db-45cd-8fea-3ca2b48c1f2c',2578,11,'','','efef6a6','FORMULARIO',0,0,'77.232.39.116','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 15:10:40','2024-07-24 15:10:41','2024-07-24 15:10:40','2024-07-24 15:10:41'),(646,'submission','9cdffc3d-0155-4fad-9284-477561b6aeea',2582,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 16:15:17','2024-07-24 16:15:17','2024-07-24 16:15:17','2024-07-24 16:15:17'),(647,'submission','d92f6505-0a9d-4637-8890-a2bb2b791ec4',2586,11,'','','efef6a6','FORMULARIO',0,0,'77.232.147.121','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 17:05:17','2024-07-24 17:05:17','2024-07-24 17:05:17','2024-07-24 17:05:17'),(648,'submission','b935d336-6156-4722-90af-be55306a4249',2590,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-24 17:17:41','2024-07-24 17:17:41','2024-07-24 17:17:41','2024-07-24 17:17:41'),(649,'submission','8b5365bc-162f-42e4-8f1a-3d4e1807fc58',2594,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-25 14:11:07','2024-07-25 14:11:07','2024-07-25 14:11:07','2024-07-25 14:11:07'),(650,'submission','9457bb59-a9b0-45ae-8c61-e2147abe33ce',2598,11,'','','efef6a6','FORMULARIO',0,0,'91.142.79.18','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-25 19:51:34','2024-07-25 19:51:34','2024-07-25 19:51:34','2024-07-25 19:51:34'),(651,'submission','babae4c5-3bfc-4f26-8bdf-eef3ba76a13c',2602,11,'','','efef6a6','FORMULARIO',0,0,'94.158.190.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-26 02:59:29','2024-07-26 02:59:29','2024-07-26 02:59:29','2024-07-26 02:59:29'),(652,'submission','603b5635-8bbb-4406-9305-ca738d5a15da',2606,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-26 10:15:46','2024-07-26 10:15:46','2024-07-26 10:15:46','2024-07-26 10:15:46'),(653,'submission','884779f9-798c-40cf-98de-fcbf975ec6e2',2610,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.145','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-27 02:07:27','2024-07-27 02:07:27','2024-07-27 02:07:27','2024-07-27 02:07:27'),(654,'submission','69dd4c66-770e-4c64-901d-0ed01a639296',2614,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.86','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-28 01:10:52','2024-07-28 01:10:53','2024-07-28 01:10:52','2024-07-28 01:10:53'),(655,'submission','b3524e7e-81c1-47a9-bad3-ffa8c3bba276',2618,11,'','','efef6a6','FORMULARIO',0,0,'149.34.245.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-28 20:17:08','2024-07-28 20:17:08','2024-07-28 20:17:08','2024-07-28 20:17:08'),(656,'submission','4a1eae7d-1a54-4e48-8f45-10f866358189',2622,11,'','','efef6a6','FORMULARIO',0,0,'185.148.38.220','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-29 04:15:40','2024-07-29 04:15:40','2024-07-29 04:15:40','2024-07-29 04:15:40'),(657,'submission','408c9e85-a5e7-4737-b341-a4692e43f703',2626,11,'','','efef6a6','FORMULARIO',0,0,'37.19.217.100','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-29 06:01:44','2024-07-29 06:01:44','2024-07-29 06:01:44','2024-07-29 06:01:44'),(658,'submission','473c8f6b-75e7-4e77-8dee-039550129071',2630,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-29 09:47:13','2024-07-29 09:47:13','2024-07-29 09:47:13','2024-07-29 09:47:13'),(659,'submission','5457ed23-1ff6-48af-8892-d90c61e61ad2',2634,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-29 10:13:48','2024-07-29 10:13:49','2024-07-29 10:13:48','2024-07-29 10:13:49'),(660,'submission','0780cbc3-40cc-4fd3-b37d-4981c24f6c16',2638,11,'','','efef6a6','FORMULARIO',0,0,'188.130.189.138','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-29 17:53:14','2024-07-29 17:53:14','2024-07-29 17:53:14','2024-07-29 17:53:14'),(661,'submission','e8330b7d-1a70-4e25-9f9b-7cbb9652ab49',2642,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'141.11.172.204','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-30 00:19:30','2024-07-30 00:19:30','2024-07-30 00:19:30','2024-07-30 00:19:30'),(662,'submission','6ac782cf-f3d6-4d2e-9255-24659d8c2115',2646,11,'','','efef6a6','FORMULARIO',0,0,'92.204.175.92','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-31 11:52:47','2024-07-31 11:52:47','2024-07-31 11:52:47','2024-07-31 11:52:47'),(663,'submission','3757d892-827d-47ee-beaf-cb52b70d6a17',2650,11,'','','efef6a6','FORMULARIO',0,0,'91.219.148.241','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-31 12:23:15','2024-07-31 12:23:15','2024-07-31 12:23:15','2024-07-31 12:23:15'),(664,'submission','4ad65fca-d471-49e4-929f-952fd757ddf6',2654,11,'','','efef6a6','FORMULARIO',0,0,'5.254.23.77','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-07-31 22:23:09','2024-07-31 22:23:09','2024-07-31 22:23:09','2024-07-31 22:23:09'),(665,'submission','0e2a3f3c-10d8-439b-a5e5-90e682ea1a32',2658,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-01 11:43:30','2024-08-01 11:43:30','2024-08-01 11:43:30','2024-08-01 11:43:30'),(666,'submission','2298b91d-5172-4334-b424-291c9b82b57e',2662,11,'','','efef6a6','FORMULARIO',0,0,'113.23.91.210','Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-01 22:34:21','2024-08-01 22:34:21','2024-08-01 22:34:21','2024-08-01 22:34:21'),(667,'submission','fa4c51ba-8ce0-4cb3-b8d1-e92e31804806',2666,11,'','','efef6a6','FORMULARIO',0,0,'85.209.11.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-01 22:53:11','2024-08-01 22:53:11','2024-08-01 22:53:11','2024-08-01 22:53:11'),(668,'submission','f3424f16-5eb5-4490-b94f-3352381d6296',2670,11,'','','efef6a6','FORMULARIO',0,0,'107.181.189.37','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-02 05:27:02','2024-08-02 05:27:02','2024-08-02 05:27:02','2024-08-02 05:27:02'),(669,'submission','74da7317-ab61-4b73-9cfc-ee42f1dff122',2674,11,'','','efef6a6','FORMULARIO',0,0,'37.120.153.2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-02 06:12:48','2024-08-02 06:12:48','2024-08-02 06:12:48','2024-08-02 06:12:48'),(670,'submission','5a9791a1-d179-4608-8945-2e47bffe52c5',2678,11,'','','efef6a6','FORMULARIO',0,0,'195.160.192.218','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-02 12:58:48','2024-08-02 12:58:49','2024-08-02 12:58:48','2024-08-02 12:58:49'),(671,'submission','11d720d0-8ad9-4ac7-8ae2-647408233856',2682,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-02 16:33:05','2024-08-02 16:33:05','2024-08-02 16:33:05','2024-08-02 16:33:05'),(672,'submission','0fc8107a-c30e-40b9-85bc-ea9f48271101',2686,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.145','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-03 10:25:47','2024-08-03 10:25:47','2024-08-03 10:25:47','2024-08-03 10:25:47'),(673,'submission','52ad072d-2dac-4dca-9fee-f613d55e67b8',2690,11,'','','efef6a6','FORMULARIO',0,0,'181.177.87.77','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-03 10:51:27','2024-08-03 10:51:27','2024-08-03 10:51:27','2024-08-03 10:51:27'),(674,'submission','acfe4628-77c3-4ed4-aced-b3bd646338f3',2694,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-04 05:58:36','2024-08-04 05:58:36','2024-08-04 05:58:36','2024-08-04 05:58:36'),(675,'submission','50e9d2e7-be1f-47f0-ac44-7eafc7feef37',2698,11,'','','efef6a6','FORMULARIO',0,0,'185.173.38.157','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-04 21:30:00','2024-08-04 21:30:00','2024-08-04 21:30:00','2024-08-04 21:30:00'),(676,'submission','a7985fbb-c24b-407d-b933-003f267295e5',2702,11,'','','efef6a6','FORMULARIO',0,0,'185.244.181.45','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-04 23:33:30','2024-08-04 23:33:30','2024-08-04 23:33:30','2024-08-04 23:33:30'),(677,'submission','046cfb3e-9bcd-441d-82bb-a4fcf29acb33',2706,11,'','','efef6a6','FORMULARIO',0,0,'185.244.181.177','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-05 01:07:12','2024-08-05 01:07:12','2024-08-05 01:07:12','2024-08-05 01:07:12'),(678,'submission','e1b2acc7-a15f-4779-9871-1a989639efee',2710,11,'','','efef6a6','FORMULARIO',0,0,'185.244.183.60','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-05 05:44:38','2024-08-05 05:44:39','2024-08-05 05:44:38','2024-08-05 05:44:39'),(679,'submission','13ae7c2d-0beb-4ab7-9aa1-44e7453fc2c4',2714,11,'','','efef6a6','FORMULARIO',0,0,'151.106.12.250','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-05 07:26:16','2024-08-05 07:26:16','2024-08-05 07:26:16','2024-08-05 07:26:16'),(680,'submission','543abba6-bc61-4081-916c-a19768ca3556',2718,11,'','','efef6a6','FORMULARIO',0,0,'37.212.56.90','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-05 11:18:49','2024-08-05 11:18:49','2024-08-05 11:18:49','2024-08-05 11:18:49'),(681,'submission','2ed0b348-f7cc-4d52-aedc-221210c8cc7b',2722,11,'','','efef6a6','FORMULARIO',0,0,'185.244.182.208','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-06 04:13:22','2024-08-06 04:13:22','2024-08-06 04:13:22','2024-08-06 04:13:22'),(682,'submission','8a918ad6-4f22-443d-a6e7-ec803a266365',2726,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-07 16:31:16','2024-08-07 16:31:16','2024-08-07 16:31:16','2024-08-07 16:31:16'),(683,'submission','6f6857fb-a36e-487f-a185-6bdfe7a83818',2730,11,'','','efef6a6','FORMULARIO',0,0,'45.11.21.119','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-08 07:06:15','2024-08-08 07:06:15','2024-08-08 07:06:15','2024-08-08 07:06:15'),(684,'submission','a64c3c9d-07ef-4596-b2ab-a9ce9028b29d',2734,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.179','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-09 22:47:25','2024-08-09 22:47:25','2024-08-09 22:47:25','2024-08-09 22:47:25'),(685,'submission','8225c540-f913-4589-b60b-434950c6d96a',2738,11,'','','efef6a6','FORMULARIO',0,0,'146.70.111.138','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-10 00:47:07','2024-08-10 00:47:07','2024-08-10 00:47:07','2024-08-10 00:47:07'),(686,'submission','c4fbd98b-dd6a-49a7-a5ef-68bc4a0f221f',2742,11,'','','efef6a6','FORMULARIO',0,0,'109.248.143.63','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-10 07:45:35','2024-08-10 07:45:35','2024-08-10 07:45:35','2024-08-10 07:45:35'),(687,'submission','e07b8589-9adb-47ef-b864-2235911e3f20',2746,11,'','','efef6a6','FORMULARIO',0,0,'85.209.11.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-10 10:30:12','2024-08-10 10:30:12','2024-08-10 10:30:12','2024-08-10 10:30:12'),(688,'submission','29fc9b53-fd86-4563-9e43-33febf385fe6',2750,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.4','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-10 23:38:13','2024-08-10 23:38:13','2024-08-10 23:38:13','2024-08-10 23:38:13'),(689,'submission','4acc61cb-7fc5-4ff0-ab0b-d96b0d296038',2754,11,'','','efef6a6','FORMULARIO',0,0,'46.3.210.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-11 20:59:46','2024-08-11 20:59:46','2024-08-11 20:59:46','2024-08-11 20:59:46'),(690,'submission','b6de90f7-bc6c-4345-ac53-22c101a81f0c',2758,11,'','','efef6a6','FORMULARIO',0,0,'65.108.15.54','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-12 12:29:27','2024-08-12 12:29:27','2024-08-12 12:29:27','2024-08-12 12:29:27'),(691,'submission','9279f6b2-9424-4bfa-b56a-f6d01e12455d',2762,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-13 14:45:53','2024-08-13 14:45:53','2024-08-13 14:45:53','2024-08-13 14:45:53'),(692,'submission','f59d8832-67a1-4cbe-a1d2-f9424996cbb5',2766,11,'','','efef6a6','FORMULARIO',0,0,'65.108.15.54','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-14 01:16:33','2024-08-14 01:16:33','2024-08-14 01:16:33','2024-08-14 01:16:33'),(693,'submission','8a5ddc0f-7bca-4fbe-8e61-17d247084df3',2770,11,'','','efef6a6','FORMULARIO',0,0,'185.149.22.121','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-15 04:08:16','2024-08-15 04:08:16','2024-08-15 04:08:16','2024-08-15 04:08:16'),(694,'submission','cb0d07d0-40bc-4735-926d-6d36685efd1d',2774,11,'','','efef6a6','FORMULARIO',0,0,'181.214.173.94','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-15 08:42:11','2024-08-15 08:42:11','2024-08-15 08:42:11','2024-08-15 08:42:11'),(695,'submission','5cdd0a4d-a926-4409-950b-c83669c30e5f',2778,11,'','','efef6a6','FORMULARIO',0,0,'46.191.233.244','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-15 15:45:03','2024-08-15 15:45:04','2024-08-15 15:45:03','2024-08-15 15:45:04'),(696,'submission','bcdab904-9e83-490b-ad19-952ba5ca1af8',2782,11,'','','efef6a6','FORMULARIO',0,0,'46.8.193.97','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-17 04:23:50','2024-08-17 04:23:50','2024-08-17 04:23:50','2024-08-17 04:23:50'),(697,'submission','ef992395-5549-48de-9fa9-1de1ad02a3bb',2786,11,'','','efef6a6','FORMULARIO',0,0,'45.90.196.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-17 07:26:04','2024-08-17 07:26:04','2024-08-17 07:26:04','2024-08-17 07:26:04'),(698,'submission','12cf0129-4a25-413a-8e12-66c71dbdf2ca',2790,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.58','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-17 11:41:51','2024-08-17 11:41:51','2024-08-17 11:41:51','2024-08-17 11:41:51'),(699,'submission','fd6156d7-9a3e-467e-bb1d-b8070ae43101',2794,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.127','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-17 19:07:34','2024-08-17 19:07:34','2024-08-17 19:07:34','2024-08-17 19:07:34'),(700,'submission','3be6af9f-f7a0-42bf-adef-7c7973746d1a',2798,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.106','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-17 22:55:09','2024-08-17 22:55:09','2024-08-17 22:55:09','2024-08-17 22:55:09'),(701,'submission','ebffd30d-06f1-4e7c-af83-77d0d76b1069',2802,11,'','','efef6a6','FORMULARIO',0,0,'185.173.38.157','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-18 05:04:35','2024-08-18 05:04:35','2024-08-18 05:04:35','2024-08-18 05:04:35'),(702,'submission','8d20be7c-0287-48bf-aef1-a89648c8ce30',2806,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.167','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-18 18:06:01','2024-08-18 18:06:01','2024-08-18 18:06:01','2024-08-18 18:06:01'),(703,'submission','030ba1ee-e091-4f62-9202-3cff0ea93a10',2810,11,'','','efef6a6','FORMULARIO',0,0,'94.131.13.37','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-18 23:56:47','2024-08-18 23:56:47','2024-08-18 23:56:47','2024-08-18 23:56:47'),(704,'submission','8792d458-bced-4e93-8b80-7d01e32918dc',2814,11,'','','efef6a6','FORMULARIO',0,0,'109.248.204.102','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-19 00:23:58','2024-08-19 00:23:58','2024-08-19 00:23:58','2024-08-19 00:23:58'),(705,'submission','72bed348-ccc8-439c-b7f7-fef9e5921a40',2818,11,'','','efef6a6','FORMULARIO',0,0,'173.165.243.209','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-19 09:32:10','2024-08-19 09:32:10','2024-08-19 09:32:10','2024-08-19 09:32:10'),(706,'submission','cb52c928-e8b9-4a33-a226-5cd885a158ed',2822,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.86','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-20 02:45:44','2024-08-20 02:45:44','2024-08-20 02:45:44','2024-08-20 02:45:44'),(707,'submission','bc8470de-2d8b-4773-8dd4-f87695cc486f',2826,11,'','','efef6a6','FORMULARIO',0,0,'138.59.5.28','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-20 16:32:37','2024-08-20 16:32:37','2024-08-20 16:32:37','2024-08-20 16:32:37'),(708,'submission','f04d04a5-dee1-4592-b8b7-aee9c6027b12',2830,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.167','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-21 16:12:52','2024-08-21 16:12:52','2024-08-21 16:12:52','2024-08-21 16:12:52'),(709,'submission','c76a90da-438d-4e9b-849b-a519867a507f',2834,11,'','','efef6a6','FORMULARIO',0,0,'109.248.205.195','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-21 22:00:55','2024-08-21 22:00:55','2024-08-21 22:00:55','2024-08-21 22:00:55'),(710,'submission','692de5ff-4bf0-4836-bbea-46a3d84efd59',2838,11,'','','efef6a6','FORMULARIO',0,0,'5.180.179.8','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-22 03:44:19','2024-08-22 03:44:19','2024-08-22 03:44:19','2024-08-22 03:44:19'),(711,'submission','cfac43c6-a779-41f2-a444-eebc733216df',2842,11,'','','efef6a6','FORMULARIO',0,0,'65.108.15.54','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-22 15:25:29','2024-08-22 15:25:29','2024-08-22 15:25:29','2024-08-22 15:25:29'),(712,'submission','a2bf7125-980d-4f0b-a00e-b3c23003aebc',2846,11,'','','efef6a6','FORMULARIO',0,0,'51.68.196.224','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-23 22:00:16','2024-08-23 22:00:16','2024-08-23 22:00:16','2024-08-23 22:00:16'),(713,'submission','6e159983-0c69-4302-8e43-e9f368e74e11',2850,11,'','','efef6a6','FORMULARIO',0,0,'65.108.40.54','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-23 23:47:39','2024-08-23 23:47:39','2024-08-23 23:47:39','2024-08-23 23:47:39'),(714,'submission','2881e341-e354-4d7c-a8fd-6fe305903259',2854,11,'','','efef6a6','FORMULARIO',0,0,'178.68.118.172','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-24 03:39:11','2024-08-24 03:39:11','2024-08-24 03:39:11','2024-08-24 03:39:11'),(715,'submission','dface5c9-6119-44e6-8837-935d31321966',2858,11,'','','efef6a6','FORMULARIO',0,0,'45.15.72.36','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-24 06:00:29','2024-08-24 06:00:29','2024-08-24 06:00:29','2024-08-24 06:00:29'),(716,'submission','982d7766-48ff-40de-adf6-96630b02cd62',2862,11,'','','efef6a6','FORMULARIO',0,0,'178.68.118.172','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-24 17:13:43','2024-08-24 17:13:43','2024-08-24 17:13:43','2024-08-24 17:13:43'),(717,'submission','b1069b76-b7b3-4402-b057-441b9651fa64',2866,11,'','','efef6a6','FORMULARIO',0,0,'51.68.196.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-25 01:20:45','2024-08-25 01:20:45','2024-08-25 01:20:45','2024-08-25 01:20:45'),(718,'submission','3670c6d1-154f-4703-b920-c41bae162506',2870,11,'','','efef6a6','FORMULARIO',0,0,'65.108.40.54','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-25 14:06:01','2024-08-25 14:06:01','2024-08-25 14:06:01','2024-08-25 14:06:01'),(719,'submission','fac572d6-ba5e-4f2c-8fd9-cd018dfe5a0d',2874,11,'','','efef6a6','FORMULARIO',0,0,'188.130.185.41','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-25 23:55:55','2024-08-25 23:55:55','2024-08-25 23:55:55','2024-08-25 23:55:55'),(720,'submission','4d1e7f20-d03d-4713-ac07-09668b7a6d14',2878,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-26 16:41:49','2024-08-26 16:41:49','2024-08-26 16:41:49','2024-08-26 16:41:49'),(721,'submission','78d7d8b3-2931-4522-be9b-357fe26cabfd',2882,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-27 05:52:48','2024-08-27 05:52:48','2024-08-27 05:52:48','2024-08-27 05:52:48'),(722,'submission','b5a8a92c-6911-473a-8344-24f7bcfc68eb',2886,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-27 05:53:30','2024-08-27 05:53:30','2024-08-27 05:53:30','2024-08-27 05:53:30'),(723,'submission','f1817572-b40a-4fd2-bc19-7dd93d689393',2890,11,'','','efef6a6','FORMULARIO',0,0,'46.246.8.27','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-28 13:10:21','2024-08-28 13:10:21','2024-08-28 13:10:21','2024-08-28 13:10:21'),(724,'submission','bc6dbc2b-4285-46f9-9378-00d2ea3d33b0',2894,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-28 15:35:14','2024-08-28 15:35:14','2024-08-28 15:35:14','2024-08-28 15:35:14'),(725,'submission','d9399909-5b8f-4571-9e0c-0fa61c27cdf3',2898,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.9','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-28 17:21:10','2024-08-28 17:21:10','2024-08-28 17:21:10','2024-08-28 17:21:10'),(726,'submission','1d331a51-30b6-47a3-9a0f-adc5bb4e21bf',2902,11,'','','efef6a6','FORMULARIO',0,0,'193.188.20.66','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 03:14:05','2024-08-30 03:14:05','2024-08-30 03:14:05','2024-08-30 03:14:05'),(727,'submission','3b0efdf0-dc90-4a85-a323-164a6344a218',2906,11,'','','efef6a6','FORMULARIO',0,0,'65.108.25.51','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 09:47:26','2024-08-30 09:47:26','2024-08-30 09:47:26','2024-08-30 09:47:26'),(728,'submission','6ec37007-db1b-49c9-9e03-6a9b4321f1c7',2910,11,'','','efef6a6','FORMULARIO',0,0,'185.244.183.60','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 11:54:43','2024-08-30 11:54:43','2024-08-30 11:54:43','2024-08-30 11:54:43'),(729,'submission','4e72e534-fbb4-419e-8c73-bc68c76f339c',2914,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'62.133.61.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 13:45:23','2024-08-30 13:45:23','2024-08-30 13:45:23','2024-08-30 13:45:23'),(730,'submission','f6ceecea-bfc6-4db2-acd3-590a47b72696',2918,11,'','','efef6a6','FORMULARIO',0,0,'185.244.182.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 14:36:14','2024-08-30 14:36:14','2024-08-30 14:36:14','2024-08-30 14:36:14'),(731,'submission','0d62d8d4-03f5-4131-ac22-6eb41196a9bf',2922,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-30 21:02:43','2024-08-30 21:02:43','2024-08-30 21:02:43','2024-08-30 21:02:43'),(732,'submission','64180998-0904-4d67-a2d2-cfc5f0c13d5d',2926,11,'','','efef6a6','FORMULARIO',0,0,'107.181.189.34','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-31 08:00:00','2024-08-31 08:00:00','2024-08-31 08:00:00','2024-08-31 08:00:00'),(733,'submission','1135685b-0015-41f7-a3fa-22058d1efc47',2930,11,'','','efef6a6','FORMULARIO',0,0,'65.21.12.229','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-31 08:25:42','2024-08-31 08:25:42','2024-08-31 08:25:42','2024-08-31 08:25:42'),(734,'submission','3adb283a-a279-41be-9a79-0746d5e30bca',2934,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-31 11:03:56','2024-08-31 11:03:57','2024-08-31 11:03:56','2024-08-31 11:03:57'),(735,'submission','60ee6282-ddb3-415a-8887-b241e460c9e4',2938,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-31 11:04:18','2024-08-31 11:04:18','2024-08-31 11:04:18','2024-08-31 11:04:18'),(736,'submission','92e642cf-9768-42ff-b600-4940f0c93343',2942,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-08-31 15:46:58','2024-08-31 15:46:58','2024-08-31 15:46:58','2024-08-31 15:46:58'),(737,'submission','48e92630-0d17-48de-8eb9-11761f483db3',2946,11,'','','efef6a6','FORMULARIO',0,0,'65.108.40.54','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-01 00:25:30','2024-09-01 00:25:30','2024-09-01 00:25:30','2024-09-01 00:25:30'),(738,'submission','91f77f44-1f3b-4df5-90d2-9563778fd246',2950,11,'','','efef6a6','FORMULARIO',0,0,'196.196.53.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-01 14:17:10','2024-09-01 14:17:10','2024-09-01 14:17:10','2024-09-01 14:17:10'),(739,'submission','09e12c00-c63e-48a2-b4e7-fa26f5e7b397',2954,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'196.242.89.31','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-01 14:46:00','2024-09-01 14:46:00','2024-09-01 14:46:00','2024-09-01 14:46:00'),(740,'submission','3b78f5cc-b1f3-4fca-9a80-323a20df0e4c',2958,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-01 23:51:14','2024-09-01 23:51:15','2024-09-01 23:51:14','2024-09-01 23:51:15'),(741,'submission','dd881cbd-4525-4be2-9eb1-46c6cd3feea1',2962,11,'','','efef6a6','FORMULARIO',0,0,'65.108.40.54','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-03 11:34:46','2024-09-03 11:34:46','2024-09-03 11:34:46','2024-09-03 11:34:46'),(742,'submission','7c8c919a-b4a4-4a09-a377-47419dfd6cde',2966,11,'','','efef6a6','FORMULARIO',0,0,'46.8.10.200','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-03 16:53:48','2024-09-03 16:53:48','2024-09-03 16:53:48','2024-09-03 16:53:48'),(743,'submission','5b9de029-a4f4-450f-8c0f-fd0895a4b97c',2970,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-03 18:24:51','2024-09-03 18:24:51','2024-09-03 18:24:51','2024-09-03 18:24:51'),(744,'submission','72191355-9eb1-40c2-a96a-d9ba9555f59e',2974,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-04 02:29:42','2024-09-04 02:29:42','2024-09-04 02:29:42','2024-09-04 02:29:42'),(745,'submission','65be7976-c776-4531-95f8-2098d1b2e490',2978,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-04 17:05:40','2024-09-04 17:05:40','2024-09-04 17:05:40','2024-09-04 17:05:40'),(746,'submission','bd2b9fc0-a8c8-4522-8234-0c1e8c44f9da',2982,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-04 19:26:53','2024-09-04 19:26:53','2024-09-04 19:26:53','2024-09-04 19:26:53'),(747,'submission','fc17a9a4-f8bf-4550-803e-2b71e943ca50',2986,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.197','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-05 14:51:06','2024-09-05 14:51:06','2024-09-05 14:51:06','2024-09-05 14:51:06'),(748,'submission','f671e997-4c76-47e2-a058-472f1887fadf',2990,11,'','','efef6a6','FORMULARIO',0,0,'193.42.112.98','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-05 16:40:24','2024-09-05 16:40:24','2024-09-05 16:40:24','2024-09-05 16:40:24'),(749,'submission','4b69c2db-a8db-4c34-bf36-115314547b69',2994,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-05 17:48:20','2024-09-05 17:48:20','2024-09-05 17:48:20','2024-09-05 17:48:20'),(750,'submission','20845994-73ff-4eab-8616-324c90e9097e',2998,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-06 02:34:15','2024-09-06 02:34:15','2024-09-06 02:34:15','2024-09-06 02:34:15'),(751,'submission','d8ad2586-f58b-4896-8fee-ee9e53f99b2d',3002,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-07 14:07:08','2024-09-07 14:07:09','2024-09-07 14:07:08','2024-09-07 14:07:09'),(752,'submission','8673f913-10c8-4e3e-8478-05b74438c078',3006,11,'','','efef6a6','FORMULARIO',0,0,'45.88.104.140','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-08 11:17:51','2024-09-08 11:17:51','2024-09-08 11:17:51','2024-09-08 11:17:51'),(753,'submission','1e6dcc3e-b2ff-4ecd-962a-5b6b07dd384c',3010,11,'','','efef6a6','FORMULARIO',0,0,'193.188.20.66','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-09 06:08:50','2024-09-09 06:08:50','2024-09-09 06:08:50','2024-09-09 06:08:50'),(754,'submission','c92d4b8a-ac04-432a-b959-351d773adc5d',3014,11,'','','efef6a6','FORMULARIO',0,0,'173.165.243.209','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-09 08:18:25','2024-09-09 08:18:25','2024-09-09 08:18:25','2024-09-09 08:18:25'),(755,'submission','3651f87d-5167-4997-bb71-5a8168ad4aaf',3018,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-10 02:46:36','2024-09-10 02:46:37','2024-09-10 02:46:36','2024-09-10 02:46:37'),(756,'submission','66e8158f-ffc0-4b3b-bd26-a3c00f08b991',3022,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-10 03:40:41','2024-09-10 03:40:41','2024-09-10 03:40:41','2024-09-10 03:40:41'),(757,'submission','542f4682-1636-4471-9b72-7ade2a07ad75',3026,11,'','','efef6a6','FORMULARIO',0,0,'79.140.25.216','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-10 11:48:04','2024-09-10 11:48:04','2024-09-10 11:48:04','2024-09-10 11:48:04'),(758,'submission','1078be14-4a26-45ca-afb4-98fd7c65aae8',3030,11,'','','efef6a6','FORMULARIO',0,0,'65.108.25.51','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-10 14:38:32','2024-09-10 14:38:32','2024-09-10 14:38:32','2024-09-10 14:38:32'),(759,'submission','9f206a04-36a5-4e26-9d02-48516b7aadd4',3034,11,'','','efef6a6','FORMULARIO',0,0,'65.21.234.104','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-11 04:23:41','2024-09-11 04:23:41','2024-09-11 04:23:41','2024-09-11 04:23:41'),(760,'submission','4bca4e22-f296-459e-8321-bd9a0170c550',3038,11,'','','efef6a6','FORMULARIO',0,0,'196.196.53.123','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-11 15:01:59','2024-09-11 15:01:59','2024-09-11 15:01:59','2024-09-11 15:01:59'),(761,'submission','4fb9dd40-ff1a-409a-8d34-6e670dce49db',3042,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-11 15:50:45','2024-09-11 15:50:46','2024-09-11 15:50:45','2024-09-11 15:50:46'),(762,'submission','c7177f9e-13de-45b2-8dd7-c07da08c02a0',3046,11,'','','efef6a6','FORMULARIO',0,0,'51.75.144.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-11 19:12:21','2024-09-11 19:12:21','2024-09-11 19:12:21','2024-09-11 19:12:21'),(763,'submission','235d1d5a-ce96-4dcd-9967-6cd4796f7b78',3050,11,'','','efef6a6','FORMULARIO',0,0,'46.138.86.122','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-11 22:39:17','2024-09-11 22:39:17','2024-09-11 22:39:17','2024-09-11 22:39:17'),(764,'submission','08098c1e-e0a8-4595-9849-847dd6631496',3054,11,'','','efef6a6','FORMULARIO',0,0,'212.102.38.217','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-12 03:33:03','2024-09-12 03:33:03','2024-09-12 03:33:03','2024-09-12 03:33:03'),(765,'submission','167137ee-c858-4ced-8ede-3589d8224de4',3058,11,'','','efef6a6','FORMULARIO',0,0,'192.121.16.228','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-12 15:26:24','2024-09-12 15:26:25','2024-09-12 15:26:24','2024-09-12 15:26:25'),(766,'submission','8ff363a0-19cc-4c64-a7d7-0d9adab0f601',3062,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-12 22:29:30','2024-09-12 22:29:30','2024-09-12 22:29:30','2024-09-12 22:29:30'),(767,'submission','ff969d0a-e798-4d9c-a739-a8e2ee310bec',3066,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.167','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-13 04:06:20','2024-09-13 04:06:20','2024-09-13 04:06:20','2024-09-13 04:06:20'),(768,'submission','7af8af30-52b2-46b9-9917-49aa927cc798',3070,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-13 16:10:57','2024-09-13 16:10:57','2024-09-13 16:10:57','2024-09-13 16:10:57'),(769,'submission','46d1adf2-73a4-4cc2-9fa2-573e3b9d8d21',3074,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.84','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-14 18:10:50','2024-09-14 18:10:50','2024-09-14 18:10:50','2024-09-14 18:10:50'),(770,'submission','3dc6e563-4e7b-4ec8-bf51-4bf4ed8050df',3078,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-14 20:34:38','2024-09-14 20:34:38','2024-09-14 20:34:38','2024-09-14 20:34:38'),(771,'submission','dd346a02-844e-4c6f-9d68-2dd4d9dc1c8e',3082,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.197','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-14 21:11:38','2024-09-14 21:11:38','2024-09-14 21:11:38','2024-09-14 21:11:38'),(772,'submission','d6ef84ac-5c96-4a6f-a029-2236af52ee1c',3086,11,'','','efef6a6','FORMULARIO',0,0,'46.149.75.86','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-15 02:39:36','2024-09-15 02:39:37','2024-09-15 02:39:36','2024-09-15 02:39:37'),(773,'submission','b937d995-cf48-44dd-a2c8-f6099a161849',3090,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.117','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-15 03:52:06','2024-09-15 03:52:07','2024-09-15 03:52:06','2024-09-15 03:52:07'),(774,'submission','a21e244a-bfc6-4cb4-a741-e1a979f053a5',3094,11,'','','efef6a6','FORMULARIO',0,0,'97.183.83.117','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-15 11:51:40','2024-09-15 11:51:40','2024-09-15 11:51:40','2024-09-15 11:51:40'),(775,'submission','ba375d2f-d2d8-4edd-936d-2d8720aaf5f2',3098,11,'','','efef6a6','FORMULARIO',0,0,'83.97.73.239','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-15 22:12:46','2024-09-15 22:12:46','2024-09-15 22:12:46','2024-09-15 22:12:46'),(776,'submission','e52e1913-e301-4f11-bb00-936b95fece9d',3102,11,'','','efef6a6','FORMULARIO',0,0,'195.123.227.30','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-16 12:06:18','2024-09-16 12:06:18','2024-09-16 12:06:18','2024-09-16 12:06:18'),(777,'submission','1c9edcc1-8dae-4f4e-b450-a17d2b4f07c3',3106,11,'','','efef6a6','FORMULARIO',0,0,'85.203.44.229','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-16 20:04:05','2024-09-16 20:04:05','2024-09-16 20:04:05','2024-09-16 20:04:05'),(778,'submission','f1ef9eb3-24eb-48ff-bfe1-41d41a5286b5',3110,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-17 00:20:56','2024-09-17 00:20:56','2024-09-17 00:20:56','2024-09-17 00:20:56'),(779,'submission','fb0d25eb-643b-46d9-8ce1-c027c89b23aa',3114,11,'','','efef6a6','FORMULARIO',0,0,'65.108.25.51','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-17 00:40:55','2024-09-17 00:40:55','2024-09-17 00:40:55','2024-09-17 00:40:55'),(780,'submission','ec7aff8b-68b7-415a-b58b-39419e9dea3a',3118,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-17 05:51:44','2024-09-17 05:51:44','2024-09-17 05:51:44','2024-09-17 05:51:44'),(781,'submission','ad1b1c60-c105-4573-a332-0be0b0d3ae55',3122,11,'','','efef6a6','FORMULARIO',0,0,'95.182.126.159','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-17 17:57:10','2024-09-17 17:57:10','2024-09-17 17:57:10','2024-09-17 17:57:10'),(782,'submission','07fcb071-227b-4976-b53d-5287deec0e14',3126,11,'','','efef6a6','FORMULARIO',0,0,'185.5.38.111','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-18 09:34:19','2024-09-18 09:34:19','2024-09-18 09:34:19','2024-09-18 09:34:19'),(783,'submission','a372257e-e2b4-42e6-a2b1-8cbd42da8b30',3130,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.179','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-18 15:45:21','2024-09-18 15:45:21','2024-09-18 15:45:21','2024-09-18 15:45:21'),(784,'submission','54252b1d-0bc3-469b-ad58-9dfe071c2e9b',3134,11,'','','efef6a6','FORMULARIO',0,0,'65.108.3.53','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-18 16:30:49','2024-09-18 16:30:49','2024-09-18 16:30:49','2024-09-18 16:30:49'),(785,'submission','a9e2c877-a879-490c-9fa3-15a40a96ba86',3138,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.179','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-18 22:10:10','2024-09-18 22:10:10','2024-09-18 22:10:10','2024-09-18 22:10:10'),(786,'submission','3b7f97b5-2d1a-4181-96c8-47a92baf0714',3142,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.4','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-19 05:29:15','2024-09-19 05:29:15','2024-09-19 05:29:15','2024-09-19 05:29:15'),(787,'submission','93cd8a66-2bbb-4faf-9961-686c2d90ba77',3146,11,'','','efef6a6','FORMULARIO',0,0,'46.8.213.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-19 12:31:33','2024-09-19 12:31:33','2024-09-19 12:31:33','2024-09-19 12:31:33'),(788,'submission','74b0c487-cfd4-42b8-a11a-0b1016ea7897',3150,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.11','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-20 05:03:34','2024-09-20 05:03:34','2024-09-20 05:03:34','2024-09-20 05:03:34'),(789,'submission','f35a35a4-00db-455d-b6b0-917f5234735c',3154,11,'','','efef6a6','FORMULARIO',0,0,'77.222.127.41','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-20 20:51:29','2024-09-20 20:51:29','2024-09-20 20:51:29','2024-09-20 20:51:29'),(790,'submission','7b66c928-07a2-4e24-906b-23f59bc00164',3158,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-21 00:34:20','2024-09-21 00:34:20','2024-09-21 00:34:20','2024-09-21 00:34:20'),(791,'submission','0fd8ce3b-13b7-4ec7-88ac-4ffe2a533e9a',3162,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-21 00:53:07','2024-09-21 00:53:07','2024-09-21 00:53:07','2024-09-21 00:53:07'),(792,'submission','5ad1bf45-aada-444d-93e7-b264ca70d21c',3166,11,'','','efef6a6','FORMULARIO',0,0,'51.68.174.45','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-21 05:41:46','2024-09-21 05:41:46','2024-09-21 05:41:46','2024-09-21 05:41:46'),(793,'submission','24b38350-63cb-47cb-9f28-8511b920eff3',3170,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-22 04:51:02','2024-09-22 04:51:02','2024-09-22 04:51:02','2024-09-22 04:51:02'),(794,'submission','64c59524-bd85-4a7c-b3ed-824b57b38941',3174,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-23 14:46:45','2024-09-23 14:46:45','2024-09-23 14:46:45','2024-09-23 14:46:45'),(795,'submission','a4dede96-4da0-440a-9165-7e82debbf573',3178,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-23 20:14:39','2024-09-23 20:14:39','2024-09-23 20:14:39','2024-09-23 20:14:39'),(796,'submission','68cff3a7-30c0-4b9d-bd9b-edcc83dd2d2d',3182,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.156','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-24 06:24:47','2024-09-24 06:24:47','2024-09-24 06:24:47','2024-09-24 06:24:47'),(797,'submission','442c448b-1301-4805-9f12-a889322cefb9',3186,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-25 01:53:16','2024-09-25 01:53:17','2024-09-25 01:53:16','2024-09-25 01:53:17'),(798,'submission','72c09294-892d-4e34-9214-d8b3a9300a73',3190,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.55','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-25 18:43:32','2024-09-25 18:43:32','2024-09-25 18:43:32','2024-09-25 18:43:32'),(799,'submission','a667c52c-e78b-46ee-a1f0-34fd166ac861',3194,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-26 00:50:08','2024-09-26 00:50:08','2024-09-26 00:50:08','2024-09-26 00:50:08'),(800,'submission','24b9f6d9-331d-475e-8645-9e9ec2e9bc01',3198,11,'','','efef6a6','FORMULARIO',0,0,'89.110.100.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-27 03:19:26','2024-09-27 03:19:26','2024-09-27 03:19:26','2024-09-27 03:19:26'),(801,'submission','6f71ea7e-539b-459e-815d-a6ff21014726',3202,11,'','','efef6a6','FORMULARIO',0,0,'88.201.251.215','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-27 10:58:52','2024-09-27 10:58:52','2024-09-27 10:58:52','2024-09-27 10:58:52'),(802,'submission','63896eb8-2a58-4ed5-b312-e5b39cba1369',3206,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-28 01:08:28','2024-09-28 01:08:28','2024-09-28 01:08:28','2024-09-28 01:08:28'),(803,'submission','2d15952d-6487-4455-ac37-02a29e32e543',3210,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-28 02:30:34','2024-09-28 02:30:34','2024-09-28 02:30:34','2024-09-28 02:30:34'),(804,'submission','7bd1790a-ccb3-4e66-bdfe-fb83a1a885cb',3214,11,'','','efef6a6','FORMULARIO',0,0,'194.58.166.181','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-28 12:38:44','2024-09-28 12:38:44','2024-09-28 12:38:44','2024-09-28 12:38:44'),(805,'submission','f6391e2b-5fae-4ffe-8dd6-d942363fbdf5',3218,11,'','','efef6a6','FORMULARIO',0,0,'188.245.58.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-28 21:28:06','2024-09-28 21:28:06','2024-09-28 21:28:06','2024-09-28 21:28:06'),(806,'submission','141486da-5ca8-4a7a-99cf-410b6e6488ad',3222,11,'','','efef6a6','FORMULARIO',0,0,'188.130.218.160','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-28 23:45:53','2024-09-28 23:45:53','2024-09-28 23:45:53','2024-09-28 23:45:53'),(807,'submission','cf61c390-509c-4e1c-bd94-2536fd7423c6',3226,11,'','','efef6a6','FORMULARIO',0,0,'46.8.110.124','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-29 03:29:34','2024-09-29 03:29:34','2024-09-29 03:29:34','2024-09-29 03:29:34'),(808,'submission','3b87acdc-4d4d-4a3b-9d1c-915b91f0f6e6',3230,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-29 14:36:23','2024-09-29 14:36:23','2024-09-29 14:36:23','2024-09-29 14:36:23'),(809,'submission','7d3cc383-f2c0-4a1f-89f7-87acf4adc91e',3234,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-30 03:01:02','2024-09-30 03:01:03','2024-09-30 03:01:02','2024-09-30 03:01:03'),(810,'submission','10e6cc0e-65cf-4cb8-8db2-ba484c63c094',3238,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.25','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-09-30 04:38:46','2024-09-30 04:38:46','2024-09-30 04:38:46','2024-09-30 04:38:46'),(811,'submission','cf597cb7-30f3-459c-b13a-d5ee51d30313',3242,11,'','','efef6a6','FORMULARIO',0,0,'188.130.142.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-01 08:31:31','2024-10-01 08:31:31','2024-10-01 08:31:31','2024-10-01 08:31:31'),(812,'submission','bef5927a-545d-4ecb-ac41-fd50d295c5cb',3246,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-01 11:33:27','2024-10-01 11:33:27','2024-10-01 11:33:27','2024-10-01 11:33:27'),(813,'submission','4fb19a5a-e08f-4dc1-b326-5ed8bf412d81',3250,11,'','','efef6a6','FORMULARIO',0,0,'195.181.174.227','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-01 16:18:39','2024-10-01 16:18:39','2024-10-01 16:18:39','2024-10-01 16:18:39'),(814,'submission','0e815e7e-4738-441a-a9cc-c7d63addf2bb',3254,11,'','','efef6a6','FORMULARIO',0,0,'65.108.25.51','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-01 19:12:07','2024-10-01 19:12:07','2024-10-01 19:12:07','2024-10-01 19:12:07'),(815,'submission','44797880-4a81-4902-9a84-92311a3d2920',3258,11,'','','efef6a6','FORMULARIO',0,0,'45.13.191.47','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-02 12:05:55','2024-10-02 12:05:55','2024-10-02 12:05:55','2024-10-02 12:05:55'),(816,'submission','4111e711-7819-4a5c-baa4-029ce9fe99ce',3262,11,'','','efef6a6','FORMULARIO',0,0,'95.164.114.218','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-03 08:32:10','2024-10-03 08:32:10','2024-10-03 08:32:10','2024-10-03 08:32:10'),(817,'submission','412d9f89-c96d-4a92-8d26-bfe3450ad851',3266,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-03 20:34:46','2024-10-03 20:34:46','2024-10-03 20:34:46','2024-10-03 20:34:46'),(818,'submission','dd852d8d-2f31-45d1-843b-ebe1bffcdbab',3270,11,'','','efef6a6','FORMULARIO',0,0,'193.84.50.150','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-04 13:25:59','2024-10-04 13:25:59','2024-10-04 13:25:59','2024-10-04 13:25:59'),(819,'submission','2bb2f5cd-2b7e-4d45-bdf5-177015c331a7',3274,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-04 20:08:04','2024-10-04 20:08:04','2024-10-04 20:08:04','2024-10-04 20:08:04'),(820,'submission','2d3ba79a-bb96-4ed0-b013-115623385590',3278,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.109','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-05 21:41:49','2024-10-05 21:41:50','2024-10-05 21:41:49','2024-10-05 21:41:50'),(821,'submission','b3b12181-134f-4b29-bf68-018227547f8a',3282,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-06 14:23:14','2024-10-06 14:23:14','2024-10-06 14:23:14','2024-10-06 14:23:14'),(822,'submission','661eb46e-e30b-4329-ae63-7d74e63a600d',3286,11,'','','efef6a6','FORMULARIO',0,0,'109.248.143.16','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-08 07:01:16','2024-10-08 07:01:16','2024-10-08 07:01:16','2024-10-08 07:01:16'),(823,'submission','a8fb20c3-8f5b-45e9-957d-02f734b12971',3290,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-10 22:32:42','2024-10-10 22:32:42','2024-10-10 22:32:42','2024-10-10 22:32:42'),(824,'submission','092004db-b70d-43fa-a117-92b8676aacc4',3294,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-11 04:39:55','2024-10-11 04:39:55','2024-10-11 04:39:55','2024-10-11 04:39:55'),(825,'submission','7e7bd1bf-ed85-4334-ba34-5bb4cc0c1bb1',3298,11,'','','efef6a6','FORMULARIO',0,0,'212.102.35.57','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-11 18:16:55','2024-10-11 18:16:55','2024-10-11 18:16:55','2024-10-11 18:16:55'),(826,'submission','4e1f1495-1104-4d0b-8c71-4be1bb1b82a2',3302,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-12 02:59:09','2024-10-12 02:59:09','2024-10-12 02:59:09','2024-10-12 02:59:09'),(827,'submission','b9a22f13-732d-4c91-af82-1f4e59202cc8',3306,11,'','','efef6a6','FORMULARIO',0,0,'51.89.6.184','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-12 07:28:50','2024-10-12 07:28:50','2024-10-12 07:28:50','2024-10-12 07:28:50'),(828,'submission','9d4b209d-20ac-4280-abf1-27d05746fcaa',3310,11,'','','efef6a6','FORMULARIO',0,0,'51.75.144.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-12 08:06:31','2024-10-12 08:06:31','2024-10-12 08:06:31','2024-10-12 08:06:31'),(829,'submission','13969421-d13c-455c-ae2f-7ea57a64f449',3314,11,'','','efef6a6','FORMULARIO',0,0,'95.71.123.218','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-12 16:05:57','2024-10-12 16:05:57','2024-10-12 16:05:57','2024-10-12 16:05:57'),(830,'submission','a38ecee2-286e-4c7f-86af-60afcb8616a3',3318,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-12 22:57:51','2024-10-12 22:57:51','2024-10-12 22:57:51','2024-10-12 22:57:51'),(831,'submission','430ecbb2-1253-4612-8c6c-0417ba1ddac3',3322,11,'','','efef6a6','FORMULARIO',0,0,'38.240.46.24','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-15 09:35:32','2024-10-15 09:35:32','2024-10-15 09:35:32','2024-10-15 09:35:32'),(832,'submission','3eb81aed-a072-4b67-9a8a-da2f5cb221b4',3326,11,'','','efef6a6','FORMULARIO',0,0,'154.195.139.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-15 16:30:18','2024-10-15 16:30:18','2024-10-15 16:30:18','2024-10-15 16:30:18'),(833,'submission','50a589e9-307c-4af7-ae08-5adf926a52c2',3330,11,'','','efef6a6','FORMULARIO',0,0,'191.96.168.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-16 01:55:54','2024-10-16 01:55:55','2024-10-16 01:55:54','2024-10-16 01:55:55'),(834,'submission','18a6c3f4-67ac-4ad4-9ffe-79045b6769df',3334,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-16 04:32:47','2024-10-16 04:32:47','2024-10-16 04:32:47','2024-10-16 04:32:47'),(835,'submission','7f210a7c-f26f-40c8-8fdb-2e25e79e90ea',3338,11,'','','efef6a6','FORMULARIO',0,0,'95.216.24.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-16 11:52:00','2024-10-16 11:52:00','2024-10-16 11:52:00','2024-10-16 11:52:00'),(836,'submission','e71987cf-4ea2-4c53-b2fe-8b471ca830c3',3342,11,'','','efef6a6','FORMULARIO',0,0,'95.182.125.89','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-16 23:19:49','2024-10-16 23:19:49','2024-10-16 23:19:49','2024-10-16 23:19:49'),(837,'submission','23ed755c-a2f9-48b8-a328-3b08adf05ee5',3346,11,'','','efef6a6','FORMULARIO',0,0,'184.178.172.28','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-17 00:08:04','2024-10-17 00:08:04','2024-10-17 00:08:04','2024-10-17 00:08:04'),(838,'submission','e6c1d0c7-1e4a-48cd-8e9f-235ef495942e',3350,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-17 08:31:31','2024-10-17 08:31:31','2024-10-17 08:31:31','2024-10-17 08:31:31'),(839,'submission','ee40d309-8d52-4f7d-b7dc-79a6f3827466',3354,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.167','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-17 10:26:17','2024-10-17 10:26:17','2024-10-17 10:26:17','2024-10-17 10:26:17'),(840,'submission','48a53f68-7589-4f0e-9bc1-2a0c31268446',3358,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.124','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-17 16:31:15','2024-10-17 16:31:15','2024-10-17 16:31:15','2024-10-17 16:31:15'),(841,'submission','8d2f67d7-c8df-4db3-97a4-df91ab1826d7',3362,11,'','','efef6a6','FORMULARIO',0,0,'154.195.154.119','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 08:01:56','2024-10-18 08:01:56','2024-10-18 08:01:56','2024-10-18 08:01:56'),(842,'submission','f4495ec1-799c-4248-8c97-3325bfdd5984',3366,11,'','','efef6a6','FORMULARIO',0,0,'5.42.103.77','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 12:52:59','2024-10-18 12:52:59','2024-10-18 12:52:59','2024-10-18 12:52:59'),(843,'submission','4eae075a-3d9a-4a38-a700-0feaf8b55f6b',3370,11,'','','efef6a6','FORMULARIO',0,0,'5.42.103.77','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 13:45:26','2024-10-18 13:45:27','2024-10-18 13:45:26','2024-10-18 13:45:27'),(844,'submission','ac7af521-40b4-4013-abf1-9990ed1b746f',3374,11,'','','efef6a6','FORMULARIO',0,0,'5.42.103.77','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 16:13:53','2024-10-18 16:13:53','2024-10-18 16:13:53','2024-10-18 16:13:53'),(845,'submission','9747cda0-53f4-4ebe-8624-fba8def166cb',3378,11,'','','efef6a6','FORMULARIO',0,0,'95.217.129.135','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 16:36:24','2024-10-18 16:36:25','2024-10-18 16:36:24','2024-10-18 16:36:25'),(846,'submission','b0edc640-0aeb-4f19-8c42-0b3a4e641052',3382,11,'','','efef6a6','FORMULARIO',0,0,'5.42.103.77','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-18 21:27:32','2024-10-18 21:27:32','2024-10-18 21:27:32','2024-10-18 21:27:32'),(847,'submission','ecf0fef0-a46e-48b5-9b37-5d34f650f90b',3386,11,'','','efef6a6','FORMULARIO',0,0,'154.195.154.119','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-19 03:42:24','2024-10-19 03:42:24','2024-10-19 03:42:24','2024-10-19 03:42:24'),(848,'submission','d4249684-dcb7-4ac0-bd61-8d9014992706',3390,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-20 07:48:00','2024-10-20 07:48:00','2024-10-20 07:48:00','2024-10-20 07:48:00'),(849,'submission','dc772d2d-57d4-4451-9354-8277dbe276c8',3394,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-20 12:26:53','2024-10-20 12:26:53','2024-10-20 12:26:53','2024-10-20 12:26:53'),(850,'submission','75e2f2b7-99ea-4bb0-a84a-23426c016f19',3398,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.67','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-20 13:09:43','2024-10-20 13:09:43','2024-10-20 13:09:43','2024-10-20 13:09:43'),(851,'submission','fec14e58-72c2-40c1-89ea-7156ede86eb9',3402,11,'','','efef6a6','FORMULARIO',0,0,'185.168.208.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-21 04:18:39','2024-10-21 04:18:40','2024-10-21 04:18:39','2024-10-21 04:18:40'),(852,'submission','18c58b26-18e8-40c8-b259-32043d571737',3406,11,'','','efef6a6','FORMULARIO',0,0,'88.201.251.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-21 11:23:40','2024-10-21 11:23:40','2024-10-21 11:23:40','2024-10-21 11:23:40'),(853,'submission','43ed082b-76df-4e47-85bf-b1a33b7f6797',3410,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'104.167.29.24','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-22 00:51:51','2024-10-22 00:51:51','2024-10-22 00:51:51','2024-10-22 00:51:51'),(854,'submission','769a353f-87c7-4389-9d35-7732aa3293bb',3414,11,'','','efef6a6','FORMULARIO',0,0,'94.26.228.213','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-22 07:58:02','2024-10-22 07:58:02','2024-10-22 07:58:02','2024-10-22 07:58:02'),(855,'submission','9b1be7fd-bf87-403c-a0ac-267fa2c4f980',3418,11,'','','efef6a6','FORMULARIO',0,0,'104.234.53.114','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-23 15:29:28','2024-10-23 15:29:28','2024-10-23 15:29:28','2024-10-23 15:29:28'),(856,'submission','b115a38e-02a2-4ba7-ad8c-581cc599e0dd',3422,11,'','','efef6a6','FORMULARIO',0,0,'82.102.27.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-23 16:13:50','2024-10-23 16:13:50','2024-10-23 16:13:50','2024-10-23 16:13:50'),(857,'submission','34b75319-237c-4d0f-8445-bcb4ebe7b598',3426,11,'','','efef6a6','FORMULARIO',0,0,'45.13.236.197','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-23 20:16:29','2024-10-23 20:16:29','2024-10-23 20:16:29','2024-10-23 20:16:29'),(858,'submission','c36b9772-7336-4ebc-a04c-30a7119e5b1b',3430,11,'','','efef6a6','FORMULARIO',0,0,'46.8.22.24','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-24 22:49:29','2024-10-24 22:49:30','2024-10-24 22:49:29','2024-10-24 22:49:30'),(859,'submission','848018a3-cc70-45c2-85c2-dbcfd819e8c4',3434,11,'','','efef6a6','FORMULARIO',0,0,'95.217.129.135','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-25 12:41:25','2024-10-25 12:41:25','2024-10-25 12:41:25','2024-10-25 12:41:25'),(860,'submission','963fd65c-4ad4-4b94-b702-9a2bbcc87515',3438,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.133','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-26 20:10:24','2024-10-26 20:10:25','2024-10-26 20:10:24','2024-10-26 20:10:25'),(861,'submission','1efc115b-e306-4774-87d1-11ea71412885',3442,11,'','','efef6a6','FORMULARIO',0,0,'51.89.6.184','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-26 21:53:57','2024-10-26 21:53:57','2024-10-26 21:53:57','2024-10-26 21:53:57'),(862,'submission','ed279b64-e807-4df0-abc0-4cea049147cc',3446,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-27 00:24:22','2024-10-27 00:24:22','2024-10-27 00:24:22','2024-10-27 00:24:22'),(863,'submission','a9e1e5d2-abad-4753-a4dd-14e8ce50c5e2',3450,11,'','','efef6a6','FORMULARIO',0,0,'51.75.144.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-27 18:52:22','2024-10-27 18:52:22','2024-10-27 18:52:22','2024-10-27 18:52:22'),(864,'submission','6b6dba61-7bb9-4c82-b0ef-a1998fa9f830',3454,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.78','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-27 23:25:57','2024-10-27 23:25:57','2024-10-27 23:25:57','2024-10-27 23:25:57'),(865,'submission','dca85d2c-5754-414e-b5ed-85c7c4d551a9',3458,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.204','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-28 00:10:53','2024-10-28 00:10:53','2024-10-28 00:10:53','2024-10-28 00:10:53'),(866,'submission','e8176288-cbb1-488d-a5e0-3b2c8cbe03f4',3462,11,'','','efef6a6','FORMULARIO',0,0,'191.96.168.221','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-28 01:59:31','2024-10-28 01:59:31','2024-10-28 01:59:31','2024-10-28 01:59:31'),(867,'submission','7c54b05c-d860-457b-9264-887adf12dd67',3466,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-29 04:10:09','2024-10-29 04:10:09','2024-10-29 04:10:09','2024-10-29 04:10:09'),(868,'submission','0a83d959-8bb2-4576-a42a-7b722b896670',3470,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-10-30 04:28:55','2024-10-30 04:28:56','2024-10-30 04:28:55','2024-10-30 04:28:56'),(869,'submission','9cb10b97-1410-40cb-9b17-fe4d4479e176',3474,11,'','','efef6a6','FORMULARIO',0,0,'5.143.39.157','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-01 16:37:54','2024-11-01 16:37:55','2024-11-01 16:37:54','2024-11-01 16:37:55'),(870,'submission','45c1d9ce-d213-4ea7-b2fa-1d68fbc65102',3478,11,'','','efef6a6','FORMULARIO',0,0,'188.130.220.135','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-01 19:58:47','2024-11-01 19:58:47','2024-11-01 19:58:47','2024-11-01 19:58:47'),(871,'submission','ce8613c4-8c47-4548-82ee-8336065b0b9e',3482,11,'','','efef6a6','FORMULARIO',0,0,'178.176.82.206','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-02 13:02:08','2024-11-02 13:02:08','2024-11-02 13:02:08','2024-11-02 13:02:08'),(872,'submission','8b090e41-9f93-4f59-948f-aa2b3b3c9189',3486,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-03 08:11:18','2024-11-03 08:11:19','2024-11-03 08:11:18','2024-11-03 08:11:19'),(873,'submission','31c5bf0b-7d3b-4a92-9f02-e37ed90a1c3d',3490,11,'','','efef6a6','FORMULARIO',0,0,'188.130.129.17','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-03 21:29:11','2024-11-03 21:29:11','2024-11-03 21:29:11','2024-11-03 21:29:11'),(874,'submission','422877b4-f28b-4cf5-ae35-e9c7125293f0',3494,11,'','','efef6a6','FORMULARIO',0,0,'191.96.168.218','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-04 21:21:13','2024-11-04 21:21:13','2024-11-04 21:21:13','2024-11-04 21:21:13'),(875,'submission','6ba3a8a0-f261-4028-bef1-6a7c67df6842',3498,11,'','','efef6a6','FORMULARIO',0,0,'216.24.210.182','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-05 14:38:37','2024-11-05 14:38:37','2024-11-05 14:38:37','2024-11-05 14:38:37'),(876,'submission','eda4d284-6cbd-4ca5-bb97-092e32bfd081',3502,11,'','','efef6a6','FORMULARIO',0,0,'194.35.113.134','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-07 10:45:07','2024-11-07 10:45:07','2024-11-07 10:45:07','2024-11-07 10:45:07'),(877,'submission','3eb8d01e-c50d-481a-96e6-fd0d11320115',3506,11,'','','efef6a6','FORMULARIO',0,0,'45.86.1.172','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-07 15:07:30','2024-11-07 15:07:30','2024-11-07 15:07:30','2024-11-07 15:07:30'),(878,'submission','b0197611-8977-4a35-a1e8-d42aed2d72ec',3510,11,'','','efef6a6','FORMULARIO',0,0,'135.181.175.146','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-08 01:19:16','2024-11-08 01:19:17','2024-11-08 01:19:16','2024-11-08 01:19:17'),(879,'submission','f08bc98d-dc2b-4fd0-bb70-68ebc822e437',3514,11,'','','efef6a6','FORMULARIO',0,0,'5.165.131.18','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-08 11:19:02','2024-11-08 11:19:02','2024-11-08 11:19:02','2024-11-08 11:19:02'),(880,'submission','b393d53a-4406-45db-b051-1ca997bb1174',3518,11,'','','efef6a6','FORMULARIO',0,0,'154.194.114.145','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-09 02:45:49','2024-11-09 02:45:49','2024-11-09 02:45:49','2024-11-09 02:45:49'),(881,'submission','5a7c3805-290a-4a87-9be1-0e247fe360b7',3522,11,'','','efef6a6','FORMULARIO',0,0,'45.13.191.85','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-10 17:38:23','2024-11-10 17:38:23','2024-11-10 17:38:23','2024-11-10 17:38:23'),(882,'submission','c34eddd0-effc-41ac-b741-0fb568d3f095',3526,11,'','','efef6a6','FORMULARIO',0,0,'77.34.176.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-10 21:23:02','2024-11-10 21:23:02','2024-11-10 21:23:02','2024-11-10 21:23:02'),(883,'submission','7d83f5c8-944b-405f-a169-d80984c73626',3530,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-10 23:10:28','2024-11-10 23:10:28','2024-11-10 23:10:28','2024-11-10 23:10:28'),(884,'submission','28ca3c7f-2105-41a4-9b1d-7e1ef6dc4ccd',3534,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-11 01:16:45','2024-11-11 01:16:45','2024-11-11 01:16:45','2024-11-11 01:16:45'),(885,'submission','acb5c61b-516b-4aa8-960e-1eb26ad191be',3538,11,'','','efef6a6','FORMULARIO',0,0,'188.130.137.43','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-11 01:29:20','2024-11-11 01:29:20','2024-11-11 01:29:20','2024-11-11 01:29:20'),(886,'submission','cd8924a8-d504-4069-89b2-06aded0dc76b',3542,11,'','','efef6a6','FORMULARIO',0,0,'92.54.90.50','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-13 11:16:32','2024-11-13 11:16:32','2024-11-13 11:16:32','2024-11-13 11:16:32'),(887,'submission','2dcb44f1-df0d-4bdc-9ab1-a69b2258c9f5',3546,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-14 12:27:40','2024-11-14 12:27:40','2024-11-14 12:27:40','2024-11-14 12:27:40'),(888,'submission','521a9fc5-daaa-4e78-8790-8cdc8f90cdc9',3550,11,'','','efef6a6','FORMULARIO',0,0,'185.232.21.210','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-14 23:44:29','2024-11-14 23:44:29','2024-11-14 23:44:29','2024-11-14 23:44:29'),(889,'submission','85b5190d-4cc6-4a0d-be08-599170c4a0b5',3554,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-15 12:46:18','2024-11-15 12:46:18','2024-11-15 12:46:18','2024-11-15 12:46:18'),(890,'submission','904d1efe-d029-4cea-bba0-2042c36968ff',3558,11,'','','efef6a6','FORMULARIO',0,0,'109.107.166.98','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-15 22:31:53','2024-11-15 22:31:53','2024-11-15 22:31:53','2024-11-15 22:31:53'),(891,'submission','0ecfc197-844b-4982-a6e6-961b64fd7c32',3562,11,'','','efef6a6','FORMULARIO',0,0,'213.232.207.253','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-16 01:02:00','2024-11-16 01:02:00','2024-11-16 01:02:00','2024-11-16 01:02:00'),(892,'submission','3cff9af2-254f-4b4f-84da-4a9473746f7e',3566,11,'','','efef6a6','FORMULARIO',0,0,'85.10.202.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-16 05:32:32','2024-11-16 05:32:32','2024-11-16 05:32:32','2024-11-16 05:32:32'),(893,'submission','f8959243-40f8-43da-88e7-c571a1c9877a',3570,11,'','','efef6a6','FORMULARIO',0,0,'51.75.144.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-17 13:42:12','2024-11-17 13:42:12','2024-11-17 13:42:12','2024-11-17 13:42:12'),(894,'submission','d7f0f5f9-d206-4229-8cd2-50d76f8c92f4',3574,11,'','','efef6a6','FORMULARIO',0,0,'51.89.6.184','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-17 20:15:55','2024-11-17 20:15:55','2024-11-17 20:15:55','2024-11-17 20:15:55'),(895,'submission','14841a59-9acf-4575-aeb6-180c60619cea',3578,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-18 12:22:49','2024-11-18 12:22:49','2024-11-18 12:22:49','2024-11-18 12:22:49'),(896,'submission','31a208ab-d276-459f-9247-e027e364d0c1',3582,11,'','','efef6a6','FORMULARIO',0,0,'185.242.87.84','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-18 21:39:14','2024-11-18 21:39:14','2024-11-18 21:39:14','2024-11-18 21:39:14'),(897,'submission','71c8b394-14e8-4e90-ad77-132cb36fa4ad',3586,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.4','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-19 04:04:35','2024-11-19 04:04:35','2024-11-19 04:04:35','2024-11-19 04:04:35'),(898,'submission','0aec9304-3ac6-48cb-ada8-c5bf20e51a10',3590,11,'','','efef6a6','FORMULARIO',0,0,'162.19.234.137','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-20 01:02:13','2024-11-20 01:02:13','2024-11-20 01:02:13','2024-11-20 01:02:13'),(899,'submission','745668bb-3fd3-4509-9375-da7e0b979ecd',3594,11,'','','efef6a6','FORMULARIO',0,0,'193.37.33.135','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-20 07:28:57','2024-11-20 07:28:57','2024-11-20 07:28:57','2024-11-20 07:28:57'),(900,'submission','cd17afd9-a711-4f1a-ace2-2399c4bbe04b',3598,11,'','','efef6a6','FORMULARIO',0,0,'188.126.94.249','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-20 20:52:33','2024-11-20 20:52:33','2024-11-20 20:52:33','2024-11-20 20:52:33'),(901,'submission','fc1cdc0b-fcff-4c25-b674-3373e343d5ec',3602,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.224','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-21 11:26:13','2024-11-21 11:26:13','2024-11-21 11:26:13','2024-11-21 11:26:13'),(902,'submission','2a713344-3a18-4f04-8b16-c6c37b240899',3606,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.144','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-21 18:05:59','2024-11-21 18:05:59','2024-11-21 18:05:59','2024-11-21 18:05:59'),(903,'submission','19460220-53f4-455c-9123-c4a3dac6d3d1',3610,11,'','','efef6a6','FORMULARIO',0,0,'46.149.74.179','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-22 16:08:31','2024-11-22 16:08:32','2024-11-22 16:08:31','2024-11-22 16:08:32'),(904,'submission','a2e6d243-be08-416b-846b-523343873838',3614,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-23 06:04:48','2024-11-23 06:04:48','2024-11-23 06:04:48','2024-11-23 06:04:48'),(905,'submission','c849809f-b919-4b0d-a797-d114c5c0adaa',3618,11,'','','efef6a6','FORMULARIO',0,0,'45.11.21.239','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-24 01:35:06','2024-11-24 01:35:06','2024-11-24 01:35:06','2024-11-24 01:35:06'),(906,'submission','373578c7-7f14-458d-a60a-1cebea8c90cc',3622,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-24 06:41:11','2024-11-24 06:41:11','2024-11-24 06:41:11','2024-11-24 06:41:11'),(907,'submission','1ab35f7f-bfe6-4b73-a5cb-8d8e1ae38aee',3626,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-24 06:41:15','2024-11-24 06:41:16','2024-11-24 06:41:15','2024-11-24 06:41:16'),(908,'submission','4844a92d-d933-46a4-8d85-5b42d9573c7e',3630,11,'','','efef6a6','FORMULARIO',0,0,'45.86.202.249','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-24 14:19:47','2024-11-24 14:19:47','2024-11-24 14:19:47','2024-11-24 14:19:47'),(909,'submission','6df9853a-7f8e-424d-9ebf-47e185061300',3634,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-25 01:50:08','2024-11-25 01:50:08','2024-11-25 01:50:08','2024-11-25 01:50:08'),(910,'submission','9e4eec37-ce81-4539-8a37-e82803c8f6d5',3638,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-25 04:56:33','2024-11-25 04:56:33','2024-11-25 04:56:33','2024-11-25 04:56:33'),(911,'submission','0ccaab25-047a-42e6-bf7e-55bc1f6e96f2',3642,11,'','','efef6a6','FORMULARIO',0,0,'185.147.125.16','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-25 10:55:55','2024-11-25 10:55:55','2024-11-25 10:55:55','2024-11-25 10:55:55'),(912,'submission','c5c69100-7edb-463a-8116-a2ba891b6991',3646,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'172.96.83.173','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-25 12:53:38','2024-11-25 12:53:39','2024-11-25 12:53:38','2024-11-25 12:53:39'),(913,'submission','f3515dbd-92e6-4732-b41b-441447a3dc06',3650,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-25 15:12:26','2024-11-25 15:12:27','2024-11-25 15:12:26','2024-11-25 15:12:27'),(914,'submission','179af244-e6b2-4770-ae0b-8ebf6fc1df18',3654,11,'','','efef6a6','FORMULARIO',0,0,'86.104.75.227','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-26 09:13:29','2024-11-26 09:13:29','2024-11-26 09:13:29','2024-11-26 09:13:29'),(915,'submission','d67690a8-0332-4a78-a2fa-7c342cc7166f',3658,11,'','','efef6a6','FORMULARIO',0,0,'149.34.243.77','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-26 14:16:06','2024-11-26 14:16:06','2024-11-26 14:16:06','2024-11-26 14:16:06'),(916,'submission','9d59451d-9dfd-4c63-b26d-b7885f768b08',3662,11,'','','efef6a6','FORMULARIO',0,0,'79.137.195.48','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-26 18:05:24','2024-11-26 18:05:24','2024-11-26 18:05:24','2024-11-26 18:05:24'),(917,'submission','0a0ee9fc-ede0-4100-8851-3599dc1b1a81',3666,11,'','','efef6a6','FORMULARIO',0,0,'37.61.218.58','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-27 03:07:21','2024-11-27 03:07:21','2024-11-27 03:07:21','2024-11-27 03:07:21'),(918,'submission','94f3fe66-9d3b-4894-b2b1-b76ff5bda662',3670,11,'','','efef6a6','FORMULARIO',0,0,'70.166.167.55','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-27 04:23:44','2024-11-27 04:23:44','2024-11-27 04:23:44','2024-11-27 04:23:44'),(919,'submission','81f9c124-1df9-4ac5-b013-89ce7ebc4678',3674,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-27 04:28:26','2024-11-27 04:28:27','2024-11-27 04:28:26','2024-11-27 04:28:27'),(920,'submission','61f5ffdc-7b59-4445-aa90-c4e53a8bd6bc',3678,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-27 08:19:16','2024-11-27 08:19:16','2024-11-27 08:19:16','2024-11-27 08:19:16'),(921,'submission','5ba3f3f3-7a05-4c38-b340-79ee6aedf984',3682,11,'','','efef6a6','FORMULARIO',0,0,'109.248.55.124','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-27 13:23:34','2024-11-27 13:23:34','2024-11-27 13:23:34','2024-11-27 13:23:34'),(922,'submission','b098289a-33ef-4689-a7f9-cf04c05a6fdf',3686,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-29 02:20:42','2024-11-29 02:20:42','2024-11-29 02:20:42','2024-11-29 02:20:42'),(923,'submission','a8d2ab7a-fcbd-49ca-9c37-75f249251288',3690,11,'','','efef6a6','FORMULARIO',0,0,'5.181.20.117','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-29 08:22:35','2024-11-29 08:22:35','2024-11-29 08:22:35','2024-11-29 08:22:35'),(924,'submission','696ee607-a901-46e8-b0bd-60279baaafc8',3694,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.124','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-11-30 11:42:13','2024-11-30 11:42:13','2024-11-30 11:42:13','2024-11-30 11:42:13'),(925,'submission','63fe28e9-5ddd-4cb6-8c6c-0c168682b4c9',3698,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'156.253.174.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-01 05:02:28','2024-12-01 05:02:28','2024-12-01 05:02:28','2024-12-01 05:02:28'),(926,'submission','a558004a-4a12-4cd9-937b-965c07b996d8',3702,11,'','','efef6a6','FORMULARIO',0,0,'109.248.204.162','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-02 10:08:40','2024-12-02 10:08:40','2024-12-02 10:08:40','2024-12-02 10:08:40'),(927,'submission','9a750429-b6b1-4a9c-a8b3-23fe3f753611',3706,11,'','','efef6a6','FORMULARIO',0,0,'46.246.8.110','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-02 12:32:55','2024-12-02 12:32:55','2024-12-02 12:32:55','2024-12-02 12:32:55'),(928,'submission','5360d34c-27fb-4428-94b0-b97b5a5efcd5',3710,11,'','','efef6a6','FORMULARIO',0,0,'51.89.6.184','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-02 14:32:00','2024-12-02 14:32:00','2024-12-02 14:32:00','2024-12-02 14:32:00'),(929,'submission','d6073d95-3928-439e-ae5f-6570dc831390',3714,11,'','','efef6a6','FORMULARIO',0,0,'198.12.112.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-03 05:14:04','2024-12-03 05:14:04','2024-12-03 05:14:04','2024-12-03 05:14:04'),(930,'submission','bcd50cc3-59d4-4f25-9b0d-4fd7de9ad470',3718,11,'','','efef6a6','FORMULARIO',0,0,'195.42.234.7','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-03 21:56:24','2024-12-03 21:56:24','2024-12-03 21:56:24','2024-12-03 21:56:24'),(931,'submission','fb7fe373-a655-4362-87f7-d210d97ca472',3722,11,'','','efef6a6','FORMULARIO',0,0,'46.0.24.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-04 11:32:34','2024-12-04 11:32:34','2024-12-04 11:32:34','2024-12-04 11:32:34'),(932,'submission','7c1b604a-ad2c-403c-bd74-4f7980be3bea',3726,11,'','','efef6a6','FORMULARIO',0,0,'46.0.24.147','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-04 16:14:35','2024-12-04 16:14:36','2024-12-04 16:14:35','2024-12-04 16:14:36'),(933,'submission','b47102c4-86a0-4d66-adfe-6308adbe45c8',3730,11,'','','efef6a6','FORMULARIO',0,0,'37.230.136.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-04 19:05:02','2024-12-04 19:05:02','2024-12-04 19:05:02','2024-12-04 19:05:02'),(934,'submission','0c2c3c6b-9174-4806-b822-6d77f9c967a3',3734,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-05 08:59:19','2024-12-05 08:59:19','2024-12-05 08:59:19','2024-12-05 08:59:19'),(935,'submission','85978500-aacb-4e5d-8a18-a6344aebf831',3738,11,'','','efef6a6','FORMULARIO',0,0,'93.96.190.158','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-05 10:55:10','2024-12-05 10:55:11','2024-12-05 10:55:10','2024-12-05 10:55:11'),(936,'submission','31c0c5ab-afbd-423c-8b68-e5428ef6f048',3742,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.101','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-06 03:48:20','2024-12-06 03:48:20','2024-12-06 03:48:20','2024-12-06 03:48:20'),(937,'submission','a04ac849-e928-4e86-9276-d831fad26e91',3746,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-07 22:23:19','2024-12-07 22:23:19','2024-12-07 22:23:19','2024-12-07 22:23:19'),(938,'submission','e58c9184-fffd-458a-8d24-1751ab57522d',3750,11,'','','efef6a6','FORMULARIO',0,0,'5.9.144.185','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-08 02:52:51','2024-12-08 02:52:51','2024-12-08 02:52:51','2024-12-08 02:52:51'),(939,'submission','da955163-817a-41f2-8cda-1ee1bbb9789e',3754,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-08 05:58:48','2024-12-08 05:58:48','2024-12-08 05:58:48','2024-12-08 05:58:48'),(940,'submission','7d768cc1-f1d4-4481-9319-ad81851b1fbf',3758,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.78','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-08 12:27:58','2024-12-08 12:27:58','2024-12-08 12:27:58','2024-12-08 12:27:58'),(941,'submission','d8e2df3e-5410-4155-975b-a0f816128c08',3762,11,'','','efef6a6','FORMULARIO',0,0,'185.190.42.200','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-09 14:40:26','2024-12-09 14:40:26','2024-12-09 14:40:26','2024-12-09 14:40:26'),(942,'submission','1eef6019-fd80-4a3d-ad30-e375bd8932a3',3766,11,'','','efef6a6','FORMULARIO',0,0,'109.225.42.41','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-10 22:07:38','2024-12-10 22:07:38','2024-12-10 22:07:38','2024-12-10 22:07:38'),(943,'submission','18f94c84-34aa-42d2-b9af-9dd40fff90db',3770,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-10 22:31:18','2024-12-10 22:31:18','2024-12-10 22:31:18','2024-12-10 22:31:18'),(944,'submission','e0c0b792-8243-41e2-8715-f83e670d4186',3774,11,'','','efef6a6','FORMULARIO',0,0,'94.131.119.101','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-11 23:43:38','2024-12-11 23:43:38','2024-12-11 23:43:38','2024-12-11 23:43:38'),(945,'submission','ed365d87-66ad-45b4-90b3-8045784e70e5',3778,11,'','','efef6a6','FORMULARIO',0,0,'195.42.234.7','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-12 09:55:30','2024-12-12 09:55:30','2024-12-12 09:55:30','2024-12-12 09:55:30'),(946,'submission','b1aab5ef-85a6-4081-b0c1-672907a7c9bd',3782,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.179','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-13 03:05:34','2024-12-13 03:05:35','2024-12-13 03:05:34','2024-12-13 03:05:35'),(947,'submission','46416ea8-d567-4ef0-90c7-2a751570ebc9',3786,11,'','','efef6a6','FORMULARIO',0,0,'51.75.144.201','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-13 03:22:59','2024-12-13 03:22:59','2024-12-13 03:22:59','2024-12-13 03:22:59'),(948,'submission','efe01e2a-986d-423f-a42e-770b03fa5ce0',3790,11,'','','efef6a6','FORMULARIO',0,0,'162.19.234.137','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-13 17:28:34','2024-12-13 17:28:34','2024-12-13 17:28:34','2024-12-13 17:28:34'),(949,'submission','a12e53c4-74e8-4d35-a0f2-97aa6139e145',3794,11,'','','efef6a6','FORMULARIO',0,0,'141.95.84.19','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-14 13:34:34','2024-12-14 13:34:34','2024-12-14 13:34:34','2024-12-14 13:34:34'),(950,'submission','494a4aa6-a27e-47c6-a5ba-cac15cefd612',3798,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'156.228.176.17','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-15 20:48:08','2024-12-15 20:48:08','2024-12-15 20:48:08','2024-12-15 20:48:08'),(951,'submission','d5e62164-78ad-4ecd-b758-7926165506b9',3802,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-16 04:29:29','2024-12-16 04:29:29','2024-12-16 04:29:29','2024-12-16 04:29:29'),(952,'submission','df9960c8-4cd4-4208-8dd2-cfe993e74861',3806,11,'','','efef6a6','FORMULARIO',0,0,'181.214.218.236','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-16 08:03:04','2024-12-16 08:03:04','2024-12-16 08:03:04','2024-12-16 08:03:04'),(953,'submission','1da7f6f0-ff5c-46f4-ae9b-9328000daeb6',3810,11,'','','efef6a6','FORMULARIO',0,0,'79.142.79.179','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-16 12:19:20','2024-12-16 12:19:21','2024-12-16 12:19:20','2024-12-16 12:19:21'),(954,'submission','45496451-3d59-4e17-ad23-8fe6f14133c9',3814,11,'','','efef6a6','FORMULARIO',0,0,'45.86.0.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-17 03:05:59','2024-12-17 03:05:59','2024-12-17 03:05:59','2024-12-17 03:05:59'),(955,'submission','9a78e842-4bf0-4992-83ea-a24094ea434e',3818,11,'','','efef6a6','FORMULARIO',0,0,'156.228.86.80','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-17 05:46:58','2024-12-17 05:46:58','2024-12-17 05:46:58','2024-12-17 05:46:58'),(956,'submission','5d76bafd-2e9f-4f67-939e-5a8c34132cb8',3822,11,'','','efef6a6','FORMULARIO',0,0,'109.248.204.68','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-17 10:21:14','2024-12-17 10:21:14','2024-12-17 10:21:14','2024-12-17 10:21:14'),(957,'submission','16d6bcfe-968d-4ddd-9bb7-985b0a5173ec',3826,11,'','','efef6a6','FORMULARIO',0,0,'46.246.8.145','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-17 11:38:42','2024-12-17 11:38:42','2024-12-17 11:38:42','2024-12-17 11:38:42'),(958,'submission','3e0a9232-48d3-43c0-acfd-925cab1f35f9',3830,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-17 14:11:59','2024-12-17 14:11:59','2024-12-17 14:11:59','2024-12-17 14:11:59'),(959,'submission','e0c7df80-febb-42b2-a41b-8aae863a4bbf',3834,11,'','','efef6a6','FORMULARIO',0,0,'168.199.244.86','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-18 00:15:07','2024-12-18 00:15:07','2024-12-18 00:15:07','2024-12-18 00:15:07'),(960,'submission','648ecdc9-80e8-4e4f-906f-60abcff759ee',3838,11,'','','efef6a6','FORMULARIO',0,0,'188.187.188.16','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-19 02:17:37','2024-12-19 02:17:37','2024-12-19 02:17:37','2024-12-19 02:17:37'),(961,'submission','bc0cd371-da54-4938-a711-b3878bfd0856',3842,11,'','','efef6a6','FORMULARIO',0,0,'192.252.214.20','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-20 10:42:39','2024-12-20 10:42:39','2024-12-20 10:42:39','2024-12-20 10:42:39'),(962,'submission','146a6112-06ce-4cda-a32f-dd932dec2a45',3846,11,'','','efef6a6','FORMULARIO',0,0,'45.87.253.55','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-21 00:50:02','2024-12-21 00:50:02','2024-12-21 00:50:02','2024-12-21 00:50:02'),(963,'submission','22d5e983-dc66-4a76-aed6-e21188cfa396',3850,11,'','','efef6a6','FORMULARIO',0,0,'46.191.188.109','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-21 12:28:13','2024-12-21 12:28:13','2024-12-21 12:28:13','2024-12-21 12:28:13'),(964,'submission','d24bc308-aa85-44a4-a42b-d864ac7e3b13',3854,11,'','','efef6a6','FORMULARIO',0,0,'5.181.20.117','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-22 21:33:57','2024-12-22 21:33:57','2024-12-22 21:33:57','2024-12-22 21:33:57'),(965,'submission','033fe2de-196f-421c-ad5e-700571a5b9a0',3858,11,'','','efef6a6','FORMULARIO',0,0,'109.248.143.37','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-23 07:22:31','2024-12-23 07:22:31','2024-12-23 07:22:31','2024-12-23 07:22:31'),(966,'submission','1c201846-5aa3-4771-a6d0-87a3503e3a4f',3862,11,'','','efef6a6','FORMULARIO',0,0,'46.8.110.217','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-23 08:08:06','2024-12-23 08:08:06','2024-12-23 08:08:06','2024-12-23 08:08:06'),(967,'submission','df7bc2ca-2a91-4c6e-98d2-383fafc408d7',3866,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-23 10:13:42','2024-12-23 10:13:42','2024-12-23 10:13:42','2024-12-23 10:13:42'),(968,'submission','e3205ea7-3f8d-418f-abdf-979c5fec2cc2',3870,11,'','','efef6a6','FORMULARIO',0,0,'185.166.161.163','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-23 17:09:59','2024-12-23 17:09:59','2024-12-23 17:09:59','2024-12-23 17:09:59'),(969,'submission','4df04101-fe78-4baa-a4c2-eb4f88cb6602',3874,11,'','','efef6a6','FORMULARIO',0,0,'77.83.84.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-23 21:33:08','2024-12-23 21:33:08','2024-12-23 21:33:08','2024-12-23 21:33:08'),(970,'submission','9f417552-48fa-43dc-a14b-5dc22e906ba1',3878,11,'','','efef6a6','FORMULARIO',0,0,'45.86.202.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-24 10:10:12','2024-12-24 10:10:12','2024-12-24 10:10:12','2024-12-24 10:10:12'),(971,'submission','3c6f863d-51bc-4d52-b28e-d406be13243f',3882,11,'','','efef6a6','FORMULARIO',0,0,'95.182.125.174','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-24 16:19:36','2024-12-24 16:19:36','2024-12-24 16:19:36','2024-12-24 16:19:36'),(972,'submission','8628f407-e54a-45f4-a691-463929e280c6',3886,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-24 22:09:04','2024-12-24 22:09:04','2024-12-24 22:09:04','2024-12-24 22:09:04'),(973,'submission','d1881817-3e94-4889-a71d-5ffc30759727',3890,11,'','','efef6a6','FORMULARIO',0,0,'212.30.33.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-25 01:03:49','2024-12-25 01:03:49','2024-12-25 01:03:49','2024-12-25 01:03:49'),(974,'submission','9b930ed6-f931-402a-906a-c79f2f7769d7',3894,11,'','','efef6a6','FORMULARIO',0,0,'154.196.71.236','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-25 05:50:19','2024-12-25 05:50:19','2024-12-25 05:50:19','2024-12-25 05:50:19'),(975,'submission','3568bc52-c2c9-4cc7-8a3d-c32aee247fd7',3898,11,'','','efef6a6','FORMULARIO',0,0,'156.146.55.180','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-25 22:07:59','2024-12-25 22:07:59','2024-12-25 22:07:59','2024-12-25 22:07:59'),(976,'submission','ae7fe80a-04cf-49b7-8e8a-091768a3ddd6',3902,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-26 02:54:51','2024-12-26 02:54:51','2024-12-26 02:54:51','2024-12-26 02:54:51'),(977,'submission','a42b3aaf-33f9-479f-9d91-e73096f25c9c',3906,11,'','','efef6a6','FORMULARIO',0,0,'91.198.210.60','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-26 04:50:02','2024-12-26 04:50:02','2024-12-26 04:50:02','2024-12-26 04:50:02'),(978,'submission','d67246c4-8148-4a73-8e06-29e7a7acb301',3910,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.91','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-26 20:20:01','2024-12-26 20:20:01','2024-12-26 20:20:01','2024-12-26 20:20:01'),(979,'submission','cf2b1005-a0d9-4dac-9821-081dff19b4d5',3914,11,'','','efef6a6','FORMULARIO',0,0,'80.92.206.252','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-28 22:07:24','2024-12-28 22:07:24','2024-12-28 22:07:24','2024-12-28 22:07:24'),(980,'submission','032f0eae-2288-45ea-a808-524b5abd8692',3918,11,'','','efef6a6','FORMULARIO',0,0,'154.195.144.164','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-30 01:06:39','2024-12-30 01:06:39','2024-12-30 01:06:39','2024-12-30 01:06:39'),(981,'submission','e68eb4e7-6ee3-441b-ad46-8a6b7a799d53',3922,11,'','','efef6a6','FORMULARIO',0,0,'86.102.7.68','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-30 03:00:44','2024-12-30 03:00:45','2024-12-30 03:00:44','2024-12-30 03:00:45'),(982,'submission','1e315588-bc3c-4b53-8969-c860ae77d494',3926,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-30 10:52:21','2024-12-30 10:52:21','2024-12-30 10:52:21','2024-12-30 10:52:21'),(983,'submission','be1bfd0c-d189-4379-b74c-ddac94b89f7b',3930,11,'','','efef6a6','FORMULARIO',0,0,'212.30.33.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-30 18:52:42','2024-12-30 18:52:42','2024-12-30 18:52:42','2024-12-30 18:52:42'),(984,'submission','a1d95c52-d045-4f1f-8400-9ef49f663ba1',3934,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-31 06:37:46','2024-12-31 06:37:46','2024-12-31 06:37:46','2024-12-31 06:37:46'),(985,'submission','5d961bc7-7083-4145-9c83-cc2c50ff1d30',3938,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2024-12-31 14:24:14','2024-12-31 14:24:14','2024-12-31 14:24:14','2024-12-31 14:24:14'),(986,'submission','dffb9956-f75c-462e-a488-7e0771a5f8e7',3942,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-01 04:18:38','2025-01-01 04:18:38','2025-01-01 04:18:38','2025-01-01 04:18:38'),(987,'submission','fbbc366c-cc89-4347-b5bb-fa7a10dfd599',3946,11,'','','efef6a6','FORMULARIO',0,0,'91.217.249.35','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-01 14:51:36','2025-01-01 14:51:37','2025-01-01 14:51:36','2025-01-01 14:51:37'),(988,'submission','eeefe5ae-4a50-415d-9484-f909445987bb',3950,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.184','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-01 15:43:28','2025-01-01 15:43:28','2025-01-01 15:43:28','2025-01-01 15:43:28'),(989,'submission','3da08a81-6c43-4871-ac3f-67aa86a4d448',3954,11,'','','efef6a6','FORMULARIO',0,0,'62.133.47.5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-01 16:57:20','2025-01-01 16:57:20','2025-01-01 16:57:20','2025-01-01 16:57:20'),(990,'submission','4d1f9e57-694d-4bad-982d-966ee2a2507a',3958,11,'','','efef6a6','FORMULARIO',0,0,'216.197.221.73','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 00:45:13','2025-01-02 00:45:13','2025-01-02 00:45:13','2025-01-02 00:45:13'),(991,'submission','809a7429-93d2-4548-8157-26bbe25e7d75',3962,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 02:24:11','2025-01-02 02:24:11','2025-01-02 02:24:11','2025-01-02 02:24:11'),(992,'submission','a0760c70-a28e-4a78-9737-7b9d5a17c8cf',3966,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.61','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 02:26:07','2025-01-02 02:26:07','2025-01-02 02:26:07','2025-01-02 02:26:07'),(993,'submission','36b0970c-2180-4b49-abd6-cfdd5f2551fb',3970,11,'','','efef6a6','FORMULARIO',0,0,'181.214.173.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 05:34:57','2025-01-02 05:34:57','2025-01-02 05:34:57','2025-01-02 05:34:57'),(994,'submission','826bd156-5a17-431e-863f-b7b91eff8567',3974,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.156','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 06:59:21','2025-01-02 06:59:21','2025-01-02 06:59:21','2025-01-02 06:59:21'),(995,'submission','25391e30-75b2-4e0e-8e8b-7937d510459b',3978,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 17:55:30','2025-01-02 17:55:30','2025-01-02 17:55:30','2025-01-02 17:55:30'),(996,'submission','9d2eb954-ede1-40f2-9b77-f71c689bde52',3982,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.108','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-02 21:01:41','2025-01-02 21:01:41','2025-01-02 21:01:41','2025-01-02 21:01:41'),(997,'submission','fc671170-cc6f-4700-a24d-0212a657d0d4',3986,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-03 00:42:30','2025-01-03 00:42:30','2025-01-03 00:42:30','2025-01-03 00:42:30'),(998,'submission','df96a61c-dead-460f-a7b3-1f0cbf8bfbb7',3990,11,'','','efef6a6','FORMULARIO',0,0,'146.70.133.154','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-04 04:08:48','2025-01-04 04:08:48','2025-01-04 04:08:48','2025-01-04 04:08:48'),(999,'submission','f0db591c-3835-47a8-884d-4deb62b067d5',3994,11,'','','efef6a6','FORMULARIO',0,0,'185.147.125.18','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-04 05:43:48','2025-01-04 05:43:48','2025-01-04 05:43:48','2025-01-04 05:43:48'),(1000,'submission','d6e3ea93-3fd9-4426-8497-ce6a7ab4e62a',3998,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.108','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-04 06:24:27','2025-01-04 06:24:27','2025-01-04 06:24:27','2025-01-04 06:24:27'),(1001,'submission','7b27ca1c-30d0-4171-840c-30ba1342b2be',4002,11,'','','efef6a6','FORMULARIO',0,0,'188.130.128.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-05 01:00:39','2025-01-05 01:00:39','2025-01-05 01:00:39','2025-01-05 01:00:39'),(1002,'submission','65c779ff-4cac-4d77-bcd9-a2581415d8ab',4006,11,'','','efef6a6','FORMULARIO',0,0,'88.201.253.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-06 02:50:07','2025-01-06 02:50:08','2025-01-06 02:50:07','2025-01-06 02:50:08'),(1003,'submission','fca1483e-8bc3-48c1-bdb8-90ec9943fcc7',4010,11,'','','efef6a6','FORMULARIO',0,0,'92.204.188.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-06 23:51:49','2025-01-06 23:51:49','2025-01-06 23:51:49','2025-01-06 23:51:49'),(1004,'submission','305af2f8-8dc3-49a9-8f30-bfc38340d672',4014,11,'','','efef6a6','FORMULARIO',0,0,'85.203.44.197','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-07 11:43:21','2025-01-07 11:43:21','2025-01-07 11:43:21','2025-01-07 11:43:21'),(1005,'submission','12d7ea7c-df5d-4ec1-9412-a4890a9d3b36',4018,11,'','','efef6a6','FORMULARIO',0,0,'46.161.6.187','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-07 16:37:48','2025-01-07 16:37:48','2025-01-07 16:37:48','2025-01-07 16:37:48'),(1006,'submission','7169736b-b9e9-407a-a2de-0a1661c1e857',4022,11,'','','efef6a6','FORMULARIO',0,0,'46.173.149.10','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-08 04:18:46','2025-01-08 04:18:46','2025-01-08 04:18:46','2025-01-08 04:18:46'),(1007,'submission','a74f2151-cc69-4107-9b2c-09f6be09eb86',4026,11,'','','efef6a6','FORMULARIO',0,0,'212.30.33.108','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-08 17:21:34','2025-01-08 17:21:34','2025-01-08 17:21:34','2025-01-08 17:21:34'),(1008,'submission','3fd54b8d-212b-45e8-8e50-3e544bf6134b',4030,11,'','','efef6a6','FORMULARIO',0,0,'212.30.36.79','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-09 08:28:26','2025-01-09 08:28:26','2025-01-09 08:28:26','2025-01-09 08:28:26'),(1009,'submission','a6c0d0d1-e3a4-4a93-9055-d70b230d0988',4034,11,'','','efef6a6','FORMULARIO',0,0,'77.34.136.114','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-09 09:34:12','2025-01-09 09:34:12','2025-01-09 09:34:12','2025-01-09 09:34:12'),(1010,'submission','67a01035-75a1-474f-862a-7f9e0fc3c1aa',4038,11,'','','efef6a6','FORMULARIO',0,0,'95.182.126.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-10 06:59:12','2025-01-10 06:59:12','2025-01-10 06:59:12','2025-01-10 06:59:12'),(1011,'submission','37b725fe-a60d-4c87-a318-48625122924e',4042,11,'','','efef6a6','FORMULARIO',0,0,'45.92.127.98','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-10 19:46:36','2025-01-10 19:46:36','2025-01-10 19:46:36','2025-01-10 19:46:36'),(1012,'submission','872a4883-a437-4cc6-8d61-3677e3e46cac',4046,11,'','','efef6a6','FORMULARIO',0,0,'46.29.236.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-11 06:31:02','2025-01-11 06:31:02','2025-01-11 06:31:02','2025-01-11 06:31:02'),(1013,'submission','3aabf012-121b-4336-80c3-739bf864ad50',4050,11,'','','efef6a6','FORMULARIO',0,0,'46.63.169.146','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-11 08:13:54','2025-01-11 08:13:55','2025-01-11 08:13:54','2025-01-11 08:13:55'),(1014,'submission','f1d2c001-0f78-4cf1-8ef5-6c99d6646d28',4054,11,'','','efef6a6','FORMULARIO',0,0,'154.194.114.145','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-12 01:34:11','2025-01-12 01:34:11','2025-01-12 01:34:11','2025-01-12 01:34:11'),(1015,'submission','6e0b8beb-aaff-4a31-bd80-b6baa49a30df',4058,11,'','','efef6a6','FORMULARIO',0,0,'31.171.152.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-12 14:16:51','2025-01-12 14:16:52','2025-01-12 14:16:51','2025-01-12 14:16:52'),(1016,'submission','25cf51ed-9b7d-4fe6-8a3f-9cfd45fd29a9',4062,11,'','','efef6a6','FORMULARIO',0,0,'216.73.161.1','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-12 23:51:49','2025-01-12 23:51:49','2025-01-12 23:51:49','2025-01-12 23:51:49'),(1017,'submission','3c0c2bc3-0d81-49d1-8aca-688fa190d822',4066,11,'','','efef6a6','FORMULARIO',0,0,'188.130.129.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-13 14:58:31','2025-01-13 14:58:31','2025-01-13 14:58:31','2025-01-13 14:58:31'),(1018,'submission','ece97d39-d064-47b4-a0d8-dce5f1039032',4070,11,'','','efef6a6','FORMULARIO',0,0,'212.41.9.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-14 08:38:15','2025-01-14 08:38:15','2025-01-14 08:38:15','2025-01-14 08:38:15'),(1019,'submission','b330fdfd-2224-4b70-b624-bed935fd9cd9',4074,11,'','','efef6a6','FORMULARIO',0,0,'212.102.39.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-15 12:04:53','2025-01-15 12:04:53','2025-01-15 12:04:53','2025-01-15 12:04:53'),(1020,'submission','d54976d8-2e83-4335-9e8c-4a7913de5601',4078,11,'','','efef6a6','FORMULARIO',0,0,'46.8.22.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-15 14:16:49','2025-01-15 14:16:49','2025-01-15 14:16:49','2025-01-15 14:16:49'),(1021,'submission','1b31d70b-2930-40bd-862d-3ad5037a9dd7',4082,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.219.122.141','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-17 16:55:04','2025-01-17 16:55:04','2025-01-17 16:55:04','2025-01-17 16:55:04'),(1022,'submission','17244dcc-279c-4726-b87e-31ef2ae4e34d',4086,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.188','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-17 17:53:29','2025-01-17 17:53:29','2025-01-17 17:53:29','2025-01-17 17:53:29'),(1023,'submission','5d49f7f3-e82a-46cb-afcd-e3a7aa521373',4090,11,'','','efef6a6','FORMULARIO',0,0,'91.201.113.132','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-19 12:56:52','2025-01-19 12:56:52','2025-01-19 12:56:52','2025-01-19 12:56:52'),(1024,'submission','a6376762-8623-4607-b2aa-b96766809928',4094,11,'','','efef6a6','FORMULARIO',0,0,'156.146.41.213','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-20 16:26:16','2025-01-20 16:26:16','2025-01-20 16:26:16','2025-01-20 16:26:16'),(1025,'submission','3e8c167a-a9b3-4fe1-9793-2a6cffc57ab4',4098,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'171.234.9.192','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-21 00:41:53','2025-01-21 00:41:53','2025-01-21 00:41:53','2025-01-21 00:41:53'),(1026,'submission','7ef8808b-86ee-4430-8318-a7fa1f570f60',4102,11,'','','efef6a6','FORMULARIO',0,0,'82.147.84.61','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-21 22:36:07','2025-01-21 22:36:07','2025-01-21 22:36:07','2025-01-21 22:36:07'),(1027,'submission','828489dd-4ba6-4f12-ab5f-1db196b990cc',4106,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-22 03:02:26','2025-01-22 03:02:27','2025-01-22 03:02:26','2025-01-22 03:02:27'),(1028,'submission','462d61af-4729-4482-a8df-3d12fc803e28',4110,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-22 04:16:12','2025-01-22 04:16:12','2025-01-22 04:16:12','2025-01-22 04:16:12'),(1029,'submission','af82fc0e-b76c-4059-ab88-c7c20a6a1847',4114,11,'','','efef6a6','FORMULARIO',0,0,'188.130.185.19','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-23 02:00:27','2025-01-23 02:00:28','2025-01-23 02:00:27','2025-01-23 02:00:28'),(1030,'submission','cd1e1853-0aa7-4049-8daf-7ec30c0f931d',4118,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-23 05:43:40','2025-01-23 05:43:40','2025-01-23 05:43:40','2025-01-23 05:43:40'),(1031,'submission','575bfe85-b0e7-4067-9ec4-13c7d48fea8b',4122,11,'','','efef6a6','FORMULARIO',0,0,'46.29.236.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-23 11:43:14','2025-01-23 11:43:15','2025-01-23 11:43:14','2025-01-23 11:43:15'),(1032,'submission','4009140d-2531-41d5-b4cd-f99ef5c60d72',4126,11,'','','efef6a6','FORMULARIO',0,0,'150.241.88.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-24 17:03:15','2025-01-24 17:03:15','2025-01-24 17:03:15','2025-01-24 17:03:15'),(1033,'submission','c49d4071-e026-4018-ac1a-7fd2c16e0d34',4130,11,'','','efef6a6','FORMULARIO',0,0,'91.90.122.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-25 12:35:14','2025-01-25 12:35:14','2025-01-25 12:35:14','2025-01-25 12:35:14'),(1034,'submission','cf2eb572-41e1-4802-86f0-e3a1489c69b4',4134,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-26 06:14:07','2025-01-26 06:14:07','2025-01-26 06:14:07','2025-01-26 06:14:07'),(1035,'submission','c2cad0ab-8fd6-4a13-8f11-534924324442',4138,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'158.220.119.192','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-26 15:52:19','2025-01-26 15:52:19','2025-01-26 15:52:19','2025-01-26 15:52:19'),(1036,'submission','f09a4be8-f6f0-47f9-8726-5bf724fb586c',4142,11,'','','efef6a6','FORMULARIO',0,0,'80.92.206.252','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-26 22:23:50','2025-01-26 22:23:50','2025-01-26 22:23:50','2025-01-26 22:23:50'),(1037,'submission','c3f05bec-2b96-41b8-93fd-29b387e9cfb8',4146,11,'','','efef6a6','FORMULARIO',0,0,'185.39.207.114','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-27 05:59:35','2025-01-27 05:59:35','2025-01-27 05:59:35','2025-01-27 05:59:35'),(1038,'submission','34d09d79-8ebc-4f1e-b71f-3be2fe8169b3',4150,11,'','','efef6a6','FORMULARIO',0,0,'181.214.164.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-28 02:20:27','2025-01-28 02:20:27','2025-01-28 02:20:27','2025-01-28 02:20:27'),(1039,'submission','811f35f3-8eb5-45da-87e6-b66626e66b40',4154,11,'','','efef6a6','FORMULARIO',0,0,'95.164.84.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-28 06:55:24','2025-01-28 06:55:24','2025-01-28 06:55:24','2025-01-28 06:55:24'),(1040,'submission','febd2683-037b-4997-8ab8-46e81a6b8b65',4158,11,'','','efef6a6','FORMULARIO',0,0,'94.131.119.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-28 12:12:25','2025-01-28 12:12:25','2025-01-28 12:12:25','2025-01-28 12:12:25'),(1041,'submission','bc18d3e3-38e4-4db9-9fb1-26785f85cea7',4162,11,'','','efef6a6','FORMULARIO',0,0,'45.8.19.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-29 06:58:26','2025-01-29 06:58:26','2025-01-29 06:58:26','2025-01-29 06:58:26'),(1042,'submission','b94310ea-6e39-48ff-ba60-2f1601a1a89e',4166,11,'','','efef6a6','FORMULARIO',0,0,'37.19.223.114','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-30 03:14:57','2025-01-30 03:14:57','2025-01-30 03:14:57','2025-01-30 03:14:57'),(1043,'submission','dd682f52-b690-43b8-beaa-10a5db8b06c9',4170,11,'','','efef6a6','FORMULARIO',0,0,'2.56.172.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-30 07:09:38','2025-01-30 07:09:39','2025-01-30 07:09:38','2025-01-30 07:09:39'),(1044,'submission','39336bee-aab2-4247-84cb-29b7a4f91a4b',4174,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-31 10:42:57','2025-01-31 10:42:57','2025-01-31 10:42:57','2025-01-31 10:42:57'),(1045,'submission','8d7807cb-c07a-4a79-b36a-5cfaa6894384',4178,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-01-31 23:51:04','2025-01-31 23:51:04','2025-01-31 23:51:04','2025-01-31 23:51:04'),(1046,'submission','0eea245f-9ccd-422d-ae3f-119e20254eef',4182,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-01 14:34:32','2025-02-01 14:34:32','2025-02-01 14:34:32','2025-02-01 14:34:32'),(1047,'submission','1a519475-bd21-4303-bfce-dae6f13dbb6e',4186,11,'','','efef6a6','FORMULARIO',0,0,'91.201.113.132','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-01 22:32:46','2025-02-01 22:32:46','2025-02-01 22:32:46','2025-02-01 22:32:46'),(1048,'submission','1cc62f3d-8dd7-443d-b9e6-fa62e643b143',4190,11,'','','efef6a6','FORMULARIO',0,0,'213.226.101.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-01 22:56:35','2025-02-01 22:56:35','2025-02-01 22:56:35','2025-02-01 22:56:35'),(1049,'submission','d8a5e48e-8895-469b-9dd6-ef7e65ed3f6f',4194,11,'','','efef6a6','FORMULARIO',0,0,'88.201.253.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-02 06:48:17','2025-02-02 06:48:18','2025-02-02 06:48:17','2025-02-02 06:48:18'),(1050,'submission','62cf1d93-7f87-4d06-8dab-fa53e330d171',4198,11,'','','efef6a6','FORMULARIO',0,0,'154.195.139.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-02 11:55:02','2025-02-02 11:55:02','2025-02-02 11:55:02','2025-02-02 11:55:02'),(1051,'submission','bb2dbdeb-7aff-44b0-9196-bc667ee88a86',4202,11,'','','efef6a6','FORMULARIO',0,0,'109.225.42.41','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-04 12:55:40','2025-02-04 12:55:40','2025-02-04 12:55:40','2025-02-04 12:55:40'),(1052,'submission','fc356c45-e8ae-495c-8901-40f6ae9937ad',4206,11,'','','efef6a6','FORMULARIO',0,0,'98.159.37.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-05 00:19:14','2025-02-05 00:19:14','2025-02-05 00:19:14','2025-02-05 00:19:14'),(1053,'submission','d1125125-c3d3-4845-87bb-2337634b6650',4210,11,'','','efef6a6','FORMULARIO',0,0,'185.238.231.236','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-05 13:25:51','2025-02-05 13:25:51','2025-02-05 13:25:51','2025-02-05 13:25:51'),(1054,'submission','0ae5aed5-8226-4437-919e-ac2f55f93245',4214,11,'','','efef6a6','FORMULARIO',0,0,'195.42.234.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-05 21:28:52','2025-02-05 21:28:52','2025-02-05 21:28:52','2025-02-05 21:28:52'),(1055,'submission','42f8557d-a0cd-4ef0-8c71-175102bf0aa0',4218,11,'','','efef6a6','FORMULARIO',0,0,'154.196.34.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-06 08:09:59','2025-02-06 08:09:59','2025-02-06 08:09:59','2025-02-06 08:09:59'),(1056,'submission','5c3dac16-2ba4-45a1-b18d-c4497fe91795',4222,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-06 21:48:11','2025-02-06 21:48:11','2025-02-06 21:48:11','2025-02-06 21:48:11'),(1057,'submission','737ae7ca-dfc2-4560-956c-ccd552cb8190',4226,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-07 06:42:01','2025-02-07 06:42:02','2025-02-07 06:42:01','2025-02-07 06:42:02'),(1058,'submission','30ce1c48-5ece-40d8-ac16-83d795cb49af',4230,11,'','','efef6a6','FORMULARIO',0,0,'109.225.42.41','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-07 08:30:06','2025-02-07 08:30:06','2025-02-07 08:30:06','2025-02-07 08:30:06'),(1059,'submission','03f7677a-c24b-484d-96ab-3c25b1c961e3',4234,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'168.196.238.61','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-07 10:28:16','2025-02-07 10:28:16','2025-02-07 10:28:16','2025-02-07 10:28:16'),(1060,'submission','7b77fdda-b9ad-4e61-be84-5d4579e12316',4238,11,'','','efef6a6','FORMULARIO',0,0,'185.180.230.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-07 14:49:45','2025-02-07 14:49:45','2025-02-07 14:49:45','2025-02-07 14:49:45'),(1061,'submission','c6116a9f-cbd0-46ba-b160-db6fb14dcf36',4242,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-08 08:56:45','2025-02-08 08:56:45','2025-02-08 08:56:45','2025-02-08 08:56:45'),(1062,'submission','26175dd5-a906-4637-bcbc-c081fb608c3d',4246,11,'','','efef6a6','FORMULARIO',0,0,'31.173.84.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-09 09:24:32','2025-02-09 09:24:33','2025-02-09 09:24:32','2025-02-09 09:24:33'),(1063,'submission','1c264967-41bf-4ad6-9817-1652fa8ebd98',4250,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'93.175.164.22','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-09 12:15:50','2025-02-09 12:15:50','2025-02-09 12:15:50','2025-02-09 12:15:50'),(1064,'submission','20385476-1c07-4da3-ac39-38a4da2ce35b',4254,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-09 18:04:15','2025-02-09 18:04:15','2025-02-09 18:04:15','2025-02-09 18:04:15'),(1065,'submission','40cb5dba-292c-457e-b5e2-c2ec28d98ce0',4258,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-10 00:19:04','2025-02-10 00:19:05','2025-02-10 00:19:04','2025-02-10 00:19:05'),(1066,'submission','0776e9c5-06cc-4fb7-b201-6adba4e42997',4262,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-10 04:22:24','2025-02-10 04:22:25','2025-02-10 04:22:24','2025-02-10 04:22:25'),(1067,'submission','910d59fe-da7c-4e7d-a0d2-e22cdf0c935e',4266,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.219.123.107','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-10 17:26:39','2025-02-10 17:26:39','2025-02-10 17:26:39','2025-02-10 17:26:39'),(1068,'submission','25228b30-9f12-4853-b609-5cc8804f1b5b',4270,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-10 21:15:02','2025-02-10 21:15:02','2025-02-10 21:15:02','2025-02-10 21:15:02'),(1069,'submission','27b9b1b0-2eaa-4b9c-aaaa-3db52aac535d',4274,11,'','','efef6a6','FORMULARIO',0,0,'46.191.187.120','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-11 09:09:26','2025-02-11 09:09:26','2025-02-11 09:09:26','2025-02-11 09:09:26'),(1070,'submission','5e88f6c9-60b2-4846-ae5d-edcfe68f1cac',4278,11,'','','efef6a6','FORMULARIO',0,0,'188.114.38.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-11 21:15:50','2025-02-11 21:15:50','2025-02-11 21:15:50','2025-02-11 21:15:50'),(1071,'submission','7e571aeb-3179-4e53-a4d0-f5b853a2d720',4282,11,'','','efef6a6','FORMULARIO',0,0,'178.159.37.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-12 00:42:32','2025-02-12 00:42:32','2025-02-12 00:42:32','2025-02-12 00:42:32'),(1072,'submission','57638ab3-3b5e-4c93-9889-35524943e239',4286,11,'','','efef6a6','FORMULARIO',0,0,'188.130.142.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-12 09:01:37','2025-02-12 09:01:37','2025-02-12 09:01:37','2025-02-12 09:01:37'),(1073,'submission','416af0ef-4179-4bab-b9d9-970e14dacee6',4290,11,'','','efef6a6','FORMULARIO',0,0,'154.195.164.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-12 10:22:11','2025-02-12 10:22:11','2025-02-12 10:22:11','2025-02-12 10:22:11'),(1074,'submission','6a0fc83f-e35e-4b86-b959-e9be7ac53139',4294,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.219.123.169','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-13 05:25:17','2025-02-13 05:25:17','2025-02-13 05:25:17','2025-02-13 05:25:17'),(1075,'submission','8d574559-9bff-466a-bc56-ad176720e605',4298,11,'','','efef6a6','FORMULARIO',0,0,'154.195.139.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-13 10:39:36','2025-02-13 10:39:36','2025-02-13 10:39:36','2025-02-13 10:39:36'),(1076,'submission','0c4c7dc7-01f2-41a8-978f-fda63241e1b7',4302,11,'','','efef6a6','FORMULARIO',0,0,'45.89.110.191','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-14 08:48:24','2025-02-14 08:48:24','2025-02-14 08:48:24','2025-02-14 08:48:24'),(1077,'submission','6e43fc7e-ff32-4d31-b297-d1edf3a6148a',4306,11,'','','efef6a6','FORMULARIO',0,0,'154.195.190.215','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-14 15:12:33','2025-02-14 15:12:33','2025-02-14 15:12:33','2025-02-14 15:12:33'),(1078,'submission','34295914-3f90-4468-ae51-00716708a629',4310,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-14 16:50:26','2025-02-14 16:50:26','2025-02-14 16:50:26','2025-02-14 16:50:26'),(1079,'submission','f0d42b30-b3e1-4a23-9cef-b45358faf5c2',4314,11,'','','efef6a6','FORMULARIO',0,0,'45.15.162.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-14 21:58:36','2025-02-14 21:58:36','2025-02-14 21:58:36','2025-02-14 21:58:36'),(1080,'submission','8059e2b5-4927-4ee7-8090-255dc522eb81',4318,11,'','','efef6a6','FORMULARIO',0,0,'88.201.253.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-15 03:07:13','2025-02-15 03:07:13','2025-02-15 03:07:13','2025-02-15 03:07:13'),(1081,'submission','3d080311-34d7-4413-a6ad-9679585f5369',4322,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'168.196.238.61','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-15 16:09:00','2025-02-15 16:09:00','2025-02-15 16:09:00','2025-02-15 16:09:00'),(1082,'submission','3159e1a6-41e0-4cb3-bf48-8ed2ff6a925b',4326,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'138.219.122.123','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-15 16:20:44','2025-02-15 16:20:45','2025-02-15 16:20:44','2025-02-15 16:20:45'),(1083,'submission','923328cf-d027-4c7a-a1ad-e96b3f517f26',4330,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'190.185.109.218','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-15 16:29:46','2025-02-15 16:29:46','2025-02-15 16:29:46','2025-02-15 16:29:46'),(1084,'submission','9ead684a-6760-40df-b96b-4f8177b41587',4334,11,'','','efef6a6','FORMULARIO',0,0,'154.195.164.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-16 13:11:33','2025-02-16 13:11:33','2025-02-16 13:11:33','2025-02-16 13:11:33'),(1085,'submission','a5cbc416-7d4a-4e51-b0bb-d0ac7b4b6d6c',4338,11,'','','efef6a6','FORMULARIO',0,0,'216.73.161.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-18 02:07:45','2025-02-18 02:07:45','2025-02-18 02:07:45','2025-02-18 02:07:45'),(1086,'submission','534b2b7f-1ebe-4f82-818a-0619fc8f9f94',4342,11,'','','efef6a6','FORMULARIO',0,0,'149.88.110.114','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-18 03:29:48','2025-02-18 03:29:48','2025-02-18 03:29:48','2025-02-18 03:29:48'),(1087,'submission','ac7fa384-5fad-4c43-aa26-723062e6b590',4346,11,'','','efef6a6','FORMULARIO',0,0,'154.47.16.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-18 08:52:40','2025-02-18 08:52:40','2025-02-18 08:52:40','2025-02-18 08:52:40'),(1088,'submission','52559b52-b456-4027-95a6-22159015335e',4350,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'192.126.229.250','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-19 19:05:36','2025-02-19 19:05:36','2025-02-19 19:05:36','2025-02-19 19:05:36'),(1089,'submission','2673a436-dc0c-49e3-a471-44fae9af913e',4354,11,'','','efef6a6','FORMULARIO',0,0,'154.196.34.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-20 01:50:32','2025-02-20 01:50:32','2025-02-20 01:50:32','2025-02-20 01:50:32'),(1090,'submission','97922d77-a273-4be1-a6c4-dfd4844216d7',4358,11,'','','efef6a6','FORMULARIO',0,0,'45.130.83.23','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-20 17:22:24','2025-02-20 17:22:24','2025-02-20 17:22:24','2025-02-20 17:22:24'),(1091,'submission','3ecb4aa4-31a8-43f3-9415-504e4b406883',4362,11,'','','efef6a6','FORMULARIO',0,0,'95.164.114.218','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-21 04:52:07','2025-02-21 04:52:07','2025-02-21 04:52:07','2025-02-21 04:52:07'),(1092,'submission','89259c48-a423-401d-aa4b-31b0b2a3b3c5',4366,11,'','','efef6a6','FORMULARIO',0,0,'77.35.178.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-21 11:17:45','2025-02-21 11:17:45','2025-02-21 11:17:45','2025-02-21 11:17:45'),(1093,'submission','ac5cc8ff-42b0-4677-b011-03cfde8e80cf',4370,11,'','','efef6a6','FORMULARIO',0,0,'185.125.230.148','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-24 11:35:20','2025-02-24 11:35:20','2025-02-24 11:35:20','2025-02-24 11:35:20'),(1094,'submission','183ca658-5d33-4ed3-97db-7486e34bf8af',4374,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-25 19:43:25','2025-02-25 19:43:25','2025-02-25 19:43:25','2025-02-25 19:43:25'),(1095,'submission','d84888c1-db54-4736-94e2-ee78571246f7',4378,11,'','','efef6a6','FORMULARIO',0,0,'216.73.160.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-26 04:00:19','2025-02-26 04:00:20','2025-02-26 04:00:19','2025-02-26 04:00:20'),(1096,'submission','3ea4ee84-c73a-4d7d-bb94-cd0e950d0285',4382,11,'','','efef6a6','FORMULARIO',0,0,'216.24.210.152','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-26 04:33:15','2025-02-26 04:33:15','2025-02-26 04:33:15','2025-02-26 04:33:15'),(1097,'submission','7160da7d-5563-49dc-8b22-9bd44c4d5ec9',4386,11,'','','efef6a6','FORMULARIO',0,0,'139.162.37.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-26 13:33:39','2025-02-26 13:33:40','2025-02-26 13:33:39','2025-02-26 13:33:40'),(1098,'submission','d7e0a417-fb4d-4a74-b6e8-491df2ffecac',4390,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'104.207.53.70','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-26 14:18:51','2025-02-26 14:18:52','2025-02-26 14:18:51','2025-02-26 14:18:52'),(1099,'submission','9072082c-83e6-415f-b820-f6bc2a260277',4394,11,'','','efef6a6','FORMULARIO',0,0,'89.110.95.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-26 14:27:49','2025-02-26 14:27:49','2025-02-26 14:27:49','2025-02-26 14:27:49'),(1100,'submission','695db9a4-8a76-45f7-ba27-6b2ef3d74e92',4398,11,'','','efef6a6','FORMULARIO',0,0,'154.195.110.62','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-27 01:55:43','2025-02-27 01:55:44','2025-02-27 01:55:43','2025-02-27 01:55:44'),(1101,'submission','31c9df15-e937-4988-a3bb-a0fb96bc3bce',4402,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-02-28 21:28:11','2025-02-28 21:28:11','2025-02-28 21:28:11','2025-02-28 21:28:11'),(1102,'submission','54456c72-69ed-4ce3-8788-f5e22ad2efd8',4406,11,'','','efef6a6','FORMULARIO',0,0,'46.148.206.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-01 06:10:29','2025-03-01 06:10:29','2025-03-01 06:10:29','2025-03-01 06:10:29'),(1103,'submission','9676823d-2344-4f93-92ed-f4552baaccce',4410,11,'','','efef6a6','FORMULARIO',0,0,'84.17.49.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-01 07:07:02','2025-03-01 07:07:03','2025-03-01 07:07:02','2025-03-01 07:07:03'),(1104,'submission','ebec5bd5-7baf-4aa9-909e-926cdcf4f0ea',4414,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.124','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-02 14:14:19','2025-03-02 14:14:20','2025-03-02 14:14:19','2025-03-02 14:14:20'),(1105,'submission','d1870b4b-3f41-41d3-957d-015dbccf1248',4418,11,'','','efef6a6','FORMULARIO',0,0,'185.238.231.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-02 14:46:55','2025-03-02 14:46:55','2025-03-02 14:46:55','2025-03-02 14:46:55'),(1106,'submission','629fd3b8-0ae2-49fb-a985-37377bf47748',4422,11,'','','efef6a6','FORMULARIO',0,0,'95.164.84.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-03 13:33:57','2025-03-03 13:33:57','2025-03-03 13:33:57','2025-03-03 13:33:57'),(1107,'submission','6de37f34-08ec-48bb-97c6-523e987b2676',4426,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.170.253.84','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-03 18:53:13','2025-03-03 18:53:13','2025-03-03 18:53:13','2025-03-03 18:53:13'),(1108,'submission','1ec8076d-01d7-41b2-a959-02fc2dfa90d9',4430,11,'','','efef6a6','FORMULARIO',0,0,'91.201.113.132','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-03 19:10:20','2025-03-03 19:10:20','2025-03-03 19:10:20','2025-03-03 19:10:20'),(1109,'submission','cd5ecc03-d3f5-41ea-8f99-4ab49fc00386',4434,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-04 09:16:04','2025-03-04 09:16:04','2025-03-04 09:16:04','2025-03-04 09:16:04'),(1110,'submission','386eea7c-43c9-41a6-bb72-683d42823373',4438,11,'','','efef6a6','FORMULARIO',0,0,'146.185.233.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-04 13:49:41','2025-03-04 13:49:41','2025-03-04 13:49:41','2025-03-04 13:49:41'),(1111,'submission','a4da4748-5e78-40a6-9e13-0838e59b83d6',4442,11,'','','efef6a6','FORMULARIO',0,0,'46.246.8.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-04 15:26:37','2025-03-04 15:26:37','2025-03-04 15:26:37','2025-03-04 15:26:37'),(1112,'submission','423bb656-7dfd-45ef-8615-808850f16b14',4446,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-04 19:05:58','2025-03-04 19:05:58','2025-03-04 19:05:58','2025-03-04 19:05:58'),(1113,'submission','91a264f3-3b4b-42bc-8170-22ebe152bbf6',4450,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.170.253.137','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-04 21:53:13','2025-03-04 21:53:13','2025-03-04 21:53:13','2025-03-04 21:53:13'),(1114,'submission','08a0ac6e-a39c-4320-b8e8-93b8fb19aaa7',4454,11,'','','efef6a6','FORMULARIO',0,0,'24.108.160.118','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-05 04:11:33','2025-03-05 04:11:33','2025-03-05 04:11:33','2025-03-05 04:11:33'),(1115,'submission','ebc6c66b-940b-4c2e-ad03-fea266807e67',4458,11,'','','efef6a6','FORMULARIO',0,0,'109.248.13.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-05 11:50:56','2025-03-05 11:50:56','2025-03-05 11:50:56','2025-03-05 11:50:56'),(1116,'submission','06d3907b-a65d-4308-ac87-49baa0315e13',4462,11,'','','efef6a6','FORMULARIO',0,0,'89.110.95.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-06 07:32:19','2025-03-06 07:32:19','2025-03-06 07:32:19','2025-03-06 07:32:19'),(1117,'submission','f915326b-b44e-4156-a2ec-d1c58e9559f3',4466,11,'','','efef6a6','FORMULARIO',0,0,'104.234.53.203','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-06 08:23:06','2025-03-06 08:23:06','2025-03-06 08:23:06','2025-03-06 08:23:06'),(1118,'submission','5fa20e31-6828-4d84-b6b5-7d8a541730c7',4470,11,'','','efef6a6','FORMULARIO',0,0,'178.66.158.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-06 13:11:18','2025-03-06 13:11:18','2025-03-06 13:11:18','2025-03-06 13:11:18'),(1119,'submission','c1aa3a13-ec46-429e-927d-b3f2cfbeb39d',4474,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-06 14:55:07','2025-03-06 14:55:07','2025-03-06 14:55:07','2025-03-06 14:55:07'),(1120,'submission','5d436643-029f-4bd3-8c8f-9291f1883d24',4478,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.224','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-07 09:57:24','2025-03-07 09:57:24','2025-03-07 09:57:24','2025-03-07 09:57:24'),(1121,'submission','de5a5920-337f-4fa0-9bea-142188c90c5e',4482,11,'','','efef6a6','FORMULARIO',0,0,'188.130.142.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-08 15:30:29','2025-03-08 15:30:29','2025-03-08 15:30:29','2025-03-08 15:30:29'),(1122,'submission','aaca679c-ac93-45dd-b637-d4f8481442d6',4486,11,'','','efef6a6','FORMULARIO',0,0,'5.3.218.124','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-08 15:56:42','2025-03-08 15:56:42','2025-03-08 15:56:42','2025-03-08 15:56:42'),(1123,'submission','08913f72-566e-42f2-b30d-ec61cccbe907',4490,11,'','','efef6a6','FORMULARIO',0,0,'154.195.139.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-09 18:09:34','2025-03-09 18:09:34','2025-03-09 18:09:34','2025-03-09 18:09:34'),(1124,'submission','44768083-3d3f-45ca-94bd-6936f8f5124a',4494,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'93.175.164.22','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-10 19:27:33','2025-03-10 19:27:33','2025-03-10 19:27:33','2025-03-10 19:27:33'),(1125,'submission','1491f973-c853-4ba4-8876-c0e02cc1d113',4498,11,'','','efef6a6','FORMULARIO',0,0,'86.104.75.227','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-11 18:50:09','2025-03-11 18:50:09','2025-03-11 18:50:09','2025-03-11 18:50:09'),(1126,'submission','cef9912c-c713-4eb5-9222-9ef5187492b6',4502,11,'','','efef6a6','FORMULARIO',0,0,'45.88.78.37','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-12 02:51:11','2025-03-12 02:51:11','2025-03-12 02:51:11','2025-03-12 02:51:11'),(1127,'submission','43118fb1-6907-48ce-b0af-6d5e9fe9123d',4506,11,'','','efef6a6','FORMULARIO',0,0,'149.102.232.89','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-12 23:37:04','2025-03-12 23:37:04','2025-03-12 23:37:04','2025-03-12 23:37:04'),(1128,'submission','4a12e93c-0b72-4a5b-ac4e-7e3d8b4734e7',4510,11,'','','efef6a6','FORMULARIO',0,0,'149.102.232.89','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-13 03:39:33','2025-03-13 03:39:33','2025-03-13 03:39:33','2025-03-13 03:39:33'),(1129,'submission','56336e3b-9d12-41ab-84e0-fca44eed5f2c',4514,11,'','','efef6a6','FORMULARIO',0,0,'178.125.207.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-14 21:05:28','2025-03-14 21:05:28','2025-03-14 21:05:28','2025-03-14 21:05:28'),(1130,'submission','4fc8e732-da2d-4fc2-8e22-ff2622c222e3',4518,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'181.214.107.187','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-16 05:53:33','2025-03-16 05:53:34','2025-03-16 05:53:33','2025-03-16 05:53:34'),(1131,'submission','a97f1c86-c54e-4bb6-8116-605ba205c597',4522,11,'','','efef6a6','FORMULARIO',0,0,'94.131.119.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-18 02:02:21','2025-03-18 02:02:22','2025-03-18 02:02:21','2025-03-18 02:02:22'),(1132,'submission','9cd9c860-77fc-4623-a33e-1d1a776ffd66',4526,11,'','','efef6a6','FORMULARIO',0,0,'54.37.234.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-18 11:44:05','2025-03-18 11:44:05','2025-03-18 11:44:05','2025-03-18 11:44:05'),(1133,'submission','d52c335d-764f-481f-8b5a-bbd6889e419a',4530,11,'','','efef6a6','FORMULARIO',0,0,'2.56.172.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-18 16:11:44','2025-03-18 16:11:44','2025-03-18 16:11:44','2025-03-18 16:11:44'),(1134,'submission','5d407308-b314-49cd-af6a-b385692b2a03',4534,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'156.228.0.6','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-19 22:42:02','2025-03-19 22:42:02','2025-03-19 22:42:02','2025-03-19 22:42:02'),(1135,'submission','21dbc21c-1936-466b-998c-580e6aa9a691',4538,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-20 12:09:56','2025-03-20 12:09:56','2025-03-20 12:09:56','2025-03-20 12:09:56'),(1136,'submission','223dc934-a34a-4064-af3a-0f8a1d62f3dc',4542,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-20 13:37:46','2025-03-20 13:37:46','2025-03-20 13:37:46','2025-03-20 13:37:46'),(1137,'submission','5d4738c1-64e3-4492-8bac-1ed6d683dcb1',4546,11,'','','efef6a6','FORMULARIO',0,0,'195.123.228.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-21 03:12:33','2025-03-21 03:12:33','2025-03-21 03:12:33','2025-03-21 03:12:33'),(1138,'submission','1f193e31-52ba-4415-a672-829566b8c5e2',4550,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.153.43.179','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-21 18:41:35','2025-03-21 18:41:35','2025-03-21 18:41:35','2025-03-21 18:41:35'),(1139,'submission','28cf243f-46a1-402d-9ad6-7af7a0fcb8c5',4554,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'23.81.177.135','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-22 00:53:12','2025-03-22 00:53:12','2025-03-22 00:53:12','2025-03-22 00:53:12'),(1140,'submission','2f13f9e2-c998-4699-8577-4dba5c037cf4',4558,11,'','','efef6a6','FORMULARIO',0,0,'5.3.217.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-22 02:55:21','2025-03-22 02:55:21','2025-03-22 02:55:21','2025-03-22 02:55:21'),(1141,'submission','eef1d195-aad0-4820-889d-9bb6c07d681f',4562,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-23 21:17:47','2025-03-23 21:17:47','2025-03-23 21:17:47','2025-03-23 21:17:47'),(1142,'submission','b00cc87d-9199-40f1-8e09-cfe86f50d802',4566,11,'','','efef6a6','FORMULARIO',0,0,'95.54.40.191','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-23 21:24:54','2025-03-23 21:24:55','2025-03-23 21:24:54','2025-03-23 21:24:55'),(1143,'submission','ff7f79c0-f491-4eeb-8092-87d113e35c64',4570,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-23 22:45:35','2025-03-23 22:45:35','2025-03-23 22:45:35','2025-03-23 22:45:35'),(1144,'submission','b2e8d58c-c814-42f0-8925-be29b2a23fe3',4574,11,'','','efef6a6','FORMULARIO',0,0,'212.41.9.95','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-24 05:38:34','2025-03-24 05:38:34','2025-03-24 05:38:34','2025-03-24 05:38:34'),(1145,'submission','ed344884-a1c7-41d8-9e95-ac1488b12c40',4578,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'93.175.164.22','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-24 12:37:37','2025-03-24 12:37:37','2025-03-24 12:37:37','2025-03-24 12:37:37'),(1146,'submission','f5b6c222-d2ca-4e35-a4cd-45e1b4c7b453',4582,11,'','','efef6a6','FORMULARIO',0,0,'79.135.105.80','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-24 20:09:31','2025-03-24 20:09:31','2025-03-24 20:09:31','2025-03-24 20:09:31'),(1147,'submission','92db4a1e-6c1c-44e1-a8a3-bf387e7a665c',4586,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.32','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-24 21:17:31','2025-03-24 21:17:31','2025-03-24 21:17:31','2025-03-24 21:17:31'),(1148,'submission','abcb9cb9-4c15-456a-a516-9f4b6432a06b',4590,11,'','','efef6a6','FORMULARIO',0,0,'63.135.161.66','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-25 03:48:07','2025-03-25 03:48:07','2025-03-25 03:48:07','2025-03-25 03:48:07'),(1149,'submission','99e3aee9-0de9-48ea-a176-69ec19f6bfd8',4594,11,'','','efef6a6','FORMULARIO',0,0,'138.199.59.171','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-25 13:46:45','2025-03-25 13:46:45','2025-03-25 13:46:45','2025-03-25 13:46:45'),(1150,'submission','c082e32d-6ea9-471a-b5e6-37258c318d7c',4598,11,'','','efef6a6','FORMULARIO',0,0,'46.8.16.12','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-25 14:48:49','2025-03-25 14:48:49','2025-03-25 14:48:49','2025-03-25 14:48:49'),(1151,'submission','5ba0f93c-c4b7-48c8-bca3-7e68a5fb333f',4602,11,'','','efef6a6','FORMULARIO',0,0,'191.96.168.130','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-26 03:37:25','2025-03-26 03:37:25','2025-03-26 03:37:25','2025-03-26 03:37:25'),(1152,'submission','1171730b-0b82-4c5d-9e24-1dae6e9e9820',4606,11,'','','efef6a6','FORMULARIO',0,0,'45.86.202.199','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-26 23:16:34','2025-03-26 23:16:34','2025-03-26 23:16:34','2025-03-26 23:16:34'),(1153,'submission','ed0b9893-d053-4591-b838-d9205f118065',4610,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-27 03:25:11','2025-03-27 03:25:12','2025-03-27 03:25:11','2025-03-27 03:25:12'),(1154,'submission','a0ee2d64-465e-4e05-95ad-0b62335f281f',4614,11,'','','efef6a6','FORMULARIO',0,0,'37.139.53.195','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-27 07:43:27','2025-03-27 07:43:27','2025-03-27 07:43:27','2025-03-27 07:43:27'),(1155,'submission','c3a4427b-103d-49e6-9073-b0c4d650e227',4618,11,'https://www.elconferencista.com','','efef6a6','FORMULARIO',0,0,'38.152.102.223','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-27 15:28:50','2025-03-27 15:28:51','2025-03-27 15:28:50','2025-03-27 15:28:51'),(1156,'submission','6661d538-f422-4694-af6e-02c986c4a982',4622,11,'','','efef6a6','FORMULARIO',0,0,'46.8.111.68','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-28 01:57:02','2025-03-28 01:57:02','2025-03-28 01:57:02','2025-03-28 01:57:02'),(1157,'submission','d1ed57c9-aa11-4df3-a67e-e73cc4c7ad45',4626,11,'','','efef6a6','FORMULARIO',0,0,'199.101.196.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-28 22:32:33','2025-03-28 22:32:33','2025-03-28 22:32:33','2025-03-28 22:32:33'),(1158,'submission','983ef627-ea21-4265-b7be-0707d5de07f5',4630,11,'','','efef6a6','FORMULARIO',0,0,'45.140.147.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-30 16:59:20','2025-03-30 16:59:20','2025-03-30 16:59:20','2025-03-30 16:59:20'),(1159,'submission','ffc58f3a-8d49-4e23-bac1-3a92930e109b',4634,11,'https://www.elconferencista.com/','','efef6a6','FORMULARIO',0,0,'38.255.33.248','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-30 22:31:05','2025-03-30 22:31:05','2025-03-30 22:31:05','2025-03-30 22:31:05'),(1160,'submission','1e89c098-a939-40f4-94d5-8c37f60ccef1',4638,11,'','','efef6a6','FORMULARIO',0,0,'149.88.104.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-03-31 05:11:18','2025-03-31 05:11:18','2025-03-31 05:11:18','2025-03-31 05:11:18'),(1161,'submission','f5f0b1ea-5a5a-40e5-9dd5-7094935d09e2',4642,11,'','','efef6a6','FORMULARIO',0,0,'46.8.157.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"11\"}','2025-04-01 11:37:53','2025-04-01 11:37:53','2025-04-01 11:37:53','2025-04-01 11:37:53');
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_submissions_actions_log`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_submissions_actions_log` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint unsigned NOT NULL,
`action_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`action_label` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`log` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `action_name_index` (`action_name`),
KEY `status_index` (`status`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`)
) ENGINE=MyISAM AUTO_INCREMENT=1162 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_submissions_actions_log`
--
LOCK TABLES `wp_72rj7f_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions_actions_log` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_e_submissions_actions_log` VALUES (1,1,'email','Correo electrónico','success',NULL,'2022-09-22 00:12:35','2022-09-22 00:12:35','2022-09-22 00:12:35','2022-09-22 00:12:35'),(2,2,'email','Correo electrónico','success',NULL,'2022-09-22 01:32:49','2022-09-22 01:32:49','2022-09-22 01:32:49','2022-09-22 01:32:49'),(3,3,'email','Correo electrónico','success',NULL,'2022-09-28 13:44:02','2022-09-28 13:44:02','2022-09-28 13:44:02','2022-09-28 13:44:02'),(4,4,'email','Correo electrónico','success',NULL,'2022-10-05 18:59:29','2022-10-05 18:59:29','2022-10-05 18:59:29','2022-10-05 18:59:29'),(5,5,'email','Correo electrónico','success',NULL,'2022-10-22 22:18:56','2022-10-22 22:18:56','2022-10-22 22:18:56','2022-10-22 22:18:56'),(6,6,'email','Correo electrónico','success',NULL,'2022-11-07 11:09:58','2022-11-07 11:09:58','2022-11-07 11:09:58','2022-11-07 11:09:58'),(7,7,'email','Correo electrónico','success',NULL,'2022-11-09 20:51:26','2022-11-09 20:51:26','2022-11-09 20:51:26','2022-11-09 20:51:26'),(8,8,'email','Correo electrónico','success',NULL,'2022-11-17 04:49:00','2022-11-17 04:49:00','2022-11-17 04:49:00','2022-11-17 04:49:00'),(9,9,'email','Correo electrónico','success',NULL,'2022-11-20 01:34:35','2022-11-20 01:34:35','2022-11-20 01:34:35','2022-11-20 01:34:35'),(10,10,'email','Correo electrónico','success',NULL,'2022-11-26 19:05:47','2022-11-26 19:05:47','2022-11-26 19:05:47','2022-11-26 19:05:47'),(11,11,'email','Correo electrónico','success',NULL,'2022-12-01 22:39:24','2022-12-01 22:39:24','2022-12-01 22:39:24','2022-12-01 22:39:24'),(12,12,'email','Correo electrónico','success',NULL,'2022-12-10 03:45:24','2022-12-10 03:45:24','2022-12-10 03:45:24','2022-12-10 03:45:24'),(13,13,'email','Correo electrónico','success',NULL,'2022-12-12 06:31:56','2022-12-12 06:31:56','2022-12-12 06:31:56','2022-12-12 06:31:56'),(14,14,'email','Correo electrónico','success',NULL,'2022-12-14 00:40:22','2022-12-14 00:40:22','2022-12-14 00:40:22','2022-12-14 00:40:22'),(15,15,'email','Correo electrónico','success',NULL,'2022-12-14 14:35:37','2022-12-14 14:35:37','2022-12-14 14:35:37','2022-12-14 14:35:37'),(16,16,'email','Correo electrónico','success',NULL,'2022-12-19 03:45:20','2022-12-19 03:45:20','2022-12-19 03:45:20','2022-12-19 03:45:20'),(17,17,'email','Correo electrónico','success',NULL,'2022-12-20 12:25:22','2022-12-20 12:25:22','2022-12-20 12:25:22','2022-12-20 12:25:22'),(18,18,'email','Correo electrónico','success',NULL,'2022-12-24 07:16:06','2022-12-24 07:16:06','2022-12-24 07:16:06','2022-12-24 07:16:06'),(19,19,'email','Correo electrónico','success',NULL,'2022-12-24 10:26:03','2022-12-24 10:26:03','2022-12-24 10:26:03','2022-12-24 10:26:03'),(20,20,'email','Correo electrónico','success',NULL,'2022-12-26 01:44:07','2022-12-26 01:44:07','2022-12-26 01:44:07','2022-12-26 01:44:07'),(21,21,'email','Correo electrónico','success',NULL,'2022-12-26 23:40:47','2022-12-26 23:40:47','2022-12-26 23:40:47','2022-12-26 23:40:47'),(22,22,'email','Correo electrónico','success',NULL,'2022-12-28 09:03:12','2022-12-28 09:03:12','2022-12-28 09:03:12','2022-12-28 09:03:12'),(23,23,'email','Correo electrónico','success',NULL,'2022-12-29 00:44:11','2022-12-29 00:44:11','2022-12-29 00:44:11','2022-12-29 00:44:11'),(24,24,'email','Correo electrónico','success',NULL,'2022-12-29 22:25:31','2022-12-29 22:25:31','2022-12-29 22:25:31','2022-12-29 22:25:31'),(25,25,'email','Correo electrónico','success',NULL,'2023-01-01 14:37:39','2023-01-01 14:37:39','2023-01-01 14:37:39','2023-01-01 14:37:39'),(26,26,'email','Correo electrónico','success',NULL,'2023-01-01 16:39:42','2023-01-01 16:39:42','2023-01-01 16:39:42','2023-01-01 16:39:42'),(27,27,'email','Correo electrónico','success',NULL,'2023-01-01 21:48:44','2023-01-01 21:48:44','2023-01-01 21:48:44','2023-01-01 21:48:44'),(28,28,'email','Correo electrónico','success',NULL,'2023-01-10 21:47:25','2023-01-10 21:47:25','2023-01-10 21:47:25','2023-01-10 21:47:25'),(29,29,'email','Correo electrónico','success',NULL,'2023-01-10 23:13:00','2023-01-10 23:13:00','2023-01-10 23:13:00','2023-01-10 23:13:00'),(30,30,'email','Correo electrónico','success',NULL,'2023-01-15 11:06:47','2023-01-15 11:06:47','2023-01-15 11:06:47','2023-01-15 11:06:47'),(31,31,'email','Correo electrónico','success',NULL,'2023-01-16 06:54:38','2023-01-16 06:54:38','2023-01-16 06:54:38','2023-01-16 06:54:38'),(32,32,'email','Correo electrónico','success',NULL,'2023-01-16 08:20:20','2023-01-16 08:20:20','2023-01-16 08:20:20','2023-01-16 08:20:20'),(33,33,'email','Correo electrónico','success',NULL,'2023-01-16 16:45:58','2023-01-16 16:45:58','2023-01-16 16:45:58','2023-01-16 16:45:58'),(34,34,'email','Correo electrónico','success',NULL,'2023-01-17 08:25:43','2023-01-17 08:25:43','2023-01-17 08:25:43','2023-01-17 08:25:43'),(35,35,'email','Correo electrónico','success',NULL,'2023-01-24 00:09:36','2023-01-24 00:09:36','2023-01-24 00:09:36','2023-01-24 00:09:36'),(36,36,'email','Correo electrónico','success',NULL,'2023-01-25 16:20:56','2023-01-25 16:20:56','2023-01-25 16:20:56','2023-01-25 16:20:56'),(37,37,'email','Correo electrónico','success',NULL,'2023-01-28 04:03:55','2023-01-28 04:03:55','2023-01-28 04:03:55','2023-01-28 04:03:55'),(38,38,'email','Correo electrónico','success',NULL,'2023-01-31 00:21:20','2023-01-31 00:21:20','2023-01-31 00:21:20','2023-01-31 00:21:20'),(39,39,'email','Correo electrónico','success',NULL,'2023-02-02 21:13:34','2023-02-02 21:13:34','2023-02-02 21:13:34','2023-02-02 21:13:34'),(40,40,'email','Correo electrónico','success',NULL,'2023-02-02 22:09:23','2023-02-02 22:09:23','2023-02-02 22:09:23','2023-02-02 22:09:23'),(41,41,'email','Correo electrónico','success',NULL,'2023-02-04 01:45:54','2023-02-04 01:45:54','2023-02-04 01:45:54','2023-02-04 01:45:54'),(42,42,'email','Correo electrónico','success',NULL,'2023-02-07 10:51:27','2023-02-07 10:51:27','2023-02-07 10:51:27','2023-02-07 10:51:27'),(43,43,'email','Correo electrónico','success',NULL,'2023-02-10 07:52:29','2023-02-10 07:52:29','2023-02-10 07:52:29','2023-02-10 07:52:29'),(44,44,'email','Correo electrónico','success',NULL,'2023-02-14 09:14:15','2023-02-14 09:14:15','2023-02-14 09:14:15','2023-02-14 09:14:15'),(45,45,'email','Correo electrónico','success',NULL,'2023-02-15 06:44:53','2023-02-15 06:44:53','2023-02-15 06:44:53','2023-02-15 06:44:53'),(46,46,'email','Correo electrónico','success',NULL,'2023-02-15 07:18:51','2023-02-15 07:18:51','2023-02-15 07:18:51','2023-02-15 07:18:51'),(47,47,'email','Correo electrónico','success',NULL,'2023-02-17 05:12:31','2023-02-17 05:12:31','2023-02-17 05:12:31','2023-02-17 05:12:31'),(48,48,'email','Correo electrónico','success',NULL,'2023-02-27 21:00:51','2023-02-27 21:00:51','2023-02-27 21:00:51','2023-02-27 21:00:51'),(49,49,'email','Correo electrónico','success',NULL,'2023-03-06 22:37:36','2023-03-06 22:37:36','2023-03-06 22:37:36','2023-03-06 22:37:36'),(50,50,'email','Correo electrónico','success',NULL,'2023-03-10 08:13:04','2023-03-10 08:13:04','2023-03-10 08:13:04','2023-03-10 08:13:04'),(51,51,'email','Correo electrónico','success',NULL,'2023-03-13 05:04:28','2023-03-13 05:04:28','2023-03-13 05:04:28','2023-03-13 05:04:28'),(52,52,'email','Correo electrónico','success',NULL,'2023-03-13 05:25:26','2023-03-13 05:25:26','2023-03-13 05:25:26','2023-03-13 05:25:26'),(53,53,'email','Correo electrónico','success',NULL,'2023-03-15 03:53:32','2023-03-15 03:53:32','2023-03-15 03:53:32','2023-03-15 03:53:32'),(54,54,'email','Correo electrónico','success',NULL,'2023-03-17 08:03:10','2023-03-17 08:03:10','2023-03-17 08:03:10','2023-03-17 08:03:10'),(55,55,'email','Correo electrónico','success',NULL,'2023-03-20 12:55:24','2023-03-20 12:55:24','2023-03-20 12:55:24','2023-03-20 12:55:24'),(56,56,'email','Correo electrónico','success',NULL,'2023-03-22 04:06:54','2023-03-22 04:06:54','2023-03-22 04:06:54','2023-03-22 04:06:54'),(57,57,'email','Correo electrónico','success',NULL,'2023-03-24 04:07:12','2023-03-24 04:07:12','2023-03-24 04:07:12','2023-03-24 04:07:12'),(58,58,'email','Correo electrónico','success',NULL,'2023-03-25 23:43:45','2023-03-25 23:43:45','2023-03-25 23:43:45','2023-03-25 23:43:45'),(59,59,'email','Correo electrónico','success',NULL,'2023-03-26 08:11:56','2023-03-26 08:11:56','2023-03-26 08:11:56','2023-03-26 08:11:56'),(60,60,'email','Correo electrónico','success',NULL,'2023-03-29 01:56:11','2023-03-29 01:56:11','2023-03-29 01:56:11','2023-03-29 01:56:11'),(61,61,'email','Correo electrónico','success',NULL,'2023-04-02 02:59:13','2023-04-02 02:59:13','2023-04-02 02:59:13','2023-04-02 02:59:13'),(62,62,'email','Correo electrónico','success',NULL,'2023-04-03 00:26:47','2023-04-03 00:26:47','2023-04-03 00:26:47','2023-04-03 00:26:47'),(63,63,'email','Correo electrónico','success',NULL,'2023-04-05 20:28:51','2023-04-05 20:28:51','2023-04-05 20:28:51','2023-04-05 20:28:51'),(64,64,'email','Correo electrónico','success',NULL,'2023-04-21 16:09:57','2023-04-21 16:09:57','2023-04-21 16:09:57','2023-04-21 16:09:57'),(65,65,'email','Correo electrónico','success',NULL,'2023-05-01 07:53:23','2023-05-01 07:53:23','2023-05-01 07:53:23','2023-05-01 07:53:23'),(66,66,'email','Correo electrónico','success',NULL,'2023-05-04 11:20:01','2023-05-04 11:20:01','2023-05-04 11:20:01','2023-05-04 11:20:01'),(67,67,'email','Correo electrónico','success',NULL,'2023-05-04 11:22:16','2023-05-04 11:22:16','2023-05-04 11:22:16','2023-05-04 11:22:16'),(68,68,'email','Correo electrónico','success',NULL,'2023-05-06 20:26:51','2023-05-06 20:26:51','2023-05-06 20:26:51','2023-05-06 20:26:51'),(69,69,'email','Correo electrónico','success',NULL,'2023-05-06 21:19:39','2023-05-06 21:19:39','2023-05-06 21:19:39','2023-05-06 21:19:39'),(70,70,'email','Correo electrónico','success',NULL,'2023-05-31 12:12:12','2023-05-31 12:12:12','2023-05-31 12:12:12','2023-05-31 12:12:12'),(71,71,'email','Correo electrónico','success',NULL,'2023-06-24 02:42:10','2023-06-24 02:42:10','2023-06-24 02:42:10','2023-06-24 02:42:10'),(72,72,'email','Correo electrónico','success',NULL,'2023-07-01 08:10:22','2023-07-01 08:10:22','2023-07-01 08:10:22','2023-07-01 08:10:22'),(73,73,'email','Correo electrónico','success',NULL,'2023-07-03 04:19:25','2023-07-03 04:19:25','2023-07-03 04:19:25','2023-07-03 04:19:25'),(74,74,'email','Correo electrónico','success',NULL,'2023-07-03 19:41:34','2023-07-03 19:41:34','2023-07-03 19:41:34','2023-07-03 19:41:34'),(75,75,'email','Correo electrónico','success',NULL,'2023-07-07 12:38:02','2023-07-07 12:38:02','2023-07-07 12:38:02','2023-07-07 12:38:02'),(76,76,'email','Correo electrónico','success',NULL,'2023-07-07 12:39:22','2023-07-07 12:39:22','2023-07-07 12:39:22','2023-07-07 12:39:22'),(77,77,'email','Correo electrónico','success',NULL,'2023-07-08 00:30:28','2023-07-08 00:30:28','2023-07-08 00:30:28','2023-07-08 00:30:28'),(78,78,'email','Correo electrónico','success',NULL,'2023-07-08 09:53:42','2023-07-08 09:53:42','2023-07-08 09:53:42','2023-07-08 09:53:42'),(79,79,'email','Correo electrónico','success',NULL,'2023-07-11 13:28:07','2023-07-11 13:28:07','2023-07-11 13:28:07','2023-07-11 13:28:07'),(80,80,'email','Correo electrónico','success',NULL,'2023-07-11 13:28:11','2023-07-11 13:28:11','2023-07-11 13:28:11','2023-07-11 13:28:11'),(81,81,'email','Correo electrónico','success',NULL,'2023-07-11 13:28:54','2023-07-11 13:28:54','2023-07-11 13:28:54','2023-07-11 13:28:54'),(82,82,'email','Correo electrónico','success',NULL,'2023-07-11 13:29:24','2023-07-11 13:29:24','2023-07-11 13:29:24','2023-07-11 13:29:24'),(83,83,'email','Correo electrónico','success',NULL,'2023-07-12 08:36:26','2023-07-12 08:36:26','2023-07-12 08:36:26','2023-07-12 08:36:26'),(84,84,'email','Correo electrónico','success',NULL,'2023-07-14 23:35:05','2023-07-14 23:35:05','2023-07-14 23:35:05','2023-07-14 23:35:05'),(85,85,'email','Correo electrónico','success',NULL,'2023-07-14 23:35:20','2023-07-14 23:35:20','2023-07-14 23:35:20','2023-07-14 23:35:20'),(86,86,'email','Correo electrónico','success',NULL,'2023-07-14 23:35:37','2023-07-14 23:35:37','2023-07-14 23:35:37','2023-07-14 23:35:37'),(87,87,'email','Correo electrónico','success',NULL,'2023-07-14 23:37:02','2023-07-14 23:37:02','2023-07-14 23:37:02','2023-07-14 23:37:02'),(88,88,'email','Correo electrónico','success',NULL,'2023-07-15 23:26:32','2023-07-15 23:26:32','2023-07-15 23:26:32','2023-07-15 23:26:32'),(89,89,'email','Correo electrónico','success',NULL,'2023-07-15 23:27:14','2023-07-15 23:27:14','2023-07-15 23:27:14','2023-07-15 23:27:14'),(90,90,'email','Correo electrónico','success',NULL,'2023-07-15 23:27:15','2023-07-15 23:27:15','2023-07-15 23:27:15','2023-07-15 23:27:15'),(91,91,'email','Correo electrónico','success',NULL,'2023-07-15 23:27:33','2023-07-15 23:27:33','2023-07-15 23:27:33','2023-07-15 23:27:33'),(92,92,'email','Correo electrónico','success',NULL,'2023-07-15 23:27:42','2023-07-15 23:27:42','2023-07-15 23:27:42','2023-07-15 23:27:42'),(93,93,'email','Correo electrónico','success',NULL,'2023-07-16 23:45:36','2023-07-16 23:45:36','2023-07-16 23:45:36','2023-07-16 23:45:36'),(94,94,'email','Correo electrónico','success',NULL,'2023-07-16 23:46:31','2023-07-16 23:46:31','2023-07-16 23:46:31','2023-07-16 23:46:31'),(95,95,'email','Correo electrónico','success',NULL,'2023-07-18 01:22:14','2023-07-18 01:22:14','2023-07-18 01:22:14','2023-07-18 01:22:14'),(96,96,'email','Correo electrónico','success',NULL,'2023-07-18 01:22:30','2023-07-18 01:22:30','2023-07-18 01:22:30','2023-07-18 01:22:30'),(97,97,'email','Correo electrónico','success',NULL,'2023-07-18 01:22:37','2023-07-18 01:22:37','2023-07-18 01:22:37','2023-07-18 01:22:37'),(98,98,'email','Correo electrónico','success',NULL,'2023-07-18 01:22:46','2023-07-18 01:22:46','2023-07-18 01:22:46','2023-07-18 01:22:46'),(99,99,'email','Correo electrónico','success',NULL,'2023-07-18 01:23:05','2023-07-18 01:23:05','2023-07-18 01:23:05','2023-07-18 01:23:05'),(100,100,'email','Correo electrónico','success',NULL,'2023-07-18 23:34:09','2023-07-18 23:34:09','2023-07-18 23:34:09','2023-07-18 23:34:09'),(101,101,'email','Correo electrónico','success',NULL,'2023-07-18 23:34:28','2023-07-18 23:34:28','2023-07-18 23:34:28','2023-07-18 23:34:28'),(102,102,'email','Correo electrónico','success',NULL,'2023-07-18 23:34:35','2023-07-18 23:34:35','2023-07-18 23:34:35','2023-07-18 23:34:35'),(103,103,'email','Correo electrónico','success',NULL,'2023-07-18 23:34:36','2023-07-18 23:34:36','2023-07-18 23:34:36','2023-07-18 23:34:36'),(104,104,'email','Correo electrónico','success',NULL,'2023-07-19 23:29:17','2023-07-19 23:29:17','2023-07-19 23:29:17','2023-07-19 23:29:17'),(105,105,'email','Correo electrónico','success',NULL,'2023-07-19 23:29:18','2023-07-19 23:29:18','2023-07-19 23:29:18','2023-07-19 23:29:18'),(106,106,'email','Correo electrónico','success',NULL,'2023-07-19 23:29:19','2023-07-19 23:29:19','2023-07-19 23:29:19','2023-07-19 23:29:19'),(107,107,'email','Correo electrónico','success',NULL,'2023-07-21 03:09:37','2023-07-21 03:09:37','2023-07-21 03:09:37','2023-07-21 03:09:37'),(108,108,'email','Correo electrónico','success',NULL,'2023-07-21 03:09:40','2023-07-21 03:09:40','2023-07-21 03:09:40','2023-07-21 03:09:40'),(109,109,'email','Correo electrónico','success',NULL,'2023-07-21 03:09:45','2023-07-21 03:09:45','2023-07-21 03:09:45','2023-07-21 03:09:45'),(110,110,'email','Correo electrónico','success',NULL,'2023-07-21 03:10:03','2023-07-21 03:10:03','2023-07-21 03:10:03','2023-07-21 03:10:03'),(111,111,'email','Correo electrónico','success',NULL,'2023-07-21 03:10:42','2023-07-21 03:10:42','2023-07-21 03:10:42','2023-07-21 03:10:42'),(112,112,'email','Correo electrónico','success',NULL,'2023-07-21 04:07:55','2023-07-21 04:07:55','2023-07-21 04:07:55','2023-07-21 04:07:55'),(113,113,'email','Correo electrónico','success',NULL,'2023-07-22 01:16:55','2023-07-22 01:16:55','2023-07-22 01:16:55','2023-07-22 01:16:55'),(114,114,'email','Correo electrónico','success',NULL,'2023-07-22 01:17:09','2023-07-22 01:17:09','2023-07-22 01:17:09','2023-07-22 01:17:09'),(115,115,'email','Correo electrónico','success',NULL,'2023-07-22 01:17:40','2023-07-22 01:17:40','2023-07-22 01:17:40','2023-07-22 01:17:40'),(116,116,'email','Correo electrónico','success',NULL,'2023-07-23 01:03:04','2023-07-23 01:03:04','2023-07-23 01:03:04','2023-07-23 01:03:04'),(117,117,'email','Correo electrónico','success',NULL,'2023-07-23 01:03:42','2023-07-23 01:03:42','2023-07-23 01:03:42','2023-07-23 01:03:42'),(118,118,'email','Correo electrónico','success',NULL,'2023-07-23 01:04:00','2023-07-23 01:04:00','2023-07-23 01:04:00','2023-07-23 01:04:00'),(119,119,'email','Correo electrónico','success',NULL,'2023-07-23 01:04:25','2023-07-23 01:04:25','2023-07-23 01:04:25','2023-07-23 01:04:25'),(120,120,'email','Correo electrónico','success',NULL,'2023-07-23 01:06:02','2023-07-23 01:06:02','2023-07-23 01:06:02','2023-07-23 01:06:02'),(121,121,'email','Correo electrónico','success',NULL,'2023-07-23 11:22:46','2023-07-23 11:22:46','2023-07-23 11:22:46','2023-07-23 11:22:46'),(122,122,'email','Correo electrónico','success',NULL,'2023-07-23 23:37:31','2023-07-23 23:37:31','2023-07-23 23:37:31','2023-07-23 23:37:31'),(123,123,'email','Correo electrónico','success',NULL,'2023-07-23 23:37:52','2023-07-23 23:37:52','2023-07-23 23:37:52','2023-07-23 23:37:52'),(124,124,'email','Correo electrónico','success',NULL,'2023-07-23 23:38:20','2023-07-23 23:38:20','2023-07-23 23:38:20','2023-07-23 23:38:20'),(125,125,'email','Correo electrónico','success',NULL,'2023-07-23 23:39:38','2023-07-23 23:39:38','2023-07-23 23:39:38','2023-07-23 23:39:38'),(126,127,'email','Correo electrónico','success',NULL,'2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44'),(127,126,'email','Correo electrónico','success',NULL,'2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44','2023-07-25 01:44:44'),(128,128,'email','Correo electrónico','success',NULL,'2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46'),(129,129,'email','Correo electrónico','success',NULL,'2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46','2023-07-25 01:44:46'),(130,130,'email','Correo electrónico','success',NULL,'2023-07-25 01:45:44','2023-07-25 01:45:44','2023-07-25 01:45:44','2023-07-25 01:45:44'),(131,131,'email','Correo electrónico','success',NULL,'2023-07-26 00:18:57','2023-07-26 00:18:57','2023-07-26 00:18:57','2023-07-26 00:18:57'),(132,132,'email','Correo electrónico','success',NULL,'2023-07-26 00:19:07','2023-07-26 00:19:07','2023-07-26 00:19:07','2023-07-26 00:19:07'),(133,133,'email','Correo electrónico','success',NULL,'2023-07-26 00:19:09','2023-07-26 00:19:09','2023-07-26 00:19:09','2023-07-26 00:19:09'),(134,134,'email','Correo electrónico','success',NULL,'2023-07-26 00:19:10','2023-07-26 00:19:10','2023-07-26 00:19:10','2023-07-26 00:19:10'),(135,135,'email','Correo electrónico','success',NULL,'2023-07-27 00:35:40','2023-07-27 00:35:40','2023-07-27 00:35:40','2023-07-27 00:35:40'),(136,136,'email','Correo electrónico','success',NULL,'2023-07-27 00:35:51','2023-07-27 00:35:51','2023-07-27 00:35:51','2023-07-27 00:35:51'),(137,137,'email','Correo electrónico','success',NULL,'2023-07-27 00:36:16','2023-07-27 00:36:16','2023-07-27 00:36:16','2023-07-27 00:36:16'),(138,138,'email','Correo electrónico','success',NULL,'2023-07-27 00:36:32','2023-07-27 00:36:32','2023-07-27 00:36:32','2023-07-27 00:36:32'),(139,139,'email','Correo electrónico','success',NULL,'2023-07-27 07:36:28','2023-07-27 07:36:28','2023-07-27 07:36:28','2023-07-27 07:36:28'),(140,140,'email','Correo electrónico','success',NULL,'2023-07-28 00:27:13','2023-07-28 00:27:13','2023-07-28 00:27:13','2023-07-28 00:27:13'),(141,141,'email','Correo electrónico','success',NULL,'2023-07-28 01:04:55','2023-07-28 01:04:55','2023-07-28 01:04:55','2023-07-28 01:04:55'),(142,142,'email','Correo electrónico','success',NULL,'2023-07-28 01:06:34','2023-07-28 01:06:34','2023-07-28 01:06:34','2023-07-28 01:06:34'),(143,143,'email','Correo electrónico','success',NULL,'2023-07-29 01:31:05','2023-07-29 01:31:05','2023-07-29 01:31:05','2023-07-29 01:31:05'),(144,144,'email','Correo electrónico','success',NULL,'2023-07-29 01:31:41','2023-07-29 01:31:41','2023-07-29 01:31:41','2023-07-29 01:31:41'),(145,145,'email','Correo electrónico','success',NULL,'2023-07-29 01:31:53','2023-07-29 01:31:53','2023-07-29 01:31:53','2023-07-29 01:31:53'),(146,146,'email','Correo electrónico','success',NULL,'2023-07-29 01:31:56','2023-07-29 01:31:56','2023-07-29 01:31:56','2023-07-29 01:31:56'),(147,147,'email','Correo electrónico','success',NULL,'2023-07-29 01:32:35','2023-07-29 01:32:35','2023-07-29 01:32:35','2023-07-29 01:32:35'),(148,148,'email','Correo electrónico','success',NULL,'2023-07-29 02:39:55','2023-07-29 02:39:55','2023-07-29 02:39:55','2023-07-29 02:39:55'),(149,149,'email','Correo electrónico','success',NULL,'2023-07-30 02:52:04','2023-07-30 02:52:04','2023-07-30 02:52:04','2023-07-30 02:52:04'),(150,150,'email','Correo electrónico','success',NULL,'2023-07-30 02:53:01','2023-07-30 02:53:01','2023-07-30 02:53:01','2023-07-30 02:53:01'),(151,151,'email','Correo electrónico','success',NULL,'2023-07-30 02:54:35','2023-07-30 02:54:35','2023-07-30 02:54:35','2023-07-30 02:54:35'),(152,152,'email','Correo electrónico','success',NULL,'2023-07-30 23:59:46','2023-07-30 23:59:46','2023-07-30 23:59:46','2023-07-30 23:59:46'),(153,153,'email','Correo electrónico','success',NULL,'2023-07-31 00:00:22','2023-07-31 00:00:22','2023-07-31 00:00:22','2023-07-31 00:00:22'),(154,154,'email','Correo electrónico','success',NULL,'2023-07-31 00:00:29','2023-07-31 00:00:29','2023-07-31 00:00:29','2023-07-31 00:00:29'),(155,155,'email','Correo electrónico','success',NULL,'2023-07-31 00:00:59','2023-07-31 00:00:59','2023-07-31 00:00:59','2023-07-31 00:00:59'),(156,156,'email','Correo electrónico','success',NULL,'2023-09-17 06:28:58','2023-09-17 06:28:58','2023-09-17 06:28:58','2023-09-17 06:28:58'),(157,157,'email','Correo electrónico','success',NULL,'2023-09-17 06:29:22','2023-09-17 06:29:22','2023-09-17 06:29:22','2023-09-17 06:29:22'),(158,158,'email','Correo electrónico','success',NULL,'2023-09-17 06:29:59','2023-09-17 06:29:59','2023-09-17 06:29:59','2023-09-17 06:29:59'),(159,159,'email','Correo electrónico','success',NULL,'2023-09-17 06:37:36','2023-09-17 06:37:36','2023-09-17 06:37:36','2023-09-17 06:37:36'),(160,160,'email','Correo electrónico','success',NULL,'2023-09-21 17:06:48','2023-09-21 17:06:48','2023-09-21 17:06:48','2023-09-21 17:06:48'),(161,161,'email','Correo electrónico','success',NULL,'2023-09-21 17:06:49','2023-09-21 17:06:49','2023-09-21 17:06:49','2023-09-21 17:06:49'),(162,162,'email','Correo electrónico','success',NULL,'2023-09-21 17:06:54','2023-09-21 17:06:54','2023-09-21 17:06:54','2023-09-21 17:06:54'),(163,163,'email','Correo electrónico','success',NULL,'2023-09-21 17:08:13','2023-09-21 17:08:13','2023-09-21 17:08:13','2023-09-21 17:08:13'),(164,164,'email','Correo electrónico','success',NULL,'2023-09-23 02:14:52','2023-09-23 02:14:52','2023-09-23 02:14:52','2023-09-23 02:14:52'),(165,165,'email','Correo electrónico','success',NULL,'2023-09-23 02:15:03','2023-09-23 02:15:03','2023-09-23 02:15:03','2023-09-23 02:15:03'),(166,166,'email','Correo electrónico','success',NULL,'2023-09-23 02:15:56','2023-09-23 02:15:56','2023-09-23 02:15:56','2023-09-23 02:15:56'),(167,167,'email','Correo electrónico','success',NULL,'2023-09-23 02:30:54','2023-09-23 02:30:54','2023-09-23 02:30:54','2023-09-23 02:30:54'),(168,168,'email','Correo electrónico','success',NULL,'2023-09-23 04:01:53','2023-09-23 04:01:53','2023-09-23 04:01:53','2023-09-23 04:01:53'),(169,169,'email','Correo electrónico','success',NULL,'2023-09-25 05:29:24','2023-09-25 05:29:24','2023-09-25 05:29:24','2023-09-25 05:29:24'),(170,170,'email','Correo electrónico','success',NULL,'2023-09-25 05:29:31','2023-09-25 05:29:31','2023-09-25 05:29:31','2023-09-25 05:29:31'),(171,171,'email','Correo electrónico','success',NULL,'2023-09-25 05:30:03','2023-09-25 05:30:03','2023-09-25 05:30:03','2023-09-25 05:30:03'),(172,172,'email','Correo electrónico','success',NULL,'2023-09-26 11:29:06','2023-09-26 11:29:06','2023-09-26 11:29:06','2023-09-26 11:29:06'),(173,173,'email','Correo electrónico','success',NULL,'2023-09-26 11:30:03','2023-09-26 11:30:03','2023-09-26 11:30:03','2023-09-26 11:30:03'),(174,174,'email','Correo electrónico','success',NULL,'2023-09-26 11:30:13','2023-09-26 11:30:13','2023-09-26 11:30:13','2023-09-26 11:30:13'),(175,175,'email','Correo electrónico','success',NULL,'2023-09-26 11:31:07','2023-09-26 11:31:07','2023-09-26 11:31:07','2023-09-26 11:31:07'),(176,176,'email','Correo electrónico','success',NULL,'2023-09-27 03:10:53','2023-09-27 03:10:53','2023-09-27 03:10:53','2023-09-27 03:10:53'),(177,177,'email','Correo electrónico','success',NULL,'2023-09-29 15:29:02','2023-09-29 15:29:02','2023-09-29 15:29:02','2023-09-29 15:29:02'),(178,178,'email','Correo electrónico','success',NULL,'2023-09-29 15:29:24','2023-09-29 15:29:24','2023-09-29 15:29:24','2023-09-29 15:29:24'),(179,179,'email','Correo electrónico','success',NULL,'2023-09-29 15:30:33','2023-09-29 15:30:33','2023-09-29 15:30:33','2023-09-29 15:30:33'),(180,180,'email','Correo electrónico','success',NULL,'2023-09-29 15:30:48','2023-09-29 15:30:48','2023-09-29 15:30:48','2023-09-29 15:30:48'),(181,181,'email','Correo electrónico','success',NULL,'2023-09-29 15:47:31','2023-09-29 15:47:31','2023-09-29 15:47:31','2023-09-29 15:47:31'),(182,182,'email','Correo electrónico','success',NULL,'2023-09-30 18:53:55','2023-09-30 18:53:55','2023-09-30 18:53:55','2023-09-30 18:53:55'),(183,183,'email','Correo electrónico','success',NULL,'2023-09-30 18:54:17','2023-09-30 18:54:17','2023-09-30 18:54:17','2023-09-30 18:54:17'),(184,184,'email','Correo electrónico','success',NULL,'2023-10-02 05:31:52','2023-10-02 05:31:52','2023-10-02 05:31:52','2023-10-02 05:31:52'),(185,185,'email','Correo electrónico','success',NULL,'2023-10-04 15:56:03','2023-10-04 15:56:03','2023-10-04 15:56:03','2023-10-04 15:56:03'),(186,186,'email','Correo electrónico','success',NULL,'2023-10-06 14:46:05','2023-10-06 14:46:05','2023-10-06 14:46:05','2023-10-06 14:46:05'),(187,187,'email','Correo electrónico','success',NULL,'2023-10-12 09:21:47','2023-10-12 09:21:47','2023-10-12 09:21:47','2023-10-12 09:21:47'),(188,188,'email','Correo electrónico','success',NULL,'2023-10-17 00:08:38','2023-10-17 00:08:38','2023-10-17 00:08:38','2023-10-17 00:08:38'),(189,189,'email','Correo electrónico','success',NULL,'2023-10-26 21:47:28','2023-10-26 21:47:28','2023-10-26 21:47:28','2023-10-26 21:47:28'),(190,190,'email','Correo electrónico','success',NULL,'2023-10-27 00:27:20','2023-10-27 00:27:20','2023-10-27 00:27:20','2023-10-27 00:27:20'),(191,191,'email','Correo electrónico','success',NULL,'2023-10-30 07:55:22','2023-10-30 07:55:22','2023-10-30 07:55:22','2023-10-30 07:55:22'),(192,192,'email','Correo electrónico','success',NULL,'2023-11-01 01:41:43','2023-11-01 01:41:43','2023-11-01 01:41:43','2023-11-01 01:41:43'),(193,193,'email','Correo electrónico','success',NULL,'2023-11-01 11:54:58','2023-11-01 11:54:58','2023-11-01 11:54:58','2023-11-01 11:54:58'),(194,194,'email','Correo electrónico','success',NULL,'2023-11-02 00:28:17','2023-11-02 00:28:17','2023-11-02 00:28:17','2023-11-02 00:28:17'),(195,195,'email','Correo electrónico','success',NULL,'2023-11-02 03:02:43','2023-11-02 03:02:43','2023-11-02 03:02:43','2023-11-02 03:02:43'),(196,196,'email','Correo electrónico','success',NULL,'2023-11-02 08:47:25','2023-11-02 08:47:25','2023-11-02 08:47:25','2023-11-02 08:47:25'),(197,197,'email','Correo electrónico','success',NULL,'2023-11-08 16:35:58','2023-11-08 16:35:58','2023-11-08 16:35:58','2023-11-08 16:35:58'),(198,198,'email','Correo electrónico','success',NULL,'2023-11-09 15:24:06','2023-11-09 15:24:06','2023-11-09 15:24:06','2023-11-09 15:24:06'),(199,199,'email','Correo electrónico','success',NULL,'2023-11-10 21:38:41','2023-11-10 21:38:41','2023-11-10 21:38:41','2023-11-10 21:38:41'),(200,200,'email','Correo electrónico','success',NULL,'2023-11-14 08:05:06','2023-11-14 08:05:06','2023-11-14 08:05:06','2023-11-14 08:05:06'),(201,201,'email','Correo electrónico','success',NULL,'2023-11-14 08:48:30','2023-11-14 08:48:30','2023-11-14 08:48:30','2023-11-14 08:48:30'),(202,202,'email','Correo electrónico','success',NULL,'2023-11-16 19:46:26','2023-11-16 19:46:26','2023-11-16 19:46:26','2023-11-16 19:46:26'),(203,203,'email','Correo electrónico','success',NULL,'2023-11-19 01:16:36','2023-11-19 01:16:36','2023-11-19 01:16:36','2023-11-19 01:16:36'),(204,204,'email','Correo electrónico','success',NULL,'2023-11-19 01:16:49','2023-11-19 01:16:49','2023-11-19 01:16:49','2023-11-19 01:16:49'),(205,205,'email','Correo electrónico','success',NULL,'2023-11-22 21:26:53','2023-11-22 21:26:53','2023-11-22 21:26:53','2023-11-22 21:26:53'),(206,206,'email','Correo electrónico','success',NULL,'2023-11-25 00:41:16','2023-11-25 00:41:16','2023-11-25 00:41:16','2023-11-25 00:41:16'),(207,207,'email','Correo electrónico','success',NULL,'2023-11-26 04:53:14','2023-11-26 04:53:14','2023-11-26 04:53:14','2023-11-26 04:53:14'),(208,208,'email','Correo electrónico','success',NULL,'2023-11-27 07:27:58','2023-11-27 07:27:58','2023-11-27 07:27:58','2023-11-27 07:27:58'),(209,209,'email','Correo electrónico','success',NULL,'2023-11-29 16:05:20','2023-11-29 16:05:20','2023-11-29 16:05:20','2023-11-29 16:05:20'),(210,210,'email','Correo electrónico','success',NULL,'2023-11-29 16:31:44','2023-11-29 16:31:44','2023-11-29 16:31:44','2023-11-29 16:31:44'),(211,211,'email','Correo electrónico','success',NULL,'2023-11-29 16:32:17','2023-11-29 16:32:17','2023-11-29 16:32:17','2023-11-29 16:32:17'),(212,212,'email','Correo electrónico','success',NULL,'2023-12-03 16:31:02','2023-12-03 16:31:02','2023-12-03 16:31:02','2023-12-03 16:31:02'),(213,213,'email','Correo electrónico','success',NULL,'2023-12-07 20:01:59','2023-12-07 20:01:59','2023-12-07 20:01:59','2023-12-07 20:01:59'),(214,214,'email','Correo electrónico','success',NULL,'2023-12-12 15:37:36','2023-12-12 15:37:36','2023-12-12 15:37:36','2023-12-12 15:37:36'),(215,215,'email','Correo electrónico','success',NULL,'2023-12-13 16:26:47','2023-12-13 16:26:47','2023-12-13 16:26:47','2023-12-13 16:26:47'),(216,216,'email','Correo electrónico','success',NULL,'2023-12-17 02:19:11','2023-12-17 02:19:11','2023-12-17 02:19:11','2023-12-17 02:19:11'),(217,217,'email','Correo electrónico','success',NULL,'2023-12-17 02:32:51','2023-12-17 02:32:51','2023-12-17 02:32:51','2023-12-17 02:32:51'),(218,218,'email','Correo electrónico','success',NULL,'2023-12-19 12:10:40','2023-12-19 12:10:40','2023-12-19 12:10:40','2023-12-19 12:10:40'),(219,219,'email','Correo electrónico','success',NULL,'2023-12-20 07:23:48','2023-12-20 07:23:48','2023-12-20 07:23:48','2023-12-20 07:23:48'),(220,220,'email','Correo electrónico','success',NULL,'2023-12-20 11:47:34','2023-12-20 11:47:34','2023-12-20 11:47:34','2023-12-20 11:47:34'),(221,221,'email','Correo electrónico','success',NULL,'2023-12-25 13:11:18','2023-12-25 13:11:18','2023-12-25 13:11:18','2023-12-25 13:11:18'),(222,222,'email','Correo electrónico','success',NULL,'2023-12-25 23:55:01','2023-12-25 23:55:01','2023-12-25 23:55:01','2023-12-25 23:55:01'),(223,223,'email','Correo electrónico','success',NULL,'2023-12-28 10:19:49','2023-12-28 10:19:49','2023-12-28 10:19:49','2023-12-28 10:19:49'),(224,224,'email','Correo electrónico','success',NULL,'2024-01-01 01:46:18','2024-01-01 01:46:18','2024-01-01 01:46:18','2024-01-01 01:46:18'),(225,225,'email','Correo electrónico','success',NULL,'2024-01-03 20:08:35','2024-01-03 20:08:35','2024-01-03 20:08:35','2024-01-03 20:08:35'),(226,226,'email','Correo electrónico','success',NULL,'2024-01-08 09:08:13','2024-01-08 09:08:13','2024-01-08 09:08:13','2024-01-08 09:08:13'),(227,227,'email','Correo electrónico','success',NULL,'2024-01-15 08:44:37','2024-01-15 08:44:37','2024-01-15 08:44:37','2024-01-15 08:44:37'),(228,228,'email','Correo electrónico','success',NULL,'2024-01-20 00:10:40','2024-01-20 00:10:40','2024-01-20 00:10:40','2024-01-20 00:10:40'),(229,229,'email','Correo electrónico','success',NULL,'2024-01-21 04:20:36','2024-01-21 04:20:36','2024-01-21 04:20:36','2024-01-21 04:20:36'),(230,230,'email','Correo electrónico','success',NULL,'2024-02-01 05:10:32','2024-02-01 05:10:32','2024-02-01 05:10:32','2024-02-01 05:10:32'),(231,231,'email','Correo electrónico','success',NULL,'2024-02-05 16:58:08','2024-02-05 16:58:08','2024-02-05 16:58:08','2024-02-05 16:58:08'),(232,232,'email','Correo electrónico','success',NULL,'2024-02-07 13:38:43','2024-02-07 13:38:43','2024-02-07 13:38:43','2024-02-07 13:38:43'),(233,233,'email','Correo electrónico','success',NULL,'2024-02-07 22:51:54','2024-02-07 22:51:54','2024-02-07 22:51:54','2024-02-07 22:51:54'),(234,234,'email','Correo electrónico','success',NULL,'2024-02-08 07:11:20','2024-02-08 07:11:20','2024-02-08 07:11:20','2024-02-08 07:11:20'),(235,235,'email','Correo electrónico','success',NULL,'2024-02-08 09:49:40','2024-02-08 09:49:40','2024-02-08 09:49:40','2024-02-08 09:49:40'),(236,236,'email','Correo electrónico','success',NULL,'2024-02-08 11:08:36','2024-02-08 11:08:36','2024-02-08 11:08:36','2024-02-08 11:08:36'),(237,237,'email','Correo electrónico','success',NULL,'2024-02-09 04:10:09','2024-02-09 04:10:09','2024-02-09 04:10:09','2024-02-09 04:10:09'),(238,238,'email','Correo electrónico','success',NULL,'2024-02-09 05:22:16','2024-02-09 05:22:16','2024-02-09 05:22:16','2024-02-09 05:22:16'),(239,239,'email','Correo electrónico','success',NULL,'2024-02-09 06:35:15','2024-02-09 06:35:15','2024-02-09 06:35:15','2024-02-09 06:35:15'),(240,240,'email','Correo electrónico','success',NULL,'2024-02-10 07:15:18','2024-02-10 07:15:18','2024-02-10 07:15:18','2024-02-10 07:15:18'),(241,241,'email','Correo electrónico','success',NULL,'2024-02-10 22:06:29','2024-02-10 22:06:29','2024-02-10 22:06:29','2024-02-10 22:06:29'),(242,242,'email','Correo electrónico','success',NULL,'2024-02-10 22:29:55','2024-02-10 22:29:55','2024-02-10 22:29:55','2024-02-10 22:29:55'),(243,243,'email','Correo electrónico','success',NULL,'2024-02-11 03:45:54','2024-02-11 03:45:54','2024-02-11 03:45:54','2024-02-11 03:45:54'),(244,244,'email','Correo electrónico','success',NULL,'2024-02-11 22:55:03','2024-02-11 22:55:03','2024-02-11 22:55:03','2024-02-11 22:55:03'),(245,245,'email','Correo electrónico','success',NULL,'2024-02-12 01:27:02','2024-02-12 01:27:02','2024-02-12 01:27:02','2024-02-12 01:27:02'),(246,246,'email','Correo electrónico','success',NULL,'2024-02-12 01:51:54','2024-02-12 01:51:54','2024-02-12 01:51:54','2024-02-12 01:51:54'),(247,247,'email','Correo electrónico','success',NULL,'2024-02-12 02:26:09','2024-02-12 02:26:09','2024-02-12 02:26:09','2024-02-12 02:26:09'),(248,248,'email','Correo electrónico','success',NULL,'2024-02-12 18:41:39','2024-02-12 18:41:39','2024-02-12 18:41:39','2024-02-12 18:41:39'),(249,249,'email','Correo electrónico','success',NULL,'2024-02-13 10:19:17','2024-02-13 10:19:17','2024-02-13 10:19:17','2024-02-13 10:19:17'),(250,250,'email','Correo electrónico','success',NULL,'2024-02-13 10:56:28','2024-02-13 10:56:28','2024-02-13 10:56:28','2024-02-13 10:56:28'),(251,251,'email','Correo electrónico','success',NULL,'2024-02-13 18:50:25','2024-02-13 18:50:25','2024-02-13 18:50:25','2024-02-13 18:50:25'),(252,252,'email','Correo electrónico','success',NULL,'2024-02-13 19:31:44','2024-02-13 19:31:44','2024-02-13 19:31:44','2024-02-13 19:31:44'),(253,253,'email','Correo electrónico','success',NULL,'2024-02-13 21:59:40','2024-02-13 21:59:40','2024-02-13 21:59:40','2024-02-13 21:59:40'),(254,254,'email','Correo electrónico','success',NULL,'2024-02-13 22:41:19','2024-02-13 22:41:19','2024-02-13 22:41:19','2024-02-13 22:41:19'),(255,255,'email','Correo electrónico','success',NULL,'2024-02-15 08:43:51','2024-02-15 08:43:51','2024-02-15 08:43:51','2024-02-15 08:43:51'),(256,256,'email','Correo electrónico','success',NULL,'2024-02-15 13:46:57','2024-02-15 13:46:57','2024-02-15 13:46:57','2024-02-15 13:46:57'),(257,257,'email','Correo electrónico','success',NULL,'2024-02-15 22:28:22','2024-02-15 22:28:22','2024-02-15 22:28:22','2024-02-15 22:28:22'),(258,258,'email','Correo electrónico','success',NULL,'2024-02-15 22:45:30','2024-02-15 22:45:30','2024-02-15 22:45:30','2024-02-15 22:45:30'),(259,259,'email','Correo electrónico','success',NULL,'2024-02-16 00:55:17','2024-02-16 00:55:17','2024-02-16 00:55:17','2024-02-16 00:55:17'),(260,260,'email','Correo electrónico','success',NULL,'2024-02-16 11:19:42','2024-02-16 11:19:42','2024-02-16 11:19:42','2024-02-16 11:19:42'),(261,261,'email','Correo electrónico','success',NULL,'2024-02-17 01:59:59','2024-02-17 01:59:59','2024-02-17 01:59:59','2024-02-17 01:59:59'),(262,262,'email','Correo electrónico','success',NULL,'2024-02-17 04:28:59','2024-02-17 04:28:59','2024-02-17 04:28:59','2024-02-17 04:28:59'),(263,263,'email','Correo electrónico','success',NULL,'2024-02-17 11:10:49','2024-02-17 11:10:49','2024-02-17 11:10:49','2024-02-17 11:10:49'),(264,264,'email','Correo electrónico','success',NULL,'2024-02-17 14:42:08','2024-02-17 14:42:08','2024-02-17 14:42:08','2024-02-17 14:42:08'),(265,265,'email','Correo electrónico','success',NULL,'2024-02-18 16:53:20','2024-02-18 16:53:20','2024-02-18 16:53:20','2024-02-18 16:53:20'),(266,266,'email','Correo electrónico','success',NULL,'2024-02-19 03:35:37','2024-02-19 03:35:37','2024-02-19 03:35:37','2024-02-19 03:35:37'),(267,267,'email','Correo electrónico','success',NULL,'2024-02-19 11:03:57','2024-02-19 11:03:57','2024-02-19 11:03:57','2024-02-19 11:03:57'),(268,268,'email','Correo electrónico','success',NULL,'2024-02-20 11:42:34','2024-02-20 11:42:34','2024-02-20 11:42:34','2024-02-20 11:42:34'),(269,269,'email','Correo electrónico','success',NULL,'2024-02-20 21:46:53','2024-02-20 21:46:53','2024-02-20 21:46:53','2024-02-20 21:46:53'),(270,270,'email','Correo electrónico','success',NULL,'2024-02-21 10:19:51','2024-02-21 10:19:51','2024-02-21 10:19:51','2024-02-21 10:19:51'),(271,271,'email','Correo electrónico','success',NULL,'2024-02-21 12:09:42','2024-02-21 12:09:42','2024-02-21 12:09:42','2024-02-21 12:09:42'),(272,272,'email','Correo electrónico','success',NULL,'2024-02-21 15:05:11','2024-02-21 15:05:11','2024-02-21 15:05:11','2024-02-21 15:05:11'),(273,273,'email','Correo electrónico','success',NULL,'2024-02-22 04:29:30','2024-02-22 04:29:30','2024-02-22 04:29:30','2024-02-22 04:29:30'),(274,274,'email','Correo electrónico','success',NULL,'2024-02-22 09:38:41','2024-02-22 09:38:41','2024-02-22 09:38:41','2024-02-22 09:38:41'),(275,275,'email','Correo electrónico','success',NULL,'2024-02-22 17:01:27','2024-02-22 17:01:27','2024-02-22 17:01:27','2024-02-22 17:01:27'),(276,276,'email','Correo electrónico','success',NULL,'2024-02-22 19:17:13','2024-02-22 19:17:13','2024-02-22 19:17:13','2024-02-22 19:17:13'),(277,277,'email','Correo electrónico','success',NULL,'2024-02-22 19:27:34','2024-02-22 19:27:34','2024-02-22 19:27:34','2024-02-22 19:27:34'),(278,278,'email','Correo electrónico','success',NULL,'2024-02-22 20:15:44','2024-02-22 20:15:44','2024-02-22 20:15:44','2024-02-22 20:15:44'),(279,279,'email','Correo electrónico','success',NULL,'2024-02-22 20:42:53','2024-02-22 20:42:53','2024-02-22 20:42:53','2024-02-22 20:42:53'),(280,280,'email','Correo electrónico','success',NULL,'2024-02-23 03:02:55','2024-02-23 03:02:55','2024-02-23 03:02:55','2024-02-23 03:02:55'),(281,281,'email','Correo electrónico','success',NULL,'2024-02-23 10:18:22','2024-02-23 10:18:22','2024-02-23 10:18:22','2024-02-23 10:18:22'),(282,282,'email','Correo electrónico','success',NULL,'2024-02-23 21:14:17','2024-02-23 21:14:17','2024-02-23 21:14:17','2024-02-23 21:14:17'),(283,283,'email','Correo electrónico','success',NULL,'2024-02-23 22:36:01','2024-02-23 22:36:01','2024-02-23 22:36:01','2024-02-23 22:36:01'),(284,284,'email','Correo electrónico','success',NULL,'2024-02-23 23:49:56','2024-02-23 23:49:56','2024-02-23 23:49:56','2024-02-23 23:49:56'),(285,285,'email','Correo electrónico','success',NULL,'2024-02-24 05:12:27','2024-02-24 05:12:27','2024-02-24 05:12:27','2024-02-24 05:12:27'),(286,286,'email','Correo electrónico','success',NULL,'2024-02-24 11:18:51','2024-02-24 11:18:51','2024-02-24 11:18:51','2024-02-24 11:18:51'),(287,287,'email','Correo electrónico','success',NULL,'2024-02-24 16:09:53','2024-02-24 16:09:53','2024-02-24 16:09:53','2024-02-24 16:09:53'),(288,288,'email','Correo electrónico','success',NULL,'2024-02-24 21:08:23','2024-02-24 21:08:23','2024-02-24 21:08:23','2024-02-24 21:08:23'),(289,289,'email','Correo electrónico','success',NULL,'2024-02-25 04:16:00','2024-02-25 04:16:00','2024-02-25 04:16:00','2024-02-25 04:16:00'),(290,290,'email','Correo electrónico','success',NULL,'2024-02-25 10:13:36','2024-02-25 10:13:36','2024-02-25 10:13:36','2024-02-25 10:13:36'),(291,291,'email','Correo electrónico','success',NULL,'2024-02-25 11:56:20','2024-02-25 11:56:20','2024-02-25 11:56:20','2024-02-25 11:56:20'),(292,292,'email','Correo electrónico','success',NULL,'2024-02-25 11:59:04','2024-02-25 11:59:04','2024-02-25 11:59:04','2024-02-25 11:59:04'),(293,293,'email','Correo electrónico','success',NULL,'2024-02-25 17:20:22','2024-02-25 17:20:22','2024-02-25 17:20:22','2024-02-25 17:20:22'),(294,294,'email','Correo electrónico','success',NULL,'2024-02-26 00:36:15','2024-02-26 00:36:15','2024-02-26 00:36:15','2024-02-26 00:36:15'),(295,295,'email','Correo electrónico','success',NULL,'2024-02-26 06:10:40','2024-02-26 06:10:40','2024-02-26 06:10:40','2024-02-26 06:10:40'),(296,296,'email','Correo electrónico','success',NULL,'2024-02-26 09:20:57','2024-02-26 09:20:57','2024-02-26 09:20:57','2024-02-26 09:20:57'),(297,297,'email','Correo electrónico','success',NULL,'2024-02-26 09:39:08','2024-02-26 09:39:08','2024-02-26 09:39:08','2024-02-26 09:39:08'),(298,298,'email','Correo electrónico','success',NULL,'2024-02-26 13:19:00','2024-02-26 13:19:00','2024-02-26 13:19:00','2024-02-26 13:19:00'),(299,299,'email','Correo electrónico','success',NULL,'2024-02-26 18:35:26','2024-02-26 18:35:26','2024-02-26 18:35:26','2024-02-26 18:35:26'),(300,300,'email','Correo electrónico','success',NULL,'2024-02-27 12:55:01','2024-02-27 12:55:01','2024-02-27 12:55:01','2024-02-27 12:55:01'),(301,301,'email','Correo electrónico','success',NULL,'2024-02-27 18:53:29','2024-02-27 18:53:29','2024-02-27 18:53:29','2024-02-27 18:53:29'),(302,302,'email','Correo electrónico','success',NULL,'2024-02-28 07:55:11','2024-02-28 07:55:11','2024-02-28 07:55:11','2024-02-28 07:55:11'),(303,303,'email','Correo electrónico','success',NULL,'2024-02-28 12:21:47','2024-02-28 12:21:47','2024-02-28 12:21:47','2024-02-28 12:21:47'),(304,304,'email','Correo electrónico','success',NULL,'2024-02-28 18:30:07','2024-02-28 18:30:07','2024-02-28 18:30:07','2024-02-28 18:30:07'),(305,305,'email','Correo electrónico','success',NULL,'2024-02-29 00:37:51','2024-02-29 00:37:51','2024-02-29 00:37:51','2024-02-29 00:37:51'),(306,306,'email','Correo electrónico','success',NULL,'2024-02-29 12:00:48','2024-02-29 12:00:48','2024-02-29 12:00:48','2024-02-29 12:00:48'),(307,307,'email','Correo electrónico','success',NULL,'2024-03-01 06:43:55','2024-03-01 06:43:55','2024-03-01 06:43:55','2024-03-01 06:43:55'),(308,308,'email','Correo electrónico','success',NULL,'2024-03-01 20:31:37','2024-03-01 20:31:37','2024-03-01 20:31:37','2024-03-01 20:31:37'),(309,309,'email','Correo electrónico','success',NULL,'2024-03-02 08:03:36','2024-03-02 08:03:36','2024-03-02 08:03:36','2024-03-02 08:03:36'),(310,310,'email','Correo electrónico','success',NULL,'2024-03-02 08:20:42','2024-03-02 08:20:42','2024-03-02 08:20:42','2024-03-02 08:20:42'),(311,311,'email','Correo electrónico','success',NULL,'2024-03-02 09:42:17','2024-03-02 09:42:17','2024-03-02 09:42:17','2024-03-02 09:42:17'),(312,312,'email','Correo electrónico','success',NULL,'2024-03-02 15:08:52','2024-03-02 15:08:52','2024-03-02 15:08:52','2024-03-02 15:08:52'),(313,313,'email','Correo electrónico','success',NULL,'2024-03-02 18:14:31','2024-03-02 18:14:31','2024-03-02 18:14:31','2024-03-02 18:14:31'),(314,314,'email','Correo electrónico','success',NULL,'2024-03-03 00:12:23','2024-03-03 00:12:23','2024-03-03 00:12:23','2024-03-03 00:12:23'),(315,315,'email','Correo electrónico','success',NULL,'2024-03-03 06:10:37','2024-03-03 06:10:37','2024-03-03 06:10:37','2024-03-03 06:10:37'),(316,316,'email','Correo electrónico','success',NULL,'2024-03-03 11:55:55','2024-03-03 11:55:55','2024-03-03 11:55:55','2024-03-03 11:55:55'),(317,317,'email','Correo electrónico','success',NULL,'2024-03-04 04:34:14','2024-03-04 04:34:14','2024-03-04 04:34:14','2024-03-04 04:34:14'),(318,318,'email','Correo electrónico','success',NULL,'2024-03-04 11:15:14','2024-03-04 11:15:14','2024-03-04 11:15:14','2024-03-04 11:15:14'),(319,319,'email','Correo electrónico','success',NULL,'2024-03-04 14:15:15','2024-03-04 14:15:15','2024-03-04 14:15:15','2024-03-04 14:15:15'),(320,320,'email','Correo electrónico','success',NULL,'2024-03-04 17:50:02','2024-03-04 17:50:02','2024-03-04 17:50:02','2024-03-04 17:50:02'),(321,321,'email','Correo electrónico','success',NULL,'2024-03-04 20:34:45','2024-03-04 20:34:45','2024-03-04 20:34:45','2024-03-04 20:34:45'),(322,322,'email','Correo electrónico','success',NULL,'2024-03-04 23:44:04','2024-03-04 23:44:04','2024-03-04 23:44:04','2024-03-04 23:44:04'),(323,323,'email','Correo electrónico','success',NULL,'2024-03-05 20:56:39','2024-03-05 20:56:39','2024-03-05 20:56:39','2024-03-05 20:56:39'),(324,324,'email','Correo electrónico','success',NULL,'2024-03-06 23:20:03','2024-03-06 23:20:03','2024-03-06 23:20:03','2024-03-06 23:20:03'),(325,325,'email','Correo electrónico','success',NULL,'2024-03-07 07:01:45','2024-03-07 07:01:45','2024-03-07 07:01:45','2024-03-07 07:01:45'),(326,326,'email','Correo electrónico','success',NULL,'2024-03-07 15:51:33','2024-03-07 15:51:33','2024-03-07 15:51:33','2024-03-07 15:51:33'),(327,327,'email','Correo electrónico','success',NULL,'2024-03-07 21:18:35','2024-03-07 21:18:35','2024-03-07 21:18:35','2024-03-07 21:18:35'),(328,328,'email','Correo electrónico','success',NULL,'2024-03-08 01:57:52','2024-03-08 01:57:52','2024-03-08 01:57:52','2024-03-08 01:57:52'),(329,329,'email','Correo electrónico','success',NULL,'2024-03-08 02:02:09','2024-03-08 02:02:09','2024-03-08 02:02:09','2024-03-08 02:02:09'),(330,330,'email','Correo electrónico','success',NULL,'2024-03-09 02:59:46','2024-03-09 02:59:46','2024-03-09 02:59:46','2024-03-09 02:59:46'),(331,331,'email','Correo electrónico','success',NULL,'2024-03-09 22:00:52','2024-03-09 22:00:52','2024-03-09 22:00:52','2024-03-09 22:00:52'),(332,332,'email','Correo electrónico','success',NULL,'2024-03-11 12:47:43','2024-03-11 12:47:43','2024-03-11 12:47:43','2024-03-11 12:47:43'),(333,333,'email','Correo electrónico','success',NULL,'2024-03-13 05:25:45','2024-03-13 05:25:45','2024-03-13 05:25:45','2024-03-13 05:25:45'),(334,334,'email','Correo electrónico','success',NULL,'2024-03-13 06:56:53','2024-03-13 06:56:53','2024-03-13 06:56:53','2024-03-13 06:56:53'),(335,335,'email','Correo electrónico','success',NULL,'2024-03-13 08:49:01','2024-03-13 08:49:01','2024-03-13 08:49:01','2024-03-13 08:49:01'),(336,336,'email','Correo electrónico','success',NULL,'2024-03-13 11:00:14','2024-03-13 11:00:14','2024-03-13 11:00:14','2024-03-13 11:00:14'),(337,337,'email','Correo electrónico','success',NULL,'2024-03-14 06:42:55','2024-03-14 06:42:55','2024-03-14 06:42:55','2024-03-14 06:42:55'),(338,338,'email','Correo electrónico','success',NULL,'2024-03-14 09:44:38','2024-03-14 09:44:38','2024-03-14 09:44:38','2024-03-14 09:44:38'),(339,339,'email','Correo electrónico','success',NULL,'2024-03-14 12:30:21','2024-03-14 12:30:21','2024-03-14 12:30:21','2024-03-14 12:30:21'),(340,340,'email','Correo electrónico','success',NULL,'2024-03-14 13:23:31','2024-03-14 13:23:31','2024-03-14 13:23:31','2024-03-14 13:23:31'),(341,341,'email','Correo electrónico','success',NULL,'2024-03-14 15:54:27','2024-03-14 15:54:27','2024-03-14 15:54:27','2024-03-14 15:54:27'),(342,342,'email','Correo electrónico','success',NULL,'2024-03-14 23:07:11','2024-03-14 23:07:11','2024-03-14 23:07:11','2024-03-14 23:07:11'),(343,343,'email','Correo electrónico','success',NULL,'2024-03-15 05:56:36','2024-03-15 05:56:36','2024-03-15 05:56:36','2024-03-15 05:56:36'),(344,344,'email','Correo electrónico','success',NULL,'2024-03-15 08:16:55','2024-03-15 08:16:55','2024-03-15 08:16:55','2024-03-15 08:16:55'),(345,345,'email','Correo electrónico','success',NULL,'2024-03-15 17:12:33','2024-03-15 17:12:33','2024-03-15 17:12:33','2024-03-15 17:12:33'),(346,346,'email','Correo electrónico','success',NULL,'2024-03-15 19:40:32','2024-03-15 19:40:32','2024-03-15 19:40:32','2024-03-15 19:40:32'),(347,347,'email','Correo electrónico','success',NULL,'2024-03-16 11:05:22','2024-03-16 11:05:22','2024-03-16 11:05:22','2024-03-16 11:05:22'),(348,348,'email','Correo electrónico','success',NULL,'2024-03-17 07:27:16','2024-03-17 07:27:16','2024-03-17 07:27:16','2024-03-17 07:27:16'),(349,349,'email','Correo electrónico','success',NULL,'2024-03-17 09:37:42','2024-03-17 09:37:42','2024-03-17 09:37:42','2024-03-17 09:37:42'),(350,350,'email','Correo electrónico','success',NULL,'2024-03-17 12:04:42','2024-03-17 12:04:42','2024-03-17 12:04:42','2024-03-17 12:04:42'),(351,351,'email','Correo electrónico','success',NULL,'2024-03-17 20:26:34','2024-03-17 20:26:34','2024-03-17 20:26:34','2024-03-17 20:26:34'),(352,352,'email','Correo electrónico','success',NULL,'2024-03-17 20:31:31','2024-03-17 20:31:31','2024-03-17 20:31:31','2024-03-17 20:31:31'),(353,353,'email','Correo electrónico','success',NULL,'2024-03-17 23:11:17','2024-03-17 23:11:17','2024-03-17 23:11:17','2024-03-17 23:11:17'),(354,354,'email','Correo electrónico','success',NULL,'2024-03-18 08:46:10','2024-03-18 08:46:10','2024-03-18 08:46:10','2024-03-18 08:46:10'),(355,355,'email','Correo electrónico','success',NULL,'2024-03-18 22:16:42','2024-03-18 22:16:42','2024-03-18 22:16:42','2024-03-18 22:16:42'),(356,356,'email','Correo electrónico','success',NULL,'2024-03-19 23:41:53','2024-03-19 23:41:53','2024-03-19 23:41:53','2024-03-19 23:41:53'),(357,357,'email','Correo electrónico','success',NULL,'2024-03-20 12:15:10','2024-03-20 12:15:10','2024-03-20 12:15:10','2024-03-20 12:15:10'),(358,358,'email','Correo electrónico','success',NULL,'2024-03-20 12:27:27','2024-03-20 12:27:27','2024-03-20 12:27:27','2024-03-20 12:27:27'),(359,359,'email','Correo electrónico','success',NULL,'2024-03-20 13:31:12','2024-03-20 13:31:12','2024-03-20 13:31:12','2024-03-20 13:31:12'),(360,360,'email','Correo electrónico','success',NULL,'2024-03-20 20:31:09','2024-03-20 20:31:09','2024-03-20 20:31:09','2024-03-20 20:31:09'),(361,361,'email','Correo electrónico','success',NULL,'2024-03-21 13:35:25','2024-03-21 13:35:25','2024-03-21 13:35:25','2024-03-21 13:35:25'),(362,362,'email','Correo electrónico','success',NULL,'2024-03-23 03:10:54','2024-03-23 03:10:54','2024-03-23 03:10:54','2024-03-23 03:10:54'),(363,363,'email','Correo electrónico','success',NULL,'2024-03-23 03:23:25','2024-03-23 03:23:25','2024-03-23 03:23:25','2024-03-23 03:23:25'),(364,364,'email','Correo electrónico','success',NULL,'2024-03-23 12:54:35','2024-03-23 12:54:35','2024-03-23 12:54:35','2024-03-23 12:54:35'),(365,365,'email','Correo electrónico','success',NULL,'2024-03-23 22:48:58','2024-03-23 22:48:58','2024-03-23 22:48:58','2024-03-23 22:48:58'),(366,366,'email','Correo electrónico','success',NULL,'2024-03-24 00:35:55','2024-03-24 00:35:55','2024-03-24 00:35:55','2024-03-24 00:35:55'),(367,367,'email','Correo electrónico','success',NULL,'2024-03-24 03:47:51','2024-03-24 03:47:51','2024-03-24 03:47:51','2024-03-24 03:47:51'),(368,368,'email','Correo electrónico','success',NULL,'2024-03-24 10:55:29','2024-03-24 10:55:29','2024-03-24 10:55:29','2024-03-24 10:55:29'),(369,369,'email','Correo electrónico','success',NULL,'2024-03-24 21:34:23','2024-03-24 21:34:23','2024-03-24 21:34:23','2024-03-24 21:34:23'),(370,370,'email','Correo electrónico','success',NULL,'2024-03-25 05:35:07','2024-03-25 05:35:07','2024-03-25 05:35:07','2024-03-25 05:35:07'),(371,371,'email','Correo electrónico','success',NULL,'2024-03-26 04:38:31','2024-03-26 04:38:31','2024-03-26 04:38:31','2024-03-26 04:38:31'),(372,372,'email','Correo electrónico','success',NULL,'2024-03-26 06:40:49','2024-03-26 06:40:49','2024-03-26 06:40:49','2024-03-26 06:40:49'),(373,373,'email','Correo electrónico','success',NULL,'2024-03-26 23:03:43','2024-03-26 23:03:43','2024-03-26 23:03:43','2024-03-26 23:03:43'),(374,374,'email','Correo electrónico','success',NULL,'2024-03-27 01:35:07','2024-03-27 01:35:07','2024-03-27 01:35:07','2024-03-27 01:35:07'),(375,375,'email','Correo electrónico','success',NULL,'2024-03-27 03:12:42','2024-03-27 03:12:42','2024-03-27 03:12:42','2024-03-27 03:12:42'),(376,376,'email','Correo electrónico','success',NULL,'2024-03-27 04:17:53','2024-03-27 04:17:53','2024-03-27 04:17:53','2024-03-27 04:17:53'),(377,377,'email','Correo electrónico','success',NULL,'2024-03-27 07:44:36','2024-03-27 07:44:36','2024-03-27 07:44:36','2024-03-27 07:44:36'),(378,378,'email','Correo electrónico','success',NULL,'2024-03-27 07:52:57','2024-03-27 07:52:57','2024-03-27 07:52:57','2024-03-27 07:52:57'),(379,379,'email','Correo electrónico','success',NULL,'2024-03-27 12:07:12','2024-03-27 12:07:12','2024-03-27 12:07:12','2024-03-27 12:07:12'),(380,380,'email','Correo electrónico','success',NULL,'2024-03-28 08:39:24','2024-03-28 08:39:24','2024-03-28 08:39:24','2024-03-28 08:39:24'),(381,381,'email','Correo electrónico','success',NULL,'2024-03-28 11:29:10','2024-03-28 11:29:10','2024-03-28 11:29:10','2024-03-28 11:29:10'),(382,382,'email','Correo electrónico','success',NULL,'2024-03-29 12:59:36','2024-03-29 12:59:36','2024-03-29 12:59:36','2024-03-29 12:59:36'),(383,383,'email','Correo electrónico','success',NULL,'2024-03-30 12:52:12','2024-03-30 12:52:12','2024-03-30 12:52:12','2024-03-30 12:52:12'),(384,384,'email','Correo electrónico','success',NULL,'2024-03-31 00:51:00','2024-03-31 00:51:00','2024-03-31 00:51:00','2024-03-31 00:51:00'),(385,385,'email','Correo electrónico','success',NULL,'2024-03-31 01:46:56','2024-03-31 01:46:56','2024-03-31 01:46:56','2024-03-31 01:46:56'),(386,386,'email','Correo electrónico','success',NULL,'2024-03-31 05:14:40','2024-03-31 05:14:40','2024-03-31 05:14:40','2024-03-31 05:14:40'),(387,387,'email','Correo electrónico','success',NULL,'2024-03-31 08:36:37','2024-03-31 08:36:37','2024-03-31 08:36:37','2024-03-31 08:36:37'),(388,388,'email','Correo electrónico','success',NULL,'2024-04-01 03:56:28','2024-04-01 03:56:28','2024-04-01 03:56:28','2024-04-01 03:56:28'),(389,389,'email','Correo electrónico','success',NULL,'2024-04-01 10:17:01','2024-04-01 10:17:01','2024-04-01 10:17:01','2024-04-01 10:17:01'),(390,390,'email','Correo electrónico','success',NULL,'2024-04-02 03:45:01','2024-04-02 03:45:01','2024-04-02 03:45:01','2024-04-02 03:45:01'),(391,391,'email','Correo electrónico','success',NULL,'2024-04-02 04:22:29','2024-04-02 04:22:29','2024-04-02 04:22:29','2024-04-02 04:22:29'),(392,392,'email','Correo electrónico','success',NULL,'2024-04-02 09:38:22','2024-04-02 09:38:22','2024-04-02 09:38:22','2024-04-02 09:38:22'),(393,393,'email','Correo electrónico','success',NULL,'2024-04-02 09:39:29','2024-04-02 09:39:29','2024-04-02 09:39:29','2024-04-02 09:39:29'),(394,394,'email','Correo electrónico','success',NULL,'2024-04-02 13:22:01','2024-04-02 13:22:01','2024-04-02 13:22:01','2024-04-02 13:22:01'),(395,395,'email','Correo electrónico','success',NULL,'2024-04-03 01:53:13','2024-04-03 01:53:13','2024-04-03 01:53:13','2024-04-03 01:53:13'),(396,396,'email','Correo electrónico','success',NULL,'2024-04-03 05:26:41','2024-04-03 05:26:41','2024-04-03 05:26:41','2024-04-03 05:26:41'),(397,397,'email','Correo electrónico','success',NULL,'2024-04-03 14:33:44','2024-04-03 14:33:44','2024-04-03 14:33:44','2024-04-03 14:33:44'),(398,398,'email','Correo electrónico','success',NULL,'2024-04-04 07:45:35','2024-04-04 07:45:35','2024-04-04 07:45:35','2024-04-04 07:45:35'),(399,399,'email','Correo electrónico','success',NULL,'2024-04-04 10:44:19','2024-04-04 10:44:19','2024-04-04 10:44:19','2024-04-04 10:44:19'),(400,400,'email','Correo electrónico','success',NULL,'2024-04-04 16:16:54','2024-04-04 16:16:54','2024-04-04 16:16:54','2024-04-04 16:16:54'),(401,401,'email','Correo electrónico','success',NULL,'2024-04-05 02:12:52','2024-04-05 02:12:52','2024-04-05 02:12:52','2024-04-05 02:12:52'),(402,402,'email','Correo electrónico','success',NULL,'2024-04-05 13:30:46','2024-04-05 13:30:46','2024-04-05 13:30:46','2024-04-05 13:30:46'),(403,403,'email','Correo electrónico','success',NULL,'2024-04-05 19:53:08','2024-04-05 19:53:08','2024-04-05 19:53:08','2024-04-05 19:53:08'),(404,404,'email','Correo electrónico','success',NULL,'2024-04-07 07:46:39','2024-04-07 07:46:39','2024-04-07 07:46:39','2024-04-07 07:46:39'),(405,405,'email','Correo electrónico','success',NULL,'2024-04-08 23:58:03','2024-04-08 23:58:03','2024-04-08 23:58:03','2024-04-08 23:58:03'),(406,406,'email','Correo electrónico','success',NULL,'2024-04-09 03:06:15','2024-04-09 03:06:15','2024-04-09 03:06:15','2024-04-09 03:06:15'),(407,407,'email','Correo electrónico','success',NULL,'2024-04-09 03:13:07','2024-04-09 03:13:07','2024-04-09 03:13:07','2024-04-09 03:13:07'),(408,408,'email','Correo electrónico','success',NULL,'2024-04-11 20:30:59','2024-04-11 20:30:59','2024-04-11 20:30:59','2024-04-11 20:30:59'),(409,409,'email','Correo electrónico','success',NULL,'2024-04-12 05:33:29','2024-04-12 05:33:29','2024-04-12 05:33:29','2024-04-12 05:33:29'),(410,410,'email','Correo electrónico','success',NULL,'2024-04-13 01:30:50','2024-04-13 01:30:50','2024-04-13 01:30:50','2024-04-13 01:30:50'),(411,411,'email','Correo electrónico','success',NULL,'2024-04-14 06:20:30','2024-04-14 06:20:30','2024-04-14 06:20:30','2024-04-14 06:20:30'),(412,412,'email','Correo electrónico','success',NULL,'2024-04-14 07:03:55','2024-04-14 07:03:55','2024-04-14 07:03:55','2024-04-14 07:03:55'),(413,413,'email','Correo electrónico','success',NULL,'2024-04-14 10:34:16','2024-04-14 10:34:16','2024-04-14 10:34:16','2024-04-14 10:34:16'),(414,414,'email','Correo electrónico','success',NULL,'2024-04-14 23:00:01','2024-04-14 23:00:01','2024-04-14 23:00:01','2024-04-14 23:00:01'),(415,415,'email','Correo electrónico','success',NULL,'2024-04-15 07:50:34','2024-04-15 07:50:34','2024-04-15 07:50:34','2024-04-15 07:50:34'),(416,416,'email','Correo electrónico','success',NULL,'2024-04-15 15:24:04','2024-04-15 15:24:04','2024-04-15 15:24:04','2024-04-15 15:24:04'),(417,417,'email','Correo electrónico','success',NULL,'2024-04-16 14:38:14','2024-04-16 14:38:14','2024-04-16 14:38:14','2024-04-16 14:38:14'),(418,418,'email','Correo electrónico','success',NULL,'2024-04-16 15:23:59','2024-04-16 15:23:59','2024-04-16 15:23:59','2024-04-16 15:23:59'),(419,419,'email','Correo electrónico','success',NULL,'2024-04-16 21:45:44','2024-04-16 21:45:44','2024-04-16 21:45:44','2024-04-16 21:45:44'),(420,420,'email','Correo electrónico','success',NULL,'2024-04-17 04:50:34','2024-04-17 04:50:34','2024-04-17 04:50:34','2024-04-17 04:50:34'),(421,421,'email','Correo electrónico','success',NULL,'2024-04-17 14:37:57','2024-04-17 14:37:57','2024-04-17 14:37:57','2024-04-17 14:37:57'),(422,422,'email','Correo electrónico','success',NULL,'2024-04-17 20:44:16','2024-04-17 20:44:16','2024-04-17 20:44:16','2024-04-17 20:44:16'),(423,423,'email','Correo electrónico','success',NULL,'2024-04-18 14:51:00','2024-04-18 14:51:00','2024-04-18 14:51:00','2024-04-18 14:51:00'),(424,424,'email','Correo electrónico','success',NULL,'2024-04-18 17:58:32','2024-04-18 17:58:32','2024-04-18 17:58:32','2024-04-18 17:58:32'),(425,425,'email','Correo electrónico','success',NULL,'2024-04-18 18:54:44','2024-04-18 18:54:44','2024-04-18 18:54:44','2024-04-18 18:54:44'),(426,426,'email','Correo electrónico','success',NULL,'2024-04-19 11:07:32','2024-04-19 11:07:32','2024-04-19 11:07:32','2024-04-19 11:07:32'),(427,427,'email','Correo electrónico','success',NULL,'2024-04-19 15:00:08','2024-04-19 15:00:08','2024-04-19 15:00:08','2024-04-19 15:00:08'),(428,428,'email','Correo electrónico','success',NULL,'2024-04-19 15:54:38','2024-04-19 15:54:38','2024-04-19 15:54:38','2024-04-19 15:54:38'),(429,429,'email','Correo electrónico','success',NULL,'2024-04-19 19:57:09','2024-04-19 19:57:09','2024-04-19 19:57:09','2024-04-19 19:57:09'),(430,430,'email','Correo electrónico','success',NULL,'2024-04-20 01:21:45','2024-04-20 01:21:45','2024-04-20 01:21:45','2024-04-20 01:21:45'),(431,431,'email','Correo electrónico','success',NULL,'2024-04-21 01:43:47','2024-04-21 01:43:47','2024-04-21 01:43:47','2024-04-21 01:43:47'),(432,432,'email','Correo electrónico','success',NULL,'2024-04-21 12:17:32','2024-04-21 12:17:32','2024-04-21 12:17:32','2024-04-21 12:17:32'),(433,433,'email','Correo electrónico','success',NULL,'2024-04-21 16:33:09','2024-04-21 16:33:09','2024-04-21 16:33:09','2024-04-21 16:33:09'),(434,434,'email','Correo electrónico','success',NULL,'2024-04-22 03:30:14','2024-04-22 03:30:14','2024-04-22 03:30:14','2024-04-22 03:30:14'),(435,435,'email','Correo electrónico','success',NULL,'2024-04-22 12:46:14','2024-04-22 12:46:14','2024-04-22 12:46:14','2024-04-22 12:46:14'),(436,436,'email','Correo electrónico','success',NULL,'2024-04-22 23:09:18','2024-04-22 23:09:18','2024-04-22 23:09:18','2024-04-22 23:09:18'),(437,437,'email','Correo electrónico','success',NULL,'2024-04-23 07:58:52','2024-04-23 07:58:52','2024-04-23 07:58:52','2024-04-23 07:58:52'),(438,438,'email','Correo electrónico','success',NULL,'2024-04-23 08:53:02','2024-04-23 08:53:02','2024-04-23 08:53:02','2024-04-23 08:53:02'),(439,439,'email','Correo electrónico','success',NULL,'2024-04-23 16:08:30','2024-04-23 16:08:30','2024-04-23 16:08:30','2024-04-23 16:08:30'),(440,440,'email','Correo electrónico','success',NULL,'2024-04-24 01:03:41','2024-04-24 01:03:41','2024-04-24 01:03:41','2024-04-24 01:03:41'),(441,441,'email','Correo electrónico','success',NULL,'2024-04-24 04:32:36','2024-04-24 04:32:36','2024-04-24 04:32:36','2024-04-24 04:32:36'),(442,442,'email','Correo electrónico','success',NULL,'2024-04-24 05:57:36','2024-04-24 05:57:36','2024-04-24 05:57:36','2024-04-24 05:57:36'),(443,443,'email','Correo electrónico','success',NULL,'2024-04-24 07:10:52','2024-04-24 07:10:52','2024-04-24 07:10:52','2024-04-24 07:10:52'),(444,444,'email','Correo electrónico','success',NULL,'2024-04-24 14:26:32','2024-04-24 14:26:32','2024-04-24 14:26:32','2024-04-24 14:26:32'),(445,445,'email','Correo electrónico','success',NULL,'2024-04-24 18:41:36','2024-04-24 18:41:36','2024-04-24 18:41:36','2024-04-24 18:41:36'),(446,446,'email','Correo electrónico','success',NULL,'2024-04-24 21:37:34','2024-04-24 21:37:34','2024-04-24 21:37:34','2024-04-24 21:37:34'),(447,447,'email','Correo electrónico','success',NULL,'2024-04-25 22:47:54','2024-04-25 22:47:54','2024-04-25 22:47:54','2024-04-25 22:47:54'),(448,448,'email','Correo electrónico','success',NULL,'2024-04-26 15:32:24','2024-04-26 15:32:24','2024-04-26 15:32:24','2024-04-26 15:32:24'),(449,449,'email','Correo electrónico','success',NULL,'2024-04-27 06:33:40','2024-04-27 06:33:40','2024-04-27 06:33:40','2024-04-27 06:33:40'),(450,450,'email','Correo electrónico','success',NULL,'2024-04-27 15:19:18','2024-04-27 15:19:18','2024-04-27 15:19:18','2024-04-27 15:19:18'),(451,451,'email','Correo electrónico','success',NULL,'2024-04-27 15:47:48','2024-04-27 15:47:48','2024-04-27 15:47:48','2024-04-27 15:47:48'),(452,452,'email','Correo electrónico','success',NULL,'2024-04-28 03:25:34','2024-04-28 03:25:34','2024-04-28 03:25:34','2024-04-28 03:25:34'),(453,453,'email','Correo electrónico','success',NULL,'2024-04-28 18:23:47','2024-04-28 18:23:47','2024-04-28 18:23:47','2024-04-28 18:23:47'),(454,454,'email','Correo electrónico','success',NULL,'2024-04-28 21:27:45','2024-04-28 21:27:45','2024-04-28 21:27:45','2024-04-28 21:27:45'),(455,455,'email','Correo electrónico','success',NULL,'2024-04-29 03:52:32','2024-04-29 03:52:32','2024-04-29 03:52:32','2024-04-29 03:52:32'),(456,456,'email','Correo electrónico','success',NULL,'2024-04-29 06:58:46','2024-04-29 06:58:46','2024-04-29 06:58:46','2024-04-29 06:58:46'),(457,457,'email','Correo electrónico','success',NULL,'2024-04-29 07:41:09','2024-04-29 07:41:09','2024-04-29 07:41:09','2024-04-29 07:41:09'),(458,458,'email','Correo electrónico','success',NULL,'2024-04-29 11:35:39','2024-04-29 11:35:39','2024-04-29 11:35:39','2024-04-29 11:35:39'),(459,459,'email','Correo electrónico','success',NULL,'2024-04-29 20:58:28','2024-04-29 20:58:28','2024-04-29 20:58:28','2024-04-29 20:58:28'),(460,460,'email','Correo electrónico','success',NULL,'2024-04-30 03:00:24','2024-04-30 03:00:24','2024-04-30 03:00:24','2024-04-30 03:00:24'),(461,461,'email','Correo electrónico','success',NULL,'2024-04-30 04:46:05','2024-04-30 04:46:05','2024-04-30 04:46:05','2024-04-30 04:46:05'),(462,462,'email','Correo electrónico','success',NULL,'2024-05-02 17:15:16','2024-05-02 17:15:16','2024-05-02 17:15:16','2024-05-02 17:15:16'),(463,463,'email','Correo electrónico','success',NULL,'2024-05-03 14:33:05','2024-05-03 14:33:05','2024-05-03 14:33:05','2024-05-03 14:33:05'),(464,464,'email','Correo electrónico','success',NULL,'2024-05-04 00:22:54','2024-05-04 00:22:54','2024-05-04 00:22:54','2024-05-04 00:22:54'),(465,465,'email','Correo electrónico','success',NULL,'2024-05-04 09:27:20','2024-05-04 09:27:20','2024-05-04 09:27:20','2024-05-04 09:27:20'),(466,466,'email','Correo electrónico','success',NULL,'2024-05-05 04:23:58','2024-05-05 04:23:58','2024-05-05 04:23:58','2024-05-05 04:23:58'),(467,467,'email','Correo electrónico','success',NULL,'2024-05-05 08:25:31','2024-05-05 08:25:31','2024-05-05 08:25:31','2024-05-05 08:25:31'),(468,468,'email','Correo electrónico','success',NULL,'2024-05-05 21:53:13','2024-05-05 21:53:13','2024-05-05 21:53:13','2024-05-05 21:53:13'),(469,469,'email','Correo electrónico','success',NULL,'2024-05-05 22:54:20','2024-05-05 22:54:20','2024-05-05 22:54:20','2024-05-05 22:54:20'),(470,470,'email','Correo electrónico','success',NULL,'2024-05-06 17:31:38','2024-05-06 17:31:38','2024-05-06 17:31:38','2024-05-06 17:31:38'),(471,471,'email','Correo electrónico','success',NULL,'2024-05-06 21:48:48','2024-05-06 21:48:48','2024-05-06 21:48:48','2024-05-06 21:48:48'),(472,472,'email','Correo electrónico','success',NULL,'2024-05-07 00:11:35','2024-05-07 00:11:35','2024-05-07 00:11:35','2024-05-07 00:11:35'),(473,473,'email','Correo electrónico','success',NULL,'2024-05-07 09:38:40','2024-05-07 09:38:40','2024-05-07 09:38:40','2024-05-07 09:38:40'),(474,474,'email','Correo electrónico','success',NULL,'2024-05-07 23:20:56','2024-05-07 23:20:56','2024-05-07 23:20:56','2024-05-07 23:20:56'),(475,475,'email','Correo electrónico','success',NULL,'2024-05-08 00:39:19','2024-05-08 00:39:19','2024-05-08 00:39:19','2024-05-08 00:39:19'),(476,476,'email','Correo electrónico','success',NULL,'2024-05-08 01:36:01','2024-05-08 01:36:01','2024-05-08 01:36:01','2024-05-08 01:36:01'),(477,477,'email','Correo electrónico','success',NULL,'2024-05-08 06:51:54','2024-05-08 06:51:54','2024-05-08 06:51:54','2024-05-08 06:51:54'),(478,478,'email','Correo electrónico','success',NULL,'2024-05-08 10:52:11','2024-05-08 10:52:11','2024-05-08 10:52:11','2024-05-08 10:52:11'),(479,479,'email','Correo electrónico','success',NULL,'2024-05-09 11:39:01','2024-05-09 11:39:01','2024-05-09 11:39:01','2024-05-09 11:39:01'),(480,480,'email','Correo electrónico','success',NULL,'2024-05-09 21:05:52','2024-05-09 21:05:52','2024-05-09 21:05:52','2024-05-09 21:05:52'),(481,481,'email','Correo electrónico','success',NULL,'2024-05-10 09:52:01','2024-05-10 09:52:01','2024-05-10 09:52:01','2024-05-10 09:52:01'),(482,482,'email','Correo electrónico','success',NULL,'2024-05-11 09:07:23','2024-05-11 09:07:23','2024-05-11 09:07:23','2024-05-11 09:07:23'),(483,483,'email','Correo electrónico','success',NULL,'2024-05-12 13:41:18','2024-05-12 13:41:18','2024-05-12 13:41:18','2024-05-12 13:41:18'),(484,484,'email','Correo electrónico','success',NULL,'2024-05-13 00:06:00','2024-05-13 00:06:00','2024-05-13 00:06:00','2024-05-13 00:06:00'),(485,485,'email','Correo electrónico','success',NULL,'2024-05-13 02:23:30','2024-05-13 02:23:30','2024-05-13 02:23:30','2024-05-13 02:23:30'),(486,486,'email','Correo electrónico','success',NULL,'2024-05-13 10:20:05','2024-05-13 10:20:05','2024-05-13 10:20:05','2024-05-13 10:20:05'),(487,487,'email','Correo electrónico','success',NULL,'2024-05-14 15:45:01','2024-05-14 15:45:01','2024-05-14 15:45:01','2024-05-14 15:45:01'),(488,488,'email','Correo electrónico','success',NULL,'2024-05-14 16:12:51','2024-05-14 16:12:51','2024-05-14 16:12:51','2024-05-14 16:12:51'),(489,489,'email','Correo electrónico','success',NULL,'2024-05-16 03:55:45','2024-05-16 03:55:45','2024-05-16 03:55:45','2024-05-16 03:55:45'),(490,490,'email','Correo electrónico','success',NULL,'2024-05-16 11:11:37','2024-05-16 11:11:37','2024-05-16 11:11:37','2024-05-16 11:11:37'),(491,491,'email','Correo electrónico','success',NULL,'2024-05-16 12:52:26','2024-05-16 12:52:26','2024-05-16 12:52:26','2024-05-16 12:52:26'),(492,492,'email','Correo electrónico','success',NULL,'2024-05-16 13:28:16','2024-05-16 13:28:16','2024-05-16 13:28:16','2024-05-16 13:28:16'),(493,493,'email','Correo electrónico','success',NULL,'2024-05-16 23:20:03','2024-05-16 23:20:03','2024-05-16 23:20:03','2024-05-16 23:20:03'),(494,494,'email','Correo electrónico','success',NULL,'2024-05-17 02:43:46','2024-05-17 02:43:46','2024-05-17 02:43:46','2024-05-17 02:43:46'),(495,495,'email','Correo electrónico','success',NULL,'2024-05-17 20:05:36','2024-05-17 20:05:36','2024-05-17 20:05:36','2024-05-17 20:05:36'),(496,496,'email','Correo electrónico','success',NULL,'2024-05-19 14:43:40','2024-05-19 14:43:40','2024-05-19 14:43:40','2024-05-19 14:43:40'),(497,497,'email','Correo electrónico','success',NULL,'2024-05-19 23:17:25','2024-05-19 23:17:25','2024-05-19 23:17:25','2024-05-19 23:17:25'),(498,498,'email','Correo electrónico','success',NULL,'2024-05-20 07:03:23','2024-05-20 07:03:23','2024-05-20 07:03:23','2024-05-20 07:03:23'),(499,499,'email','Correo electrónico','success',NULL,'2024-05-20 15:16:21','2024-05-20 15:16:21','2024-05-20 15:16:21','2024-05-20 15:16:21'),(500,500,'email','Correo electrónico','success',NULL,'2024-05-21 00:49:57','2024-05-21 00:49:57','2024-05-21 00:49:57','2024-05-21 00:49:57'),(501,501,'email','Correo electrónico','success',NULL,'2024-05-21 07:49:46','2024-05-21 07:49:46','2024-05-21 07:49:46','2024-05-21 07:49:46'),(502,502,'email','Correo electrónico','success',NULL,'2024-05-21 07:49:53','2024-05-21 07:49:53','2024-05-21 07:49:53','2024-05-21 07:49:53'),(503,503,'email','Correo electrónico','success',NULL,'2024-05-22 13:16:48','2024-05-22 13:16:48','2024-05-22 13:16:48','2024-05-22 13:16:48'),(504,504,'email','Correo electrónico','success',NULL,'2024-05-23 01:33:24','2024-05-23 01:33:24','2024-05-23 01:33:24','2024-05-23 01:33:24'),(505,505,'email','Correo electrónico','success',NULL,'2024-05-23 10:29:17','2024-05-23 10:29:17','2024-05-23 10:29:17','2024-05-23 10:29:17'),(506,506,'email','Correo electrónico','success',NULL,'2024-05-25 11:00:36','2024-05-25 11:00:36','2024-05-25 11:00:36','2024-05-25 11:00:36'),(507,507,'email','Correo electrónico','success',NULL,'2024-05-28 00:48:59','2024-05-28 00:48:59','2024-05-28 00:48:59','2024-05-28 00:48:59'),(508,508,'email','Correo electrónico','success',NULL,'2024-05-28 21:55:02','2024-05-28 21:55:02','2024-05-28 21:55:02','2024-05-28 21:55:02'),(509,509,'email','Correo electrónico','success',NULL,'2024-05-31 13:55:38','2024-05-31 13:55:38','2024-05-31 13:55:38','2024-05-31 13:55:38'),(510,510,'email','Correo electrónico','success',NULL,'2024-05-31 14:52:51','2024-05-31 14:52:51','2024-05-31 14:52:51','2024-05-31 14:52:51'),(511,511,'email','Correo electrónico','success',NULL,'2024-05-31 15:54:04','2024-05-31 15:54:04','2024-05-31 15:54:04','2024-05-31 15:54:04'),(512,512,'email','Correo electrónico','success',NULL,'2024-05-31 20:25:48','2024-05-31 20:25:48','2024-05-31 20:25:48','2024-05-31 20:25:48'),(513,513,'email','Correo electrónico','success',NULL,'2024-06-02 07:04:59','2024-06-02 07:04:59','2024-06-02 07:04:59','2024-06-02 07:04:59'),(514,514,'email','Correo electrónico','success',NULL,'2024-06-02 15:27:47','2024-06-02 15:27:47','2024-06-02 15:27:47','2024-06-02 15:27:47'),(515,515,'email','Correo electrónico','success',NULL,'2024-06-03 07:29:42','2024-06-03 07:29:42','2024-06-03 07:29:42','2024-06-03 07:29:42'),(516,516,'email','Correo electrónico','success',NULL,'2024-06-04 10:39:29','2024-06-04 10:39:29','2024-06-04 10:39:29','2024-06-04 10:39:29'),(517,517,'email','Correo electrónico','success',NULL,'2024-06-04 23:18:48','2024-06-04 23:18:48','2024-06-04 23:18:48','2024-06-04 23:18:48'),(518,518,'email','Correo electrónico','success',NULL,'2024-06-05 08:39:48','2024-06-05 08:39:48','2024-06-05 08:39:48','2024-06-05 08:39:48'),(519,519,'email','Correo electrónico','success',NULL,'2024-06-05 19:04:14','2024-06-05 19:04:14','2024-06-05 19:04:14','2024-06-05 19:04:14'),(520,520,'email','Correo electrónico','success',NULL,'2024-06-06 04:10:30','2024-06-06 04:10:30','2024-06-06 04:10:30','2024-06-06 04:10:30'),(521,521,'email','Correo electrónico','success',NULL,'2024-06-06 09:36:55','2024-06-06 09:36:55','2024-06-06 09:36:55','2024-06-06 09:36:55'),(522,522,'email','Correo electrónico','success',NULL,'2024-06-07 00:26:03','2024-06-07 00:26:03','2024-06-07 00:26:03','2024-06-07 00:26:03'),(523,523,'email','Correo electrónico','success',NULL,'2024-06-07 00:33:14','2024-06-07 00:33:14','2024-06-07 00:33:14','2024-06-07 00:33:14'),(524,524,'email','Correo electrónico','success',NULL,'2024-06-07 20:28:48','2024-06-07 20:28:48','2024-06-07 20:28:48','2024-06-07 20:28:48'),(525,525,'email','Correo electrónico','success',NULL,'2024-06-08 21:24:36','2024-06-08 21:24:36','2024-06-08 21:24:36','2024-06-08 21:24:36'),(526,526,'email','Correo electrónico','success',NULL,'2024-06-09 00:28:54','2024-06-09 00:28:54','2024-06-09 00:28:54','2024-06-09 00:28:54'),(527,527,'email','Correo electrónico','success',NULL,'2024-06-09 22:08:47','2024-06-09 22:08:47','2024-06-09 22:08:47','2024-06-09 22:08:47'),(528,528,'email','Correo electrónico','success',NULL,'2024-06-09 22:19:01','2024-06-09 22:19:01','2024-06-09 22:19:01','2024-06-09 22:19:01'),(529,529,'email','Correo electrónico','success',NULL,'2024-06-10 08:58:54','2024-06-10 08:58:54','2024-06-10 08:58:54','2024-06-10 08:58:54'),(530,530,'email','Correo electrónico','success',NULL,'2024-06-10 18:00:22','2024-06-10 18:00:22','2024-06-10 18:00:22','2024-06-10 18:00:22'),(531,531,'email','Correo electrónico','success',NULL,'2024-06-10 19:19:03','2024-06-10 19:19:03','2024-06-10 19:19:03','2024-06-10 19:19:03'),(532,532,'email','Correo electrónico','success',NULL,'2024-06-10 22:42:16','2024-06-10 22:42:16','2024-06-10 22:42:16','2024-06-10 22:42:16'),(533,533,'email','Correo electrónico','success',NULL,'2024-06-11 01:23:44','2024-06-11 01:23:44','2024-06-11 01:23:44','2024-06-11 01:23:44'),(534,534,'email','Correo electrónico','success',NULL,'2024-06-11 02:52:44','2024-06-11 02:52:44','2024-06-11 02:52:44','2024-06-11 02:52:44'),(535,535,'email','Correo electrónico','success',NULL,'2024-06-11 11:10:49','2024-06-11 11:10:49','2024-06-11 11:10:49','2024-06-11 11:10:49'),(536,536,'email','Correo electrónico','success',NULL,'2024-06-11 16:04:57','2024-06-11 16:04:57','2024-06-11 16:04:57','2024-06-11 16:04:57'),(537,537,'email','Correo electrónico','success',NULL,'2024-06-12 01:41:06','2024-06-12 01:41:06','2024-06-12 01:41:06','2024-06-12 01:41:06'),(538,538,'email','Correo electrónico','success',NULL,'2024-06-13 04:19:01','2024-06-13 04:19:01','2024-06-13 04:19:01','2024-06-13 04:19:01'),(539,539,'email','Correo electrónico','success',NULL,'2024-06-13 09:34:54','2024-06-13 09:34:54','2024-06-13 09:34:54','2024-06-13 09:34:54'),(540,540,'email','Correo electrónico','success',NULL,'2024-06-13 10:50:29','2024-06-13 10:50:29','2024-06-13 10:50:29','2024-06-13 10:50:29'),(541,541,'email','Correo electrónico','success',NULL,'2024-06-13 19:19:58','2024-06-13 19:19:58','2024-06-13 19:19:58','2024-06-13 19:19:58'),(542,542,'email','Correo electrónico','success',NULL,'2024-06-13 21:07:48','2024-06-13 21:07:48','2024-06-13 21:07:48','2024-06-13 21:07:48'),(543,543,'email','Correo electrónico','success',NULL,'2024-06-14 19:27:03','2024-06-14 19:27:03','2024-06-14 19:27:03','2024-06-14 19:27:03'),(544,544,'email','Correo electrónico','success',NULL,'2024-06-15 16:21:54','2024-06-15 16:21:54','2024-06-15 16:21:54','2024-06-15 16:21:54'),(545,545,'email','Correo electrónico','success',NULL,'2024-06-16 02:47:51','2024-06-16 02:47:51','2024-06-16 02:47:51','2024-06-16 02:47:51'),(546,546,'email','Correo electrónico','success',NULL,'2024-06-16 11:35:19','2024-06-16 11:35:19','2024-06-16 11:35:19','2024-06-16 11:35:19'),(547,547,'email','Correo electrónico','success',NULL,'2024-06-16 19:26:25','2024-06-16 19:26:25','2024-06-16 19:26:25','2024-06-16 19:26:25'),(548,548,'email','Correo electrónico','success',NULL,'2024-06-16 20:02:36','2024-06-16 20:02:36','2024-06-16 20:02:36','2024-06-16 20:02:36'),(549,549,'email','Correo electrónico','success',NULL,'2024-06-17 12:23:01','2024-06-17 12:23:01','2024-06-17 12:23:01','2024-06-17 12:23:01'),(550,550,'email','Correo electrónico','success',NULL,'2024-06-18 16:19:29','2024-06-18 16:19:29','2024-06-18 16:19:29','2024-06-18 16:19:29'),(551,551,'email','Correo electrónico','success',NULL,'2024-06-18 21:21:21','2024-06-18 21:21:21','2024-06-18 21:21:21','2024-06-18 21:21:21'),(552,552,'email','Correo electrónico','success',NULL,'2024-06-19 08:18:10','2024-06-19 08:18:10','2024-06-19 08:18:10','2024-06-19 08:18:10'),(553,553,'email','Correo electrónico','success',NULL,'2024-06-19 09:20:34','2024-06-19 09:20:34','2024-06-19 09:20:34','2024-06-19 09:20:34'),(554,554,'email','Correo electrónico','success',NULL,'2024-06-19 12:44:15','2024-06-19 12:44:15','2024-06-19 12:44:15','2024-06-19 12:44:15'),(555,555,'email','Correo electrónico','success',NULL,'2024-06-19 16:02:37','2024-06-19 16:02:37','2024-06-19 16:02:37','2024-06-19 16:02:37'),(556,556,'email','Correo electrónico','success',NULL,'2024-06-20 04:40:29','2024-06-20 04:40:29','2024-06-20 04:40:29','2024-06-20 04:40:29'),(557,557,'email','Correo electrónico','success',NULL,'2024-06-20 08:16:37','2024-06-20 08:16:37','2024-06-20 08:16:37','2024-06-20 08:16:37'),(558,558,'email','Correo electrónico','success',NULL,'2024-06-21 10:33:57','2024-06-21 10:33:57','2024-06-21 10:33:57','2024-06-21 10:33:57'),(559,559,'email','Correo electrónico','success',NULL,'2024-06-21 15:08:00','2024-06-21 15:08:00','2024-06-21 15:08:00','2024-06-21 15:08:00'),(560,560,'email','Correo electrónico','success',NULL,'2024-06-21 17:11:07','2024-06-21 17:11:07','2024-06-21 17:11:07','2024-06-21 17:11:07'),(561,561,'email','Correo electrónico','success',NULL,'2024-06-21 18:35:58','2024-06-21 18:35:58','2024-06-21 18:35:58','2024-06-21 18:35:58'),(562,562,'email','Correo electrónico','success',NULL,'2024-06-21 18:39:04','2024-06-21 18:39:04','2024-06-21 18:39:04','2024-06-21 18:39:04'),(563,563,'email','Correo electrónico','success',NULL,'2024-06-22 15:51:20','2024-06-22 15:51:20','2024-06-22 15:51:20','2024-06-22 15:51:20'),(564,564,'email','Correo electrónico','success',NULL,'2024-06-22 16:46:43','2024-06-22 16:46:43','2024-06-22 16:46:43','2024-06-22 16:46:43'),(565,565,'email','Correo electrónico','success',NULL,'2024-06-23 16:53:32','2024-06-23 16:53:32','2024-06-23 16:53:32','2024-06-23 16:53:32'),(566,566,'email','Correo electrónico','success',NULL,'2024-06-24 04:32:09','2024-06-24 04:32:09','2024-06-24 04:32:09','2024-06-24 04:32:09'),(567,567,'email','Correo electrónico','success',NULL,'2024-06-24 10:06:28','2024-06-24 10:06:28','2024-06-24 10:06:28','2024-06-24 10:06:28'),(568,568,'email','Correo electrónico','success',NULL,'2024-06-24 12:40:34','2024-06-24 12:40:34','2024-06-24 12:40:34','2024-06-24 12:40:34'),(569,569,'email','Correo electrónico','success',NULL,'2024-06-25 02:42:58','2024-06-25 02:42:58','2024-06-25 02:42:58','2024-06-25 02:42:58'),(570,570,'email','Correo electrónico','success',NULL,'2024-06-25 09:16:14','2024-06-25 09:16:14','2024-06-25 09:16:14','2024-06-25 09:16:14'),(571,571,'email','Correo electrónico','success',NULL,'2024-06-25 13:56:57','2024-06-25 13:56:57','2024-06-25 13:56:57','2024-06-25 13:56:57'),(572,572,'email','Correo electrónico','success',NULL,'2024-06-26 22:43:14','2024-06-26 22:43:14','2024-06-26 22:43:14','2024-06-26 22:43:14'),(573,573,'email','Correo electrónico','success',NULL,'2024-06-27 04:32:52','2024-06-27 04:32:52','2024-06-27 04:32:52','2024-06-27 04:32:52'),(574,574,'email','Correo electrónico','success',NULL,'2024-06-27 05:26:30','2024-06-27 05:26:30','2024-06-27 05:26:30','2024-06-27 05:26:30'),(575,575,'email','Correo electrónico','success',NULL,'2024-06-27 09:38:24','2024-06-27 09:38:24','2024-06-27 09:38:24','2024-06-27 09:38:24'),(576,576,'email','Correo electrónico','success',NULL,'2024-06-28 03:36:25','2024-06-28 03:36:25','2024-06-28 03:36:25','2024-06-28 03:36:25'),(577,577,'email','Correo electrónico','success',NULL,'2024-06-28 14:27:42','2024-06-28 14:27:42','2024-06-28 14:27:42','2024-06-28 14:27:42'),(578,578,'email','Correo electrónico','success',NULL,'2024-06-28 20:19:36','2024-06-28 20:19:36','2024-06-28 20:19:36','2024-06-28 20:19:36'),(579,579,'email','Correo electrónico','success',NULL,'2024-06-28 23:00:44','2024-06-28 23:00:44','2024-06-28 23:00:44','2024-06-28 23:00:44'),(580,580,'email','Correo electrónico','success',NULL,'2024-06-29 00:40:17','2024-06-29 00:40:17','2024-06-29 00:40:17','2024-06-29 00:40:17'),(581,581,'email','Correo electrónico','success',NULL,'2024-06-29 06:58:31','2024-06-29 06:58:31','2024-06-29 06:58:31','2024-06-29 06:58:31'),(582,582,'email','Correo electrónico','success',NULL,'2024-06-29 16:22:13','2024-06-29 16:22:13','2024-06-29 16:22:13','2024-06-29 16:22:13'),(583,583,'email','Correo electrónico','success',NULL,'2024-06-29 20:12:17','2024-06-29 20:12:17','2024-06-29 20:12:17','2024-06-29 20:12:17'),(584,584,'email','Correo electrónico','success',NULL,'2024-06-30 12:39:01','2024-06-30 12:39:01','2024-06-30 12:39:01','2024-06-30 12:39:01'),(585,585,'email','Correo electrónico','success',NULL,'2024-06-30 23:29:57','2024-06-30 23:29:57','2024-06-30 23:29:57','2024-06-30 23:29:57'),(586,586,'email','Correo electrónico','success',NULL,'2024-07-01 12:36:04','2024-07-01 12:36:04','2024-07-01 12:36:04','2024-07-01 12:36:04'),(587,587,'email','Correo electrónico','success',NULL,'2024-07-01 22:26:37','2024-07-01 22:26:37','2024-07-01 22:26:37','2024-07-01 22:26:37'),(588,588,'email','Correo electrónico','success',NULL,'2024-07-02 16:59:33','2024-07-02 16:59:33','2024-07-02 16:59:33','2024-07-02 16:59:33'),(589,589,'email','Correo electrónico','success',NULL,'2024-07-03 13:01:07','2024-07-03 13:01:07','2024-07-03 13:01:07','2024-07-03 13:01:07'),(590,590,'email','Correo electrónico','success',NULL,'2024-07-03 16:54:23','2024-07-03 16:54:23','2024-07-03 16:54:23','2024-07-03 16:54:23'),(591,591,'email','Correo electrónico','success',NULL,'2024-07-04 05:13:45','2024-07-04 05:13:45','2024-07-04 05:13:45','2024-07-04 05:13:45'),(592,592,'email','Correo electrónico','success',NULL,'2024-07-04 20:07:48','2024-07-04 20:07:48','2024-07-04 20:07:48','2024-07-04 20:07:48'),(593,593,'email','Correo electrónico','success',NULL,'2024-07-04 21:35:33','2024-07-04 21:35:33','2024-07-04 21:35:33','2024-07-04 21:35:33'),(594,594,'email','Correo electrónico','success',NULL,'2024-07-04 22:11:48','2024-07-04 22:11:48','2024-07-04 22:11:48','2024-07-04 22:11:48'),(595,595,'email','Correo electrónico','success',NULL,'2024-07-05 12:55:44','2024-07-05 12:55:44','2024-07-05 12:55:44','2024-07-05 12:55:44'),(596,596,'email','Correo electrónico','success',NULL,'2024-07-08 14:30:49','2024-07-08 14:30:49','2024-07-08 14:30:49','2024-07-08 14:30:49'),(597,597,'email','Correo electrónico','success',NULL,'2024-07-09 16:39:29','2024-07-09 16:39:29','2024-07-09 16:39:29','2024-07-09 16:39:29'),(598,598,'email','Correo electrónico','success',NULL,'2024-07-09 21:42:04','2024-07-09 21:42:04','2024-07-09 21:42:04','2024-07-09 21:42:04'),(599,599,'email','Correo electrónico','success',NULL,'2024-07-09 22:14:59','2024-07-09 22:14:59','2024-07-09 22:14:59','2024-07-09 22:14:59'),(600,600,'email','Correo electrónico','success',NULL,'2024-07-10 11:32:52','2024-07-10 11:32:52','2024-07-10 11:32:52','2024-07-10 11:32:52'),(601,601,'email','Correo electrónico','success',NULL,'2024-07-10 11:38:22','2024-07-10 11:38:22','2024-07-10 11:38:22','2024-07-10 11:38:22'),(602,602,'email','Correo electrónico','success',NULL,'2024-07-10 12:58:58','2024-07-10 12:58:58','2024-07-10 12:58:58','2024-07-10 12:58:58'),(603,603,'email','Correo electrónico','success',NULL,'2024-07-10 15:52:06','2024-07-10 15:52:06','2024-07-10 15:52:06','2024-07-10 15:52:06'),(604,604,'email','Correo electrónico','success',NULL,'2024-07-11 08:17:05','2024-07-11 08:17:05','2024-07-11 08:17:05','2024-07-11 08:17:05'),(605,605,'email','Correo electrónico','success',NULL,'2024-07-11 10:37:19','2024-07-11 10:37:19','2024-07-11 10:37:19','2024-07-11 10:37:19'),(606,606,'email','Correo electrónico','success',NULL,'2024-07-12 06:00:03','2024-07-12 06:00:03','2024-07-12 06:00:03','2024-07-12 06:00:03'),(607,607,'email','Correo electrónico','success',NULL,'2024-07-13 10:00:01','2024-07-13 10:00:01','2024-07-13 10:00:01','2024-07-13 10:00:01'),(608,608,'email','Correo electrónico','success',NULL,'2024-07-13 10:22:02','2024-07-13 10:22:02','2024-07-13 10:22:02','2024-07-13 10:22:02'),(609,609,'email','Correo electrónico','success',NULL,'2024-07-14 06:11:40','2024-07-14 06:11:40','2024-07-14 06:11:40','2024-07-14 06:11:40'),(610,610,'email','Correo electrónico','success',NULL,'2024-07-14 07:04:32','2024-07-14 07:04:32','2024-07-14 07:04:32','2024-07-14 07:04:32'),(611,611,'email','Correo electrónico','success',NULL,'2024-07-16 00:00:01','2024-07-16 00:00:01','2024-07-16 00:00:01','2024-07-16 00:00:01'),(612,612,'email','Correo electrónico','success',NULL,'2024-07-16 05:21:19','2024-07-16 05:21:19','2024-07-16 05:21:19','2024-07-16 05:21:19'),(613,613,'email','Correo electrónico','success',NULL,'2024-07-16 12:19:52','2024-07-16 12:19:52','2024-07-16 12:19:52','2024-07-16 12:19:52'),(614,614,'email','Correo electrónico','success',NULL,'2024-07-17 01:13:42','2024-07-17 01:13:42','2024-07-17 01:13:42','2024-07-17 01:13:42'),(615,615,'email','Correo electrónico','success',NULL,'2024-07-17 01:42:04','2024-07-17 01:42:04','2024-07-17 01:42:04','2024-07-17 01:42:04'),(616,616,'email','Correo electrónico','success',NULL,'2024-07-17 10:45:32','2024-07-17 10:45:32','2024-07-17 10:45:32','2024-07-17 10:45:32'),(617,617,'email','Correo electrónico','success',NULL,'2024-07-17 22:16:26','2024-07-17 22:16:26','2024-07-17 22:16:26','2024-07-17 22:16:26'),(618,618,'email','Correo electrónico','success',NULL,'2024-07-17 22:31:22','2024-07-17 22:31:22','2024-07-17 22:31:22','2024-07-17 22:31:22'),(619,619,'email','Correo electrónico','success',NULL,'2024-07-19 01:36:47','2024-07-19 01:36:47','2024-07-19 01:36:47','2024-07-19 01:36:47'),(620,620,'email','Correo electrónico','success',NULL,'2024-07-19 06:51:09','2024-07-19 06:51:09','2024-07-19 06:51:09','2024-07-19 06:51:09'),(621,621,'email','Correo electrónico','success',NULL,'2024-07-19 07:56:49','2024-07-19 07:56:49','2024-07-19 07:56:49','2024-07-19 07:56:49'),(622,622,'email','Correo electrónico','success',NULL,'2024-07-20 03:46:58','2024-07-20 03:46:58','2024-07-20 03:46:58','2024-07-20 03:46:58'),(623,623,'email','Correo electrónico','success',NULL,'2024-07-21 12:09:40','2024-07-21 12:09:40','2024-07-21 12:09:40','2024-07-21 12:09:40'),(624,624,'email','Correo electrónico','success',NULL,'2024-07-22 00:20:27','2024-07-22 00:20:27','2024-07-22 00:20:27','2024-07-22 00:20:27'),(625,625,'email','Correo electrónico','success',NULL,'2024-07-22 10:59:45','2024-07-22 10:59:45','2024-07-22 10:59:45','2024-07-22 10:59:45'),(626,626,'email','Correo electrónico','success',NULL,'2024-07-22 11:24:38','2024-07-22 11:24:38','2024-07-22 11:24:38','2024-07-22 11:24:38'),(627,627,'email','Correo electrónico','success',NULL,'2024-07-22 14:49:47','2024-07-22 14:49:47','2024-07-22 14:49:47','2024-07-22 14:49:47'),(628,628,'email','Correo electrónico','success',NULL,'2024-07-22 16:28:41','2024-07-22 16:28:41','2024-07-22 16:28:41','2024-07-22 16:28:41'),(629,629,'email','Correo electrónico','success',NULL,'2024-07-22 18:12:34','2024-07-22 18:12:34','2024-07-22 18:12:34','2024-07-22 18:12:34'),(630,630,'email','Correo electrónico','success',NULL,'2024-07-22 18:37:24','2024-07-22 18:37:24','2024-07-22 18:37:24','2024-07-22 18:37:24'),(631,631,'email','Correo electrónico','success',NULL,'2024-07-23 08:29:00','2024-07-23 08:29:00','2024-07-23 08:29:00','2024-07-23 08:29:00'),(632,632,'email','Correo electrónico','success',NULL,'2024-07-23 12:35:46','2024-07-23 12:35:46','2024-07-23 12:35:46','2024-07-23 12:35:46'),(633,633,'email','Correo electrónico','success',NULL,'2024-07-23 20:56:40','2024-07-23 20:56:40','2024-07-23 20:56:40','2024-07-23 20:56:40'),(634,634,'email','Correo electrónico','success',NULL,'2024-07-24 03:09:52','2024-07-24 03:09:52','2024-07-24 03:09:52','2024-07-24 03:09:52'),(635,635,'email','Correo electrónico','success',NULL,'2024-07-24 03:45:19','2024-07-24 03:45:19','2024-07-24 03:45:19','2024-07-24 03:45:19'),(636,636,'email','Correo electrónico','success',NULL,'2024-07-24 04:10:06','2024-07-24 04:10:06','2024-07-24 04:10:06','2024-07-24 04:10:06'),(637,637,'email','Correo electrónico','success',NULL,'2024-07-24 04:21:41','2024-07-24 04:21:41','2024-07-24 04:21:41','2024-07-24 04:21:41'),(638,638,'email','Correo electrónico','success',NULL,'2024-07-24 05:30:10','2024-07-24 05:30:10','2024-07-24 05:30:10','2024-07-24 05:30:10'),(639,639,'email','Correo electrónico','success',NULL,'2024-07-24 05:36:19','2024-07-24 05:36:19','2024-07-24 05:36:19','2024-07-24 05:36:19'),(640,640,'email','Correo electrónico','success',NULL,'2024-07-24 06:34:10','2024-07-24 06:34:10','2024-07-24 06:34:10','2024-07-24 06:34:10'),(641,641,'email','Correo electrónico','success',NULL,'2024-07-24 07:13:25','2024-07-24 07:13:25','2024-07-24 07:13:25','2024-07-24 07:13:25'),(642,642,'email','Correo electrónico','success',NULL,'2024-07-24 08:00:33','2024-07-24 08:00:33','2024-07-24 08:00:33','2024-07-24 08:00:33'),(643,643,'email','Correo electrónico','success',NULL,'2024-07-24 09:24:56','2024-07-24 09:24:56','2024-07-24 09:24:56','2024-07-24 09:24:56'),(644,644,'email','Correo electrónico','success',NULL,'2024-07-24 10:47:02','2024-07-24 10:47:02','2024-07-24 10:47:02','2024-07-24 10:47:02'),(645,645,'email','Correo electrónico','success',NULL,'2024-07-24 15:10:41','2024-07-24 15:10:41','2024-07-24 15:10:41','2024-07-24 15:10:41'),(646,646,'email','Correo electrónico','success',NULL,'2024-07-24 16:15:17','2024-07-24 16:15:17','2024-07-24 16:15:17','2024-07-24 16:15:17'),(647,647,'email','Correo electrónico','success',NULL,'2024-07-24 17:05:17','2024-07-24 17:05:17','2024-07-24 17:05:17','2024-07-24 17:05:17'),(648,648,'email','Correo electrónico','success',NULL,'2024-07-24 17:17:41','2024-07-24 17:17:41','2024-07-24 17:17:41','2024-07-24 17:17:41'),(649,649,'email','Correo electrónico','success',NULL,'2024-07-25 14:11:07','2024-07-25 14:11:07','2024-07-25 14:11:07','2024-07-25 14:11:07'),(650,650,'email','Correo electrónico','success',NULL,'2024-07-25 19:51:34','2024-07-25 19:51:34','2024-07-25 19:51:34','2024-07-25 19:51:34'),(651,651,'email','Correo electrónico','success',NULL,'2024-07-26 02:59:29','2024-07-26 02:59:29','2024-07-26 02:59:29','2024-07-26 02:59:29'),(652,652,'email','Correo electrónico','success',NULL,'2024-07-26 10:15:46','2024-07-26 10:15:46','2024-07-26 10:15:46','2024-07-26 10:15:46'),(653,653,'email','Correo electrónico','success',NULL,'2024-07-27 02:07:27','2024-07-27 02:07:27','2024-07-27 02:07:27','2024-07-27 02:07:27'),(654,654,'email','Correo electrónico','success',NULL,'2024-07-28 01:10:53','2024-07-28 01:10:53','2024-07-28 01:10:53','2024-07-28 01:10:53'),(655,655,'email','Correo electrónico','success',NULL,'2024-07-28 20:17:08','2024-07-28 20:17:08','2024-07-28 20:17:08','2024-07-28 20:17:08'),(656,656,'email','Correo electrónico','success',NULL,'2024-07-29 04:15:40','2024-07-29 04:15:40','2024-07-29 04:15:40','2024-07-29 04:15:40'),(657,657,'email','Correo electrónico','success',NULL,'2024-07-29 06:01:44','2024-07-29 06:01:44','2024-07-29 06:01:44','2024-07-29 06:01:44'),(658,658,'email','Correo electrónico','success',NULL,'2024-07-29 09:47:13','2024-07-29 09:47:13','2024-07-29 09:47:13','2024-07-29 09:47:13'),(659,659,'email','Correo electrónico','success',NULL,'2024-07-29 10:13:49','2024-07-29 10:13:49','2024-07-29 10:13:49','2024-07-29 10:13:49'),(660,660,'email','Correo electrónico','success',NULL,'2024-07-29 17:53:14','2024-07-29 17:53:14','2024-07-29 17:53:14','2024-07-29 17:53:14'),(661,661,'email','Correo electrónico','success',NULL,'2024-07-30 00:19:30','2024-07-30 00:19:30','2024-07-30 00:19:30','2024-07-30 00:19:30'),(662,662,'email','Correo electrónico','success',NULL,'2024-07-31 11:52:47','2024-07-31 11:52:47','2024-07-31 11:52:47','2024-07-31 11:52:47'),(663,663,'email','Correo electrónico','success',NULL,'2024-07-31 12:23:15','2024-07-31 12:23:15','2024-07-31 12:23:15','2024-07-31 12:23:15'),(664,664,'email','Correo electrónico','success',NULL,'2024-07-31 22:23:09','2024-07-31 22:23:09','2024-07-31 22:23:09','2024-07-31 22:23:09'),(665,665,'email','Correo electrónico','success',NULL,'2024-08-01 11:43:30','2024-08-01 11:43:30','2024-08-01 11:43:30','2024-08-01 11:43:30'),(666,666,'email','Correo electrónico','success',NULL,'2024-08-01 22:34:21','2024-08-01 22:34:21','2024-08-01 22:34:21','2024-08-01 22:34:21'),(667,667,'email','Correo electrónico','success',NULL,'2024-08-01 22:53:11','2024-08-01 22:53:11','2024-08-01 22:53:11','2024-08-01 22:53:11'),(668,668,'email','Correo electrónico','success',NULL,'2024-08-02 05:27:02','2024-08-02 05:27:02','2024-08-02 05:27:02','2024-08-02 05:27:02'),(669,669,'email','Correo electrónico','success',NULL,'2024-08-02 06:12:48','2024-08-02 06:12:48','2024-08-02 06:12:48','2024-08-02 06:12:48'),(670,670,'email','Correo electrónico','success',NULL,'2024-08-02 12:58:49','2024-08-02 12:58:49','2024-08-02 12:58:49','2024-08-02 12:58:49'),(671,671,'email','Correo electrónico','success',NULL,'2024-08-02 16:33:05','2024-08-02 16:33:05','2024-08-02 16:33:05','2024-08-02 16:33:05'),(672,672,'email','Correo electrónico','success',NULL,'2024-08-03 10:25:47','2024-08-03 10:25:47','2024-08-03 10:25:47','2024-08-03 10:25:47'),(673,673,'email','Correo electrónico','success',NULL,'2024-08-03 10:51:27','2024-08-03 10:51:27','2024-08-03 10:51:27','2024-08-03 10:51:27'),(674,674,'email','Correo electrónico','success',NULL,'2024-08-04 05:58:36','2024-08-04 05:58:36','2024-08-04 05:58:36','2024-08-04 05:58:36'),(675,675,'email','Correo electrónico','success',NULL,'2024-08-04 21:30:00','2024-08-04 21:30:00','2024-08-04 21:30:00','2024-08-04 21:30:00'),(676,676,'email','Correo electrónico','success',NULL,'2024-08-04 23:33:30','2024-08-04 23:33:30','2024-08-04 23:33:30','2024-08-04 23:33:30'),(677,677,'email','Correo electrónico','success',NULL,'2024-08-05 01:07:12','2024-08-05 01:07:12','2024-08-05 01:07:12','2024-08-05 01:07:12'),(678,678,'email','Correo electrónico','success',NULL,'2024-08-05 05:44:39','2024-08-05 05:44:39','2024-08-05 05:44:39','2024-08-05 05:44:39'),(679,679,'email','Correo electrónico','success',NULL,'2024-08-05 07:26:16','2024-08-05 07:26:16','2024-08-05 07:26:16','2024-08-05 07:26:16'),(680,680,'email','Correo electrónico','success',NULL,'2024-08-05 11:18:49','2024-08-05 11:18:49','2024-08-05 11:18:49','2024-08-05 11:18:49'),(681,681,'email','Correo electrónico','success',NULL,'2024-08-06 04:13:22','2024-08-06 04:13:22','2024-08-06 04:13:22','2024-08-06 04:13:22'),(682,682,'email','Correo electrónico','success',NULL,'2024-08-07 16:31:16','2024-08-07 16:31:16','2024-08-07 16:31:16','2024-08-07 16:31:16'),(683,683,'email','Correo electrónico','success',NULL,'2024-08-08 07:06:15','2024-08-08 07:06:15','2024-08-08 07:06:15','2024-08-08 07:06:15'),(684,684,'email','Correo electrónico','success',NULL,'2024-08-09 22:47:25','2024-08-09 22:47:25','2024-08-09 22:47:25','2024-08-09 22:47:25'),(685,685,'email','Correo electrónico','success',NULL,'2024-08-10 00:47:08','2024-08-10 00:47:08','2024-08-10 00:47:08','2024-08-10 00:47:08'),(686,686,'email','Correo electrónico','success',NULL,'2024-08-10 07:45:35','2024-08-10 07:45:35','2024-08-10 07:45:35','2024-08-10 07:45:35'),(687,687,'email','Correo electrónico','success',NULL,'2024-08-10 10:30:12','2024-08-10 10:30:12','2024-08-10 10:30:12','2024-08-10 10:30:12'),(688,688,'email','Correo electrónico','success',NULL,'2024-08-10 23:38:13','2024-08-10 23:38:13','2024-08-10 23:38:13','2024-08-10 23:38:13'),(689,689,'email','Correo electrónico','success',NULL,'2024-08-11 20:59:46','2024-08-11 20:59:46','2024-08-11 20:59:46','2024-08-11 20:59:46'),(690,690,'email','Correo electrónico','success',NULL,'2024-08-12 12:29:27','2024-08-12 12:29:27','2024-08-12 12:29:27','2024-08-12 12:29:27'),(691,691,'email','Correo electrónico','success',NULL,'2024-08-13 14:45:53','2024-08-13 14:45:53','2024-08-13 14:45:53','2024-08-13 14:45:53'),(692,692,'email','Correo electrónico','success',NULL,'2024-08-14 01:16:33','2024-08-14 01:16:33','2024-08-14 01:16:33','2024-08-14 01:16:33'),(693,693,'email','Correo electrónico','success',NULL,'2024-08-15 04:08:16','2024-08-15 04:08:16','2024-08-15 04:08:16','2024-08-15 04:08:16'),(694,694,'email','Correo electrónico','success',NULL,'2024-08-15 08:42:11','2024-08-15 08:42:11','2024-08-15 08:42:11','2024-08-15 08:42:11'),(695,695,'email','Correo electrónico','success',NULL,'2024-08-15 15:45:04','2024-08-15 15:45:04','2024-08-15 15:45:04','2024-08-15 15:45:04'),(696,696,'email','Correo electrónico','success',NULL,'2024-08-17 04:23:50','2024-08-17 04:23:50','2024-08-17 04:23:50','2024-08-17 04:23:50'),(697,697,'email','Correo electrónico','success',NULL,'2024-08-17 07:26:04','2024-08-17 07:26:04','2024-08-17 07:26:04','2024-08-17 07:26:04'),(698,698,'email','Correo electrónico','success',NULL,'2024-08-17 11:41:51','2024-08-17 11:41:51','2024-08-17 11:41:51','2024-08-17 11:41:51'),(699,699,'email','Correo electrónico','success',NULL,'2024-08-17 19:07:34','2024-08-17 19:07:34','2024-08-17 19:07:34','2024-08-17 19:07:34'),(700,700,'email','Correo electrónico','success',NULL,'2024-08-17 22:55:09','2024-08-17 22:55:09','2024-08-17 22:55:09','2024-08-17 22:55:09'),(701,701,'email','Correo electrónico','success',NULL,'2024-08-18 05:04:35','2024-08-18 05:04:35','2024-08-18 05:04:35','2024-08-18 05:04:35'),(702,702,'email','Correo electrónico','success',NULL,'2024-08-18 18:06:01','2024-08-18 18:06:01','2024-08-18 18:06:01','2024-08-18 18:06:01'),(703,703,'email','Correo electrónico','success',NULL,'2024-08-18 23:56:47','2024-08-18 23:56:47','2024-08-18 23:56:47','2024-08-18 23:56:47'),(704,704,'email','Correo electrónico','success',NULL,'2024-08-19 00:23:58','2024-08-19 00:23:58','2024-08-19 00:23:58','2024-08-19 00:23:58'),(705,705,'email','Correo electrónico','success',NULL,'2024-08-19 09:32:10','2024-08-19 09:32:10','2024-08-19 09:32:10','2024-08-19 09:32:10'),(706,706,'email','Correo electrónico','success',NULL,'2024-08-20 02:45:44','2024-08-20 02:45:44','2024-08-20 02:45:44','2024-08-20 02:45:44'),(707,707,'email','Correo electrónico','success',NULL,'2024-08-20 16:32:37','2024-08-20 16:32:37','2024-08-20 16:32:37','2024-08-20 16:32:37'),(708,708,'email','Correo electrónico','success',NULL,'2024-08-21 16:12:52','2024-08-21 16:12:52','2024-08-21 16:12:52','2024-08-21 16:12:52'),(709,709,'email','Correo electrónico','success',NULL,'2024-08-21 22:00:55','2024-08-21 22:00:55','2024-08-21 22:00:55','2024-08-21 22:00:55'),(710,710,'email','Correo electrónico','success',NULL,'2024-08-22 03:44:19','2024-08-22 03:44:19','2024-08-22 03:44:19','2024-08-22 03:44:19'),(711,711,'email','Correo electrónico','success',NULL,'2024-08-22 15:25:29','2024-08-22 15:25:29','2024-08-22 15:25:29','2024-08-22 15:25:29'),(712,712,'email','Correo electrónico','success',NULL,'2024-08-23 22:00:16','2024-08-23 22:00:16','2024-08-23 22:00:16','2024-08-23 22:00:16'),(713,713,'email','Correo electrónico','success',NULL,'2024-08-23 23:47:39','2024-08-23 23:47:39','2024-08-23 23:47:39','2024-08-23 23:47:39'),(714,714,'email','Correo electrónico','success',NULL,'2024-08-24 03:39:11','2024-08-24 03:39:11','2024-08-24 03:39:11','2024-08-24 03:39:11'),(715,715,'email','Correo electrónico','success',NULL,'2024-08-24 06:00:29','2024-08-24 06:00:29','2024-08-24 06:00:29','2024-08-24 06:00:29'),(716,716,'email','Correo electrónico','success',NULL,'2024-08-24 17:13:43','2024-08-24 17:13:43','2024-08-24 17:13:43','2024-08-24 17:13:43'),(717,717,'email','Correo electrónico','success',NULL,'2024-08-25 01:20:45','2024-08-25 01:20:45','2024-08-25 01:20:45','2024-08-25 01:20:45'),(718,718,'email','Correo electrónico','success',NULL,'2024-08-25 14:06:01','2024-08-25 14:06:01','2024-08-25 14:06:01','2024-08-25 14:06:01'),(719,719,'email','Correo electrónico','success',NULL,'2024-08-25 23:55:55','2024-08-25 23:55:55','2024-08-25 23:55:55','2024-08-25 23:55:55'),(720,720,'email','Correo electrónico','success',NULL,'2024-08-26 16:41:49','2024-08-26 16:41:49','2024-08-26 16:41:49','2024-08-26 16:41:49'),(721,721,'email','Correo electrónico','success',NULL,'2024-08-27 05:52:48','2024-08-27 05:52:48','2024-08-27 05:52:48','2024-08-27 05:52:48'),(722,722,'email','Correo electrónico','success',NULL,'2024-08-27 05:53:30','2024-08-27 05:53:30','2024-08-27 05:53:30','2024-08-27 05:53:30'),(723,723,'email','Correo electrónico','success',NULL,'2024-08-28 13:10:21','2024-08-28 13:10:21','2024-08-28 13:10:21','2024-08-28 13:10:21'),(724,724,'email','Correo electrónico','success',NULL,'2024-08-28 15:35:14','2024-08-28 15:35:14','2024-08-28 15:35:14','2024-08-28 15:35:14'),(725,725,'email','Correo electrónico','success',NULL,'2024-08-28 17:21:10','2024-08-28 17:21:10','2024-08-28 17:21:10','2024-08-28 17:21:10'),(726,726,'email','Correo electrónico','success',NULL,'2024-08-30 03:14:05','2024-08-30 03:14:05','2024-08-30 03:14:05','2024-08-30 03:14:05'),(727,727,'email','Correo electrónico','success',NULL,'2024-08-30 09:47:26','2024-08-30 09:47:26','2024-08-30 09:47:26','2024-08-30 09:47:26'),(728,728,'email','Correo electrónico','success',NULL,'2024-08-30 11:54:43','2024-08-30 11:54:43','2024-08-30 11:54:43','2024-08-30 11:54:43'),(729,729,'email','Correo electrónico','success',NULL,'2024-08-30 13:45:23','2024-08-30 13:45:23','2024-08-30 13:45:23','2024-08-30 13:45:23'),(730,730,'email','Correo electrónico','success',NULL,'2024-08-30 14:36:14','2024-08-30 14:36:14','2024-08-30 14:36:14','2024-08-30 14:36:14'),(731,731,'email','Correo electrónico','success',NULL,'2024-08-30 21:02:43','2024-08-30 21:02:43','2024-08-30 21:02:43','2024-08-30 21:02:43'),(732,732,'email','Correo electrónico','success',NULL,'2024-08-31 08:00:00','2024-08-31 08:00:00','2024-08-31 08:00:00','2024-08-31 08:00:00'),(733,733,'email','Correo electrónico','success',NULL,'2024-08-31 08:25:42','2024-08-31 08:25:42','2024-08-31 08:25:42','2024-08-31 08:25:42'),(734,734,'email','Correo electrónico','success',NULL,'2024-08-31 11:03:57','2024-08-31 11:03:57','2024-08-31 11:03:57','2024-08-31 11:03:57'),(735,735,'email','Correo electrónico','success',NULL,'2024-08-31 11:04:18','2024-08-31 11:04:18','2024-08-31 11:04:18','2024-08-31 11:04:18'),(736,736,'email','Correo electrónico','success',NULL,'2024-08-31 15:46:58','2024-08-31 15:46:58','2024-08-31 15:46:58','2024-08-31 15:46:58'),(737,737,'email','Correo electrónico','success',NULL,'2024-09-01 00:25:30','2024-09-01 00:25:30','2024-09-01 00:25:30','2024-09-01 00:25:30'),(738,738,'email','Correo electrónico','success',NULL,'2024-09-01 14:17:10','2024-09-01 14:17:10','2024-09-01 14:17:10','2024-09-01 14:17:10'),(739,739,'email','Correo electrónico','success',NULL,'2024-09-01 14:46:00','2024-09-01 14:46:00','2024-09-01 14:46:00','2024-09-01 14:46:00'),(740,740,'email','Correo electrónico','success',NULL,'2024-09-01 23:51:15','2024-09-01 23:51:15','2024-09-01 23:51:15','2024-09-01 23:51:15'),(741,741,'email','Correo electrónico','success',NULL,'2024-09-03 11:34:46','2024-09-03 11:34:46','2024-09-03 11:34:46','2024-09-03 11:34:46'),(742,742,'email','Correo electrónico','success',NULL,'2024-09-03 16:53:48','2024-09-03 16:53:48','2024-09-03 16:53:48','2024-09-03 16:53:48'),(743,743,'email','Correo electrónico','success',NULL,'2024-09-03 18:24:51','2024-09-03 18:24:51','2024-09-03 18:24:51','2024-09-03 18:24:51'),(744,744,'email','Correo electrónico','success',NULL,'2024-09-04 02:29:42','2024-09-04 02:29:42','2024-09-04 02:29:42','2024-09-04 02:29:42'),(745,745,'email','Correo electrónico','success',NULL,'2024-09-04 17:05:40','2024-09-04 17:05:40','2024-09-04 17:05:40','2024-09-04 17:05:40'),(746,746,'email','Correo electrónico','success',NULL,'2024-09-04 19:26:53','2024-09-04 19:26:53','2024-09-04 19:26:53','2024-09-04 19:26:53'),(747,747,'email','Correo electrónico','success',NULL,'2024-09-05 14:51:06','2024-09-05 14:51:06','2024-09-05 14:51:06','2024-09-05 14:51:06'),(748,748,'email','Correo electrónico','success',NULL,'2024-09-05 16:40:24','2024-09-05 16:40:24','2024-09-05 16:40:24','2024-09-05 16:40:24'),(749,749,'email','Correo electrónico','success',NULL,'2024-09-05 17:48:20','2024-09-05 17:48:20','2024-09-05 17:48:20','2024-09-05 17:48:20'),(750,750,'email','Correo electrónico','success',NULL,'2024-09-06 02:34:15','2024-09-06 02:34:15','2024-09-06 02:34:15','2024-09-06 02:34:15'),(751,751,'email','Correo electrónico','success',NULL,'2024-09-07 14:07:09','2024-09-07 14:07:09','2024-09-07 14:07:09','2024-09-07 14:07:09'),(752,752,'email','Correo electrónico','success',NULL,'2024-09-08 11:17:51','2024-09-08 11:17:51','2024-09-08 11:17:51','2024-09-08 11:17:51'),(753,753,'email','Correo electrónico','success',NULL,'2024-09-09 06:08:50','2024-09-09 06:08:50','2024-09-09 06:08:50','2024-09-09 06:08:50'),(754,754,'email','Correo electrónico','success',NULL,'2024-09-09 08:18:25','2024-09-09 08:18:25','2024-09-09 08:18:25','2024-09-09 08:18:25'),(755,755,'email','Correo electrónico','success',NULL,'2024-09-10 02:46:37','2024-09-10 02:46:37','2024-09-10 02:46:37','2024-09-10 02:46:37'),(756,756,'email','Correo electrónico','success',NULL,'2024-09-10 03:40:41','2024-09-10 03:40:41','2024-09-10 03:40:41','2024-09-10 03:40:41'),(757,757,'email','Correo electrónico','success',NULL,'2024-09-10 11:48:04','2024-09-10 11:48:04','2024-09-10 11:48:04','2024-09-10 11:48:04'),(758,758,'email','Correo electrónico','success',NULL,'2024-09-10 14:38:32','2024-09-10 14:38:32','2024-09-10 14:38:32','2024-09-10 14:38:32'),(759,759,'email','Correo electrónico','success',NULL,'2024-09-11 04:23:41','2024-09-11 04:23:41','2024-09-11 04:23:41','2024-09-11 04:23:41'),(760,760,'email','Correo electrónico','success',NULL,'2024-09-11 15:01:59','2024-09-11 15:01:59','2024-09-11 15:01:59','2024-09-11 15:01:59'),(761,761,'email','Correo electrónico','success',NULL,'2024-09-11 15:50:46','2024-09-11 15:50:46','2024-09-11 15:50:46','2024-09-11 15:50:46'),(762,762,'email','Correo electrónico','success',NULL,'2024-09-11 19:12:21','2024-09-11 19:12:21','2024-09-11 19:12:21','2024-09-11 19:12:21'),(763,763,'email','Correo electrónico','success',NULL,'2024-09-11 22:39:17','2024-09-11 22:39:17','2024-09-11 22:39:17','2024-09-11 22:39:17'),(764,764,'email','Correo electrónico','success',NULL,'2024-09-12 03:33:03','2024-09-12 03:33:03','2024-09-12 03:33:03','2024-09-12 03:33:03'),(765,765,'email','Correo electrónico','success',NULL,'2024-09-12 15:26:25','2024-09-12 15:26:25','2024-09-12 15:26:25','2024-09-12 15:26:25'),(766,766,'email','Correo electrónico','success',NULL,'2024-09-12 22:29:30','2024-09-12 22:29:30','2024-09-12 22:29:30','2024-09-12 22:29:30'),(767,767,'email','Correo electrónico','success',NULL,'2024-09-13 04:06:20','2024-09-13 04:06:20','2024-09-13 04:06:20','2024-09-13 04:06:20'),(768,768,'email','Correo electrónico','success',NULL,'2024-09-13 16:10:57','2024-09-13 16:10:57','2024-09-13 16:10:57','2024-09-13 16:10:57'),(769,769,'email','Correo electrónico','success',NULL,'2024-09-14 18:10:50','2024-09-14 18:10:50','2024-09-14 18:10:50','2024-09-14 18:10:50'),(770,770,'email','Correo electrónico','success',NULL,'2024-09-14 20:34:38','2024-09-14 20:34:38','2024-09-14 20:34:38','2024-09-14 20:34:38'),(771,771,'email','Correo electrónico','success',NULL,'2024-09-14 21:11:38','2024-09-14 21:11:38','2024-09-14 21:11:38','2024-09-14 21:11:38'),(772,772,'email','Correo electrónico','success',NULL,'2024-09-15 02:39:37','2024-09-15 02:39:37','2024-09-15 02:39:37','2024-09-15 02:39:37'),(773,773,'email','Correo electrónico','success',NULL,'2024-09-15 03:52:07','2024-09-15 03:52:07','2024-09-15 03:52:07','2024-09-15 03:52:07'),(774,774,'email','Correo electrónico','success',NULL,'2024-09-15 11:51:40','2024-09-15 11:51:40','2024-09-15 11:51:40','2024-09-15 11:51:40'),(775,775,'email','Correo electrónico','success',NULL,'2024-09-15 22:12:46','2024-09-15 22:12:46','2024-09-15 22:12:46','2024-09-15 22:12:46'),(776,776,'email','Correo electrónico','success',NULL,'2024-09-16 12:06:18','2024-09-16 12:06:18','2024-09-16 12:06:18','2024-09-16 12:06:18'),(777,777,'email','Correo electrónico','success',NULL,'2024-09-16 20:04:05','2024-09-16 20:04:05','2024-09-16 20:04:05','2024-09-16 20:04:05'),(778,778,'email','Correo electrónico','success',NULL,'2024-09-17 00:20:56','2024-09-17 00:20:56','2024-09-17 00:20:56','2024-09-17 00:20:56'),(779,779,'email','Correo electrónico','success',NULL,'2024-09-17 00:40:55','2024-09-17 00:40:55','2024-09-17 00:40:55','2024-09-17 00:40:55'),(780,780,'email','Correo electrónico','success',NULL,'2024-09-17 05:51:44','2024-09-17 05:51:44','2024-09-17 05:51:44','2024-09-17 05:51:44'),(781,781,'email','Correo electrónico','success',NULL,'2024-09-17 17:57:10','2024-09-17 17:57:10','2024-09-17 17:57:10','2024-09-17 17:57:10'),(782,782,'email','Correo electrónico','success',NULL,'2024-09-18 09:34:20','2024-09-18 09:34:20','2024-09-18 09:34:20','2024-09-18 09:34:20'),(783,783,'email','Correo electrónico','success',NULL,'2024-09-18 15:45:21','2024-09-18 15:45:21','2024-09-18 15:45:21','2024-09-18 15:45:21'),(784,784,'email','Correo electrónico','success',NULL,'2024-09-18 16:30:49','2024-09-18 16:30:49','2024-09-18 16:30:49','2024-09-18 16:30:49'),(785,785,'email','Correo electrónico','success',NULL,'2024-09-18 22:10:10','2024-09-18 22:10:10','2024-09-18 22:10:10','2024-09-18 22:10:10'),(786,786,'email','Correo electrónico','success',NULL,'2024-09-19 05:29:15','2024-09-19 05:29:15','2024-09-19 05:29:15','2024-09-19 05:29:15'),(787,787,'email','Correo electrónico','success',NULL,'2024-09-19 12:31:33','2024-09-19 12:31:33','2024-09-19 12:31:33','2024-09-19 12:31:33'),(788,788,'email','Correo electrónico','success',NULL,'2024-09-20 05:03:34','2024-09-20 05:03:34','2024-09-20 05:03:34','2024-09-20 05:03:34'),(789,789,'email','Correo electrónico','success',NULL,'2024-09-20 20:51:29','2024-09-20 20:51:29','2024-09-20 20:51:29','2024-09-20 20:51:29'),(790,790,'email','Correo electrónico','success',NULL,'2024-09-21 00:34:20','2024-09-21 00:34:20','2024-09-21 00:34:20','2024-09-21 00:34:20'),(791,791,'email','Correo electrónico','success',NULL,'2024-09-21 00:53:07','2024-09-21 00:53:07','2024-09-21 00:53:07','2024-09-21 00:53:07'),(792,792,'email','Correo electrónico','success',NULL,'2024-09-21 05:41:46','2024-09-21 05:41:46','2024-09-21 05:41:46','2024-09-21 05:41:46'),(793,793,'email','Correo electrónico','success',NULL,'2024-09-22 04:51:02','2024-09-22 04:51:02','2024-09-22 04:51:02','2024-09-22 04:51:02'),(794,794,'email','Correo electrónico','success',NULL,'2024-09-23 14:46:45','2024-09-23 14:46:45','2024-09-23 14:46:45','2024-09-23 14:46:45'),(795,795,'email','Correo electrónico','success',NULL,'2024-09-23 20:14:39','2024-09-23 20:14:39','2024-09-23 20:14:39','2024-09-23 20:14:39'),(796,796,'email','Correo electrónico','success',NULL,'2024-09-24 06:24:47','2024-09-24 06:24:47','2024-09-24 06:24:47','2024-09-24 06:24:47'),(797,797,'email','Correo electrónico','success',NULL,'2024-09-25 01:53:17','2024-09-25 01:53:17','2024-09-25 01:53:17','2024-09-25 01:53:17'),(798,798,'email','Correo electrónico','success',NULL,'2024-09-25 18:43:32','2024-09-25 18:43:32','2024-09-25 18:43:32','2024-09-25 18:43:32'),(799,799,'email','Correo electrónico','success',NULL,'2024-09-26 00:50:08','2024-09-26 00:50:08','2024-09-26 00:50:08','2024-09-26 00:50:08'),(800,800,'email','Correo electrónico','success',NULL,'2024-09-27 03:19:26','2024-09-27 03:19:26','2024-09-27 03:19:26','2024-09-27 03:19:26'),(801,801,'email','Correo electrónico','success',NULL,'2024-09-27 10:58:52','2024-09-27 10:58:52','2024-09-27 10:58:52','2024-09-27 10:58:52'),(802,802,'email','Correo electrónico','success',NULL,'2024-09-28 01:08:28','2024-09-28 01:08:28','2024-09-28 01:08:28','2024-09-28 01:08:28'),(803,803,'email','Correo electrónico','success',NULL,'2024-09-28 02:30:34','2024-09-28 02:30:34','2024-09-28 02:30:34','2024-09-28 02:30:34'),(804,804,'email','Correo electrónico','success',NULL,'2024-09-28 12:38:44','2024-09-28 12:38:44','2024-09-28 12:38:44','2024-09-28 12:38:44'),(805,805,'email','Correo electrónico','success',NULL,'2024-09-28 21:28:06','2024-09-28 21:28:06','2024-09-28 21:28:06','2024-09-28 21:28:06'),(806,806,'email','Correo electrónico','success',NULL,'2024-09-28 23:45:53','2024-09-28 23:45:53','2024-09-28 23:45:53','2024-09-28 23:45:53'),(807,807,'email','Correo electrónico','success',NULL,'2024-09-29 03:29:34','2024-09-29 03:29:34','2024-09-29 03:29:34','2024-09-29 03:29:34'),(808,808,'email','Correo electrónico','success',NULL,'2024-09-29 14:36:23','2024-09-29 14:36:23','2024-09-29 14:36:23','2024-09-29 14:36:23'),(809,809,'email','Correo electrónico','success',NULL,'2024-09-30 03:01:03','2024-09-30 03:01:03','2024-09-30 03:01:03','2024-09-30 03:01:03'),(810,810,'email','Correo electrónico','success',NULL,'2024-09-30 04:38:46','2024-09-30 04:38:46','2024-09-30 04:38:46','2024-09-30 04:38:46'),(811,811,'email','Correo electrónico','success',NULL,'2024-10-01 08:31:31','2024-10-01 08:31:31','2024-10-01 08:31:31','2024-10-01 08:31:31'),(812,812,'email','Correo electrónico','success',NULL,'2024-10-01 11:33:27','2024-10-01 11:33:27','2024-10-01 11:33:27','2024-10-01 11:33:27'),(813,813,'email','Correo electrónico','success',NULL,'2024-10-01 16:18:39','2024-10-01 16:18:39','2024-10-01 16:18:39','2024-10-01 16:18:39'),(814,814,'email','Correo electrónico','success',NULL,'2024-10-01 19:12:07','2024-10-01 19:12:07','2024-10-01 19:12:07','2024-10-01 19:12:07'),(815,815,'email','Correo electrónico','success',NULL,'2024-10-02 12:05:55','2024-10-02 12:05:55','2024-10-02 12:05:55','2024-10-02 12:05:55'),(816,816,'email','Correo electrónico','success',NULL,'2024-10-03 08:32:10','2024-10-03 08:32:10','2024-10-03 08:32:10','2024-10-03 08:32:10'),(817,817,'email','Correo electrónico','success',NULL,'2024-10-03 20:34:46','2024-10-03 20:34:46','2024-10-03 20:34:46','2024-10-03 20:34:46'),(818,818,'email','Correo electrónico','success',NULL,'2024-10-04 13:25:59','2024-10-04 13:25:59','2024-10-04 13:25:59','2024-10-04 13:25:59'),(819,819,'email','Correo electrónico','success',NULL,'2024-10-04 20:08:04','2024-10-04 20:08:04','2024-10-04 20:08:04','2024-10-04 20:08:04'),(820,820,'email','Correo electrónico','success',NULL,'2024-10-05 21:41:50','2024-10-05 21:41:50','2024-10-05 21:41:50','2024-10-05 21:41:50'),(821,821,'email','Correo electrónico','success',NULL,'2024-10-06 14:23:14','2024-10-06 14:23:14','2024-10-06 14:23:14','2024-10-06 14:23:14'),(822,822,'email','Correo electrónico','success',NULL,'2024-10-08 07:01:16','2024-10-08 07:01:16','2024-10-08 07:01:16','2024-10-08 07:01:16'),(823,823,'email','Correo electrónico','success',NULL,'2024-10-10 22:32:42','2024-10-10 22:32:42','2024-10-10 22:32:42','2024-10-10 22:32:42'),(824,824,'email','Correo electrónico','success',NULL,'2024-10-11 04:39:55','2024-10-11 04:39:55','2024-10-11 04:39:55','2024-10-11 04:39:55'),(825,825,'email','Correo electrónico','success',NULL,'2024-10-11 18:16:55','2024-10-11 18:16:55','2024-10-11 18:16:55','2024-10-11 18:16:55'),(826,826,'email','Correo electrónico','success',NULL,'2024-10-12 02:59:09','2024-10-12 02:59:09','2024-10-12 02:59:09','2024-10-12 02:59:09'),(827,827,'email','Correo electrónico','success',NULL,'2024-10-12 07:28:50','2024-10-12 07:28:50','2024-10-12 07:28:50','2024-10-12 07:28:50'),(828,828,'email','Correo electrónico','success',NULL,'2024-10-12 08:06:31','2024-10-12 08:06:31','2024-10-12 08:06:31','2024-10-12 08:06:31'),(829,829,'email','Correo electrónico','success',NULL,'2024-10-12 16:05:57','2024-10-12 16:05:57','2024-10-12 16:05:57','2024-10-12 16:05:57'),(830,830,'email','Correo electrónico','success',NULL,'2024-10-12 22:57:51','2024-10-12 22:57:51','2024-10-12 22:57:51','2024-10-12 22:57:51'),(831,831,'email','Correo electrónico','success',NULL,'2024-10-15 09:35:32','2024-10-15 09:35:32','2024-10-15 09:35:32','2024-10-15 09:35:32'),(832,832,'email','Correo electrónico','success',NULL,'2024-10-15 16:30:18','2024-10-15 16:30:18','2024-10-15 16:30:18','2024-10-15 16:30:18'),(833,833,'email','Correo electrónico','success',NULL,'2024-10-16 01:55:55','2024-10-16 01:55:55','2024-10-16 01:55:55','2024-10-16 01:55:55'),(834,834,'email','Correo electrónico','success',NULL,'2024-10-16 04:32:47','2024-10-16 04:32:47','2024-10-16 04:32:47','2024-10-16 04:32:47'),(835,835,'email','Correo electrónico','success',NULL,'2024-10-16 11:52:00','2024-10-16 11:52:00','2024-10-16 11:52:00','2024-10-16 11:52:00'),(836,836,'email','Correo electrónico','success',NULL,'2024-10-16 23:19:49','2024-10-16 23:19:49','2024-10-16 23:19:49','2024-10-16 23:19:49'),(837,837,'email','Correo electrónico','success',NULL,'2024-10-17 00:08:04','2024-10-17 00:08:04','2024-10-17 00:08:04','2024-10-17 00:08:04'),(838,838,'email','Correo electrónico','success',NULL,'2024-10-17 08:31:31','2024-10-17 08:31:31','2024-10-17 08:31:31','2024-10-17 08:31:31'),(839,839,'email','Correo electrónico','success',NULL,'2024-10-17 10:26:17','2024-10-17 10:26:17','2024-10-17 10:26:17','2024-10-17 10:26:17'),(840,840,'email','Correo electrónico','success',NULL,'2024-10-17 16:31:15','2024-10-17 16:31:15','2024-10-17 16:31:15','2024-10-17 16:31:15'),(841,841,'email','Correo electrónico','success',NULL,'2024-10-18 08:01:56','2024-10-18 08:01:56','2024-10-18 08:01:56','2024-10-18 08:01:56'),(842,842,'email','Correo electrónico','success',NULL,'2024-10-18 12:52:59','2024-10-18 12:52:59','2024-10-18 12:52:59','2024-10-18 12:52:59'),(843,843,'email','Correo electrónico','success',NULL,'2024-10-18 13:45:27','2024-10-18 13:45:27','2024-10-18 13:45:27','2024-10-18 13:45:27'),(844,844,'email','Correo electrónico','success',NULL,'2024-10-18 16:13:53','2024-10-18 16:13:53','2024-10-18 16:13:53','2024-10-18 16:13:53'),(845,845,'email','Correo electrónico','success',NULL,'2024-10-18 16:36:25','2024-10-18 16:36:25','2024-10-18 16:36:25','2024-10-18 16:36:25'),(846,846,'email','Correo electrónico','success',NULL,'2024-10-18 21:27:32','2024-10-18 21:27:32','2024-10-18 21:27:32','2024-10-18 21:27:32'),(847,847,'email','Correo electrónico','success',NULL,'2024-10-19 03:42:24','2024-10-19 03:42:24','2024-10-19 03:42:24','2024-10-19 03:42:24'),(848,848,'email','Correo electrónico','success',NULL,'2024-10-20 07:48:00','2024-10-20 07:48:00','2024-10-20 07:48:00','2024-10-20 07:48:00'),(849,849,'email','Correo electrónico','success',NULL,'2024-10-20 12:26:53','2024-10-20 12:26:53','2024-10-20 12:26:53','2024-10-20 12:26:53'),(850,850,'email','Correo electrónico','success',NULL,'2024-10-20 13:09:43','2024-10-20 13:09:43','2024-10-20 13:09:43','2024-10-20 13:09:43'),(851,851,'email','Correo electrónico','success',NULL,'2024-10-21 04:18:40','2024-10-21 04:18:40','2024-10-21 04:18:40','2024-10-21 04:18:40'),(852,852,'email','Correo electrónico','success',NULL,'2024-10-21 11:23:40','2024-10-21 11:23:40','2024-10-21 11:23:40','2024-10-21 11:23:40'),(853,853,'email','Correo electrónico','success',NULL,'2024-10-22 00:51:51','2024-10-22 00:51:51','2024-10-22 00:51:51','2024-10-22 00:51:51'),(854,854,'email','Correo electrónico','success',NULL,'2024-10-22 07:58:02','2024-10-22 07:58:02','2024-10-22 07:58:02','2024-10-22 07:58:02'),(855,855,'email','Correo electrónico','success',NULL,'2024-10-23 15:29:28','2024-10-23 15:29:28','2024-10-23 15:29:28','2024-10-23 15:29:28'),(856,856,'email','Correo electrónico','success',NULL,'2024-10-23 16:13:50','2024-10-23 16:13:50','2024-10-23 16:13:50','2024-10-23 16:13:50'),(857,857,'email','Correo electrónico','success',NULL,'2024-10-23 20:16:29','2024-10-23 20:16:29','2024-10-23 20:16:29','2024-10-23 20:16:29'),(858,858,'email','Correo electrónico','success',NULL,'2024-10-24 22:49:30','2024-10-24 22:49:30','2024-10-24 22:49:30','2024-10-24 22:49:30'),(859,859,'email','Correo electrónico','success',NULL,'2024-10-25 12:41:25','2024-10-25 12:41:25','2024-10-25 12:41:25','2024-10-25 12:41:25'),(860,860,'email','Correo electrónico','success',NULL,'2024-10-26 20:10:25','2024-10-26 20:10:25','2024-10-26 20:10:25','2024-10-26 20:10:25'),(861,861,'email','Correo electrónico','success',NULL,'2024-10-26 21:53:57','2024-10-26 21:53:57','2024-10-26 21:53:57','2024-10-26 21:53:57'),(862,862,'email','Correo electrónico','success',NULL,'2024-10-27 00:24:22','2024-10-27 00:24:22','2024-10-27 00:24:22','2024-10-27 00:24:22'),(863,863,'email','Correo electrónico','success',NULL,'2024-10-27 18:52:22','2024-10-27 18:52:22','2024-10-27 18:52:22','2024-10-27 18:52:22'),(864,864,'email','Correo electrónico','success',NULL,'2024-10-27 23:25:57','2024-10-27 23:25:57','2024-10-27 23:25:57','2024-10-27 23:25:57'),(865,865,'email','Correo electrónico','success',NULL,'2024-10-28 00:10:53','2024-10-28 00:10:53','2024-10-28 00:10:53','2024-10-28 00:10:53'),(866,866,'email','Correo electrónico','success',NULL,'2024-10-28 01:59:31','2024-10-28 01:59:31','2024-10-28 01:59:31','2024-10-28 01:59:31'),(867,867,'email','Correo electrónico','success',NULL,'2024-10-29 04:10:09','2024-10-29 04:10:09','2024-10-29 04:10:09','2024-10-29 04:10:09'),(868,868,'email','Correo electrónico','success',NULL,'2024-10-30 04:28:56','2024-10-30 04:28:56','2024-10-30 04:28:56','2024-10-30 04:28:56'),(869,869,'email','Correo electrónico','success',NULL,'2024-11-01 16:37:55','2024-11-01 16:37:55','2024-11-01 16:37:55','2024-11-01 16:37:55'),(870,870,'email','Correo electrónico','success',NULL,'2024-11-01 19:58:47','2024-11-01 19:58:47','2024-11-01 19:58:47','2024-11-01 19:58:47'),(871,871,'email','Correo electrónico','success',NULL,'2024-11-02 13:02:08','2024-11-02 13:02:08','2024-11-02 13:02:08','2024-11-02 13:02:08'),(872,872,'email','Correo electrónico','success',NULL,'2024-11-03 08:11:19','2024-11-03 08:11:19','2024-11-03 08:11:19','2024-11-03 08:11:19'),(873,873,'email','Correo electrónico','success',NULL,'2024-11-03 21:29:11','2024-11-03 21:29:11','2024-11-03 21:29:11','2024-11-03 21:29:11'),(874,874,'email','Correo electrónico','success',NULL,'2024-11-04 21:21:13','2024-11-04 21:21:13','2024-11-04 21:21:13','2024-11-04 21:21:13'),(875,875,'email','Correo electrónico','success',NULL,'2024-11-05 14:38:37','2024-11-05 14:38:37','2024-11-05 14:38:37','2024-11-05 14:38:37'),(876,876,'email','Correo electrónico','success',NULL,'2024-11-07 10:45:07','2024-11-07 10:45:07','2024-11-07 10:45:07','2024-11-07 10:45:07'),(877,877,'email','Correo electrónico','success',NULL,'2024-11-07 15:07:30','2024-11-07 15:07:30','2024-11-07 15:07:30','2024-11-07 15:07:30'),(878,878,'email','Correo electrónico','success',NULL,'2024-11-08 01:19:17','2024-11-08 01:19:17','2024-11-08 01:19:17','2024-11-08 01:19:17'),(879,879,'email','Correo electrónico','success',NULL,'2024-11-08 11:19:02','2024-11-08 11:19:02','2024-11-08 11:19:02','2024-11-08 11:19:02'),(880,880,'email','Correo electrónico','success',NULL,'2024-11-09 02:45:49','2024-11-09 02:45:49','2024-11-09 02:45:49','2024-11-09 02:45:49'),(881,881,'email','Correo electrónico','success',NULL,'2024-11-10 17:38:23','2024-11-10 17:38:23','2024-11-10 17:38:23','2024-11-10 17:38:23'),(882,882,'email','Correo electrónico','success',NULL,'2024-11-10 21:23:02','2024-11-10 21:23:02','2024-11-10 21:23:02','2024-11-10 21:23:02'),(883,883,'email','Correo electrónico','success',NULL,'2024-11-10 23:10:28','2024-11-10 23:10:28','2024-11-10 23:10:28','2024-11-10 23:10:28'),(884,884,'email','Correo electrónico','success',NULL,'2024-11-11 01:16:45','2024-11-11 01:16:45','2024-11-11 01:16:45','2024-11-11 01:16:45'),(885,885,'email','Correo electrónico','success',NULL,'2024-11-11 01:29:20','2024-11-11 01:29:20','2024-11-11 01:29:20','2024-11-11 01:29:20'),(886,886,'email','Correo electrónico','success',NULL,'2024-11-13 11:16:32','2024-11-13 11:16:32','2024-11-13 11:16:32','2024-11-13 11:16:32'),(887,887,'email','Correo electrónico','success',NULL,'2024-11-14 12:27:40','2024-11-14 12:27:40','2024-11-14 12:27:40','2024-11-14 12:27:40'),(888,888,'email','Correo electrónico','success',NULL,'2024-11-14 23:44:29','2024-11-14 23:44:29','2024-11-14 23:44:29','2024-11-14 23:44:29'),(889,889,'email','Correo electrónico','success',NULL,'2024-11-15 12:46:18','2024-11-15 12:46:18','2024-11-15 12:46:18','2024-11-15 12:46:18'),(890,890,'email','Correo electrónico','success',NULL,'2024-11-15 22:31:53','2024-11-15 22:31:53','2024-11-15 22:31:53','2024-11-15 22:31:53'),(891,891,'email','Correo electrónico','success',NULL,'2024-11-16 01:02:00','2024-11-16 01:02:00','2024-11-16 01:02:00','2024-11-16 01:02:00'),(892,892,'email','Correo electrónico','success',NULL,'2024-11-16 05:32:32','2024-11-16 05:32:32','2024-11-16 05:32:32','2024-11-16 05:32:32'),(893,893,'email','Correo electrónico','success',NULL,'2024-11-17 13:42:12','2024-11-17 13:42:12','2024-11-17 13:42:12','2024-11-17 13:42:12'),(894,894,'email','Correo electrónico','success',NULL,'2024-11-17 20:15:55','2024-11-17 20:15:55','2024-11-17 20:15:55','2024-11-17 20:15:55'),(895,895,'email','Correo electrónico','success',NULL,'2024-11-18 12:22:49','2024-11-18 12:22:49','2024-11-18 12:22:49','2024-11-18 12:22:49'),(896,896,'email','Correo electrónico','success',NULL,'2024-11-18 21:39:14','2024-11-18 21:39:14','2024-11-18 21:39:14','2024-11-18 21:39:14'),(897,897,'email','Correo electrónico','success',NULL,'2024-11-19 04:04:35','2024-11-19 04:04:35','2024-11-19 04:04:35','2024-11-19 04:04:35'),(898,898,'email','Correo electrónico','success',NULL,'2024-11-20 01:02:13','2024-11-20 01:02:13','2024-11-20 01:02:13','2024-11-20 01:02:13'),(899,899,'email','Correo electrónico','success',NULL,'2024-11-20 07:28:57','2024-11-20 07:28:57','2024-11-20 07:28:57','2024-11-20 07:28:57'),(900,900,'email','Correo electrónico','success',NULL,'2024-11-20 20:52:33','2024-11-20 20:52:33','2024-11-20 20:52:33','2024-11-20 20:52:33'),(901,901,'email','Correo electrónico','success',NULL,'2024-11-21 11:26:13','2024-11-21 11:26:13','2024-11-21 11:26:13','2024-11-21 11:26:13'),(902,902,'email','Correo electrónico','success',NULL,'2024-11-21 18:05:59','2024-11-21 18:05:59','2024-11-21 18:05:59','2024-11-21 18:05:59'),(903,903,'email','Correo electrónico','success',NULL,'2024-11-22 16:08:32','2024-11-22 16:08:32','2024-11-22 16:08:32','2024-11-22 16:08:32'),(904,904,'email','Correo electrónico','success',NULL,'2024-11-23 06:04:48','2024-11-23 06:04:48','2024-11-23 06:04:48','2024-11-23 06:04:48'),(905,905,'email','Correo electrónico','success',NULL,'2024-11-24 01:35:06','2024-11-24 01:35:06','2024-11-24 01:35:06','2024-11-24 01:35:06'),(906,906,'email','Correo electrónico','success',NULL,'2024-11-24 06:41:11','2024-11-24 06:41:11','2024-11-24 06:41:11','2024-11-24 06:41:11'),(907,907,'email','Correo electrónico','success',NULL,'2024-11-24 06:41:16','2024-11-24 06:41:16','2024-11-24 06:41:16','2024-11-24 06:41:16'),(908,908,'email','Correo electrónico','success',NULL,'2024-11-24 14:19:47','2024-11-24 14:19:47','2024-11-24 14:19:47','2024-11-24 14:19:47'),(909,909,'email','Correo electrónico','success',NULL,'2024-11-25 01:50:08','2024-11-25 01:50:08','2024-11-25 01:50:08','2024-11-25 01:50:08'),(910,910,'email','Correo electrónico','success',NULL,'2024-11-25 04:56:33','2024-11-25 04:56:33','2024-11-25 04:56:33','2024-11-25 04:56:33'),(911,911,'email','Correo electrónico','success',NULL,'2024-11-25 10:55:55','2024-11-25 10:55:55','2024-11-25 10:55:55','2024-11-25 10:55:55'),(912,912,'email','Correo electrónico','success',NULL,'2024-11-25 12:53:39','2024-11-25 12:53:39','2024-11-25 12:53:39','2024-11-25 12:53:39'),(913,913,'email','Correo electrónico','success',NULL,'2024-11-25 15:12:27','2024-11-25 15:12:27','2024-11-25 15:12:27','2024-11-25 15:12:27'),(914,914,'email','Correo electrónico','success',NULL,'2024-11-26 09:13:29','2024-11-26 09:13:29','2024-11-26 09:13:29','2024-11-26 09:13:29'),(915,915,'email','Correo electrónico','success',NULL,'2024-11-26 14:16:06','2024-11-26 14:16:06','2024-11-26 14:16:06','2024-11-26 14:16:06'),(916,916,'email','Correo electrónico','success',NULL,'2024-11-26 18:05:24','2024-11-26 18:05:24','2024-11-26 18:05:24','2024-11-26 18:05:24'),(917,917,'email','Correo electrónico','success',NULL,'2024-11-27 03:07:21','2024-11-27 03:07:21','2024-11-27 03:07:21','2024-11-27 03:07:21'),(918,918,'email','Correo electrónico','success',NULL,'2024-11-27 04:23:44','2024-11-27 04:23:44','2024-11-27 04:23:44','2024-11-27 04:23:44'),(919,919,'email','Correo electrónico','success',NULL,'2024-11-27 04:28:27','2024-11-27 04:28:27','2024-11-27 04:28:27','2024-11-27 04:28:27'),(920,920,'email','Correo electrónico','success',NULL,'2024-11-27 08:19:16','2024-11-27 08:19:16','2024-11-27 08:19:16','2024-11-27 08:19:16'),(921,921,'email','Correo electrónico','success',NULL,'2024-11-27 13:23:34','2024-11-27 13:23:34','2024-11-27 13:23:34','2024-11-27 13:23:34'),(922,922,'email','Correo electrónico','success',NULL,'2024-11-29 02:20:42','2024-11-29 02:20:42','2024-11-29 02:20:42','2024-11-29 02:20:42'),(923,923,'email','Correo electrónico','success',NULL,'2024-11-29 08:22:35','2024-11-29 08:22:35','2024-11-29 08:22:35','2024-11-29 08:22:35'),(924,924,'email','Correo electrónico','success',NULL,'2024-11-30 11:42:13','2024-11-30 11:42:13','2024-11-30 11:42:13','2024-11-30 11:42:13'),(925,925,'email','Correo electrónico','success',NULL,'2024-12-01 05:02:28','2024-12-01 05:02:28','2024-12-01 05:02:28','2024-12-01 05:02:28'),(926,926,'email','Correo electrónico','success',NULL,'2024-12-02 10:08:40','2024-12-02 10:08:40','2024-12-02 10:08:40','2024-12-02 10:08:40'),(927,927,'email','Correo electrónico','success',NULL,'2024-12-02 12:32:55','2024-12-02 12:32:55','2024-12-02 12:32:55','2024-12-02 12:32:55'),(928,928,'email','Correo electrónico','success',NULL,'2024-12-02 14:32:00','2024-12-02 14:32:00','2024-12-02 14:32:00','2024-12-02 14:32:00'),(929,929,'email','Correo electrónico','success',NULL,'2024-12-03 05:14:04','2024-12-03 05:14:04','2024-12-03 05:14:04','2024-12-03 05:14:04'),(930,930,'email','Correo electrónico','success',NULL,'2024-12-03 21:56:24','2024-12-03 21:56:24','2024-12-03 21:56:24','2024-12-03 21:56:24'),(931,931,'email','Correo electrónico','success',NULL,'2024-12-04 11:32:34','2024-12-04 11:32:34','2024-12-04 11:32:34','2024-12-04 11:32:34'),(932,932,'email','Correo electrónico','success',NULL,'2024-12-04 16:14:36','2024-12-04 16:14:36','2024-12-04 16:14:36','2024-12-04 16:14:36'),(933,933,'email','Correo electrónico','success',NULL,'2024-12-04 19:05:02','2024-12-04 19:05:02','2024-12-04 19:05:02','2024-12-04 19:05:02'),(934,934,'email','Correo electrónico','success',NULL,'2024-12-05 08:59:19','2024-12-05 08:59:19','2024-12-05 08:59:19','2024-12-05 08:59:19'),(935,935,'email','Correo electrónico','success',NULL,'2024-12-05 10:55:11','2024-12-05 10:55:11','2024-12-05 10:55:11','2024-12-05 10:55:11'),(936,936,'email','Correo electrónico','success',NULL,'2024-12-06 03:48:20','2024-12-06 03:48:20','2024-12-06 03:48:20','2024-12-06 03:48:20'),(937,937,'email','Correo electrónico','success',NULL,'2024-12-07 22:23:19','2024-12-07 22:23:19','2024-12-07 22:23:19','2024-12-07 22:23:19'),(938,938,'email','Correo electrónico','success',NULL,'2024-12-08 02:52:51','2024-12-08 02:52:51','2024-12-08 02:52:51','2024-12-08 02:52:51'),(939,939,'email','Correo electrónico','success',NULL,'2024-12-08 05:58:48','2024-12-08 05:58:48','2024-12-08 05:58:48','2024-12-08 05:58:48'),(940,940,'email','Correo electrónico','success',NULL,'2024-12-08 12:27:58','2024-12-08 12:27:58','2024-12-08 12:27:58','2024-12-08 12:27:58'),(941,941,'email','Correo electrónico','success',NULL,'2024-12-09 14:40:26','2024-12-09 14:40:26','2024-12-09 14:40:26','2024-12-09 14:40:26'),(942,942,'email','Correo electrónico','success',NULL,'2024-12-10 22:07:38','2024-12-10 22:07:38','2024-12-10 22:07:38','2024-12-10 22:07:38'),(943,943,'email','Correo electrónico','success',NULL,'2024-12-10 22:31:18','2024-12-10 22:31:18','2024-12-10 22:31:18','2024-12-10 22:31:18'),(944,944,'email','Correo electrónico','success',NULL,'2024-12-11 23:43:38','2024-12-11 23:43:38','2024-12-11 23:43:38','2024-12-11 23:43:38'),(945,945,'email','Correo electrónico','success',NULL,'2024-12-12 09:55:30','2024-12-12 09:55:30','2024-12-12 09:55:30','2024-12-12 09:55:30'),(946,946,'email','Correo electrónico','success',NULL,'2024-12-13 03:05:35','2024-12-13 03:05:35','2024-12-13 03:05:35','2024-12-13 03:05:35'),(947,947,'email','Correo electrónico','success',NULL,'2024-12-13 03:22:59','2024-12-13 03:22:59','2024-12-13 03:22:59','2024-12-13 03:22:59'),(948,948,'email','Correo electrónico','success',NULL,'2024-12-13 17:28:34','2024-12-13 17:28:34','2024-12-13 17:28:34','2024-12-13 17:28:34'),(949,949,'email','Correo electrónico','success',NULL,'2024-12-14 13:34:34','2024-12-14 13:34:34','2024-12-14 13:34:34','2024-12-14 13:34:34'),(950,950,'email','Correo electrónico','success',NULL,'2024-12-15 20:48:08','2024-12-15 20:48:08','2024-12-15 20:48:08','2024-12-15 20:48:08'),(951,951,'email','Correo electrónico','success',NULL,'2024-12-16 04:29:29','2024-12-16 04:29:29','2024-12-16 04:29:29','2024-12-16 04:29:29'),(952,952,'email','Correo electrónico','success',NULL,'2024-12-16 08:03:04','2024-12-16 08:03:04','2024-12-16 08:03:04','2024-12-16 08:03:04'),(953,953,'email','Correo electrónico','success',NULL,'2024-12-16 12:19:21','2024-12-16 12:19:21','2024-12-16 12:19:21','2024-12-16 12:19:21'),(954,954,'email','Correo electrónico','success',NULL,'2024-12-17 03:05:59','2024-12-17 03:05:59','2024-12-17 03:05:59','2024-12-17 03:05:59'),(955,955,'email','Correo electrónico','success',NULL,'2024-12-17 05:46:58','2024-12-17 05:46:58','2024-12-17 05:46:58','2024-12-17 05:46:58'),(956,956,'email','Correo electrónico','success',NULL,'2024-12-17 10:21:14','2024-12-17 10:21:14','2024-12-17 10:21:14','2024-12-17 10:21:14'),(957,957,'email','Correo electrónico','success',NULL,'2024-12-17 11:38:42','2024-12-17 11:38:42','2024-12-17 11:38:42','2024-12-17 11:38:42'),(958,958,'email','Correo electrónico','success',NULL,'2024-12-17 14:11:59','2024-12-17 14:11:59','2024-12-17 14:11:59','2024-12-17 14:11:59'),(959,959,'email','Correo electrónico','success',NULL,'2024-12-18 00:15:07','2024-12-18 00:15:07','2024-12-18 00:15:07','2024-12-18 00:15:07'),(960,960,'email','Correo electrónico','success',NULL,'2024-12-19 02:17:37','2024-12-19 02:17:37','2024-12-19 02:17:37','2024-12-19 02:17:37'),(961,961,'email','Correo electrónico','success',NULL,'2024-12-20 10:42:39','2024-12-20 10:42:39','2024-12-20 10:42:39','2024-12-20 10:42:39'),(962,962,'email','Correo electrónico','success',NULL,'2024-12-21 00:50:02','2024-12-21 00:50:02','2024-12-21 00:50:02','2024-12-21 00:50:02'),(963,963,'email','Correo electrónico','success',NULL,'2024-12-21 12:28:13','2024-12-21 12:28:13','2024-12-21 12:28:13','2024-12-21 12:28:13'),(964,964,'email','Correo electrónico','success',NULL,'2024-12-22 21:33:57','2024-12-22 21:33:57','2024-12-22 21:33:57','2024-12-22 21:33:57'),(965,965,'email','Correo electrónico','success',NULL,'2024-12-23 07:22:31','2024-12-23 07:22:31','2024-12-23 07:22:31','2024-12-23 07:22:31'),(966,966,'email','Correo electrónico','success',NULL,'2024-12-23 08:08:06','2024-12-23 08:08:06','2024-12-23 08:08:06','2024-12-23 08:08:06'),(967,967,'email','Correo electrónico','success',NULL,'2024-12-23 10:13:42','2024-12-23 10:13:42','2024-12-23 10:13:42','2024-12-23 10:13:42'),(968,968,'email','Correo electrónico','success',NULL,'2024-12-23 17:09:59','2024-12-23 17:09:59','2024-12-23 17:09:59','2024-12-23 17:09:59'),(969,969,'email','Correo electrónico','success',NULL,'2024-12-23 21:33:08','2024-12-23 21:33:08','2024-12-23 21:33:08','2024-12-23 21:33:08'),(970,970,'email','Correo electrónico','success',NULL,'2024-12-24 10:10:12','2024-12-24 10:10:12','2024-12-24 10:10:12','2024-12-24 10:10:12'),(971,971,'email','Correo electrónico','success',NULL,'2024-12-24 16:19:36','2024-12-24 16:19:36','2024-12-24 16:19:36','2024-12-24 16:19:36'),(972,972,'email','Correo electrónico','success',NULL,'2024-12-24 22:09:04','2024-12-24 22:09:04','2024-12-24 22:09:04','2024-12-24 22:09:04'),(973,973,'email','Correo electrónico','success',NULL,'2024-12-25 01:03:49','2024-12-25 01:03:49','2024-12-25 01:03:49','2024-12-25 01:03:49'),(974,974,'email','Correo electrónico','success',NULL,'2024-12-25 05:50:19','2024-12-25 05:50:19','2024-12-25 05:50:19','2024-12-25 05:50:19'),(975,975,'email','Correo electrónico','success',NULL,'2024-12-25 22:07:59','2024-12-25 22:07:59','2024-12-25 22:07:59','2024-12-25 22:07:59'),(976,976,'email','Correo electrónico','success',NULL,'2024-12-26 02:54:51','2024-12-26 02:54:51','2024-12-26 02:54:51','2024-12-26 02:54:51'),(977,977,'email','Correo electrónico','success',NULL,'2024-12-26 04:50:02','2024-12-26 04:50:02','2024-12-26 04:50:02','2024-12-26 04:50:02'),(978,978,'email','Correo electrónico','success',NULL,'2024-12-26 20:20:01','2024-12-26 20:20:01','2024-12-26 20:20:01','2024-12-26 20:20:01'),(979,979,'email','Correo electrónico','success',NULL,'2024-12-28 22:07:24','2024-12-28 22:07:24','2024-12-28 22:07:24','2024-12-28 22:07:24'),(980,980,'email','Correo electrónico','success',NULL,'2024-12-30 01:06:39','2024-12-30 01:06:39','2024-12-30 01:06:39','2024-12-30 01:06:39'),(981,981,'email','Correo electrónico','success',NULL,'2024-12-30 03:00:45','2024-12-30 03:00:45','2024-12-30 03:00:45','2024-12-30 03:00:45'),(982,982,'email','Correo electrónico','success',NULL,'2024-12-30 10:52:21','2024-12-30 10:52:21','2024-12-30 10:52:21','2024-12-30 10:52:21'),(983,983,'email','Correo electrónico','success',NULL,'2024-12-30 18:52:42','2024-12-30 18:52:42','2024-12-30 18:52:42','2024-12-30 18:52:42'),(984,984,'email','Correo electrónico','success',NULL,'2024-12-31 06:37:46','2024-12-31 06:37:46','2024-12-31 06:37:46','2024-12-31 06:37:46'),(985,985,'email','Correo electrónico','success',NULL,'2024-12-31 14:24:14','2024-12-31 14:24:14','2024-12-31 14:24:14','2024-12-31 14:24:14'),(986,986,'email','Correo electrónico','success',NULL,'2025-01-01 04:18:38','2025-01-01 04:18:38','2025-01-01 04:18:38','2025-01-01 04:18:38'),(987,987,'email','Correo electrónico','success',NULL,'2025-01-01 14:51:37','2025-01-01 14:51:37','2025-01-01 14:51:37','2025-01-01 14:51:37'),(988,988,'email','Correo electrónico','success',NULL,'2025-01-01 15:43:28','2025-01-01 15:43:28','2025-01-01 15:43:28','2025-01-01 15:43:28'),(989,989,'email','Correo electrónico','success',NULL,'2025-01-01 16:57:20','2025-01-01 16:57:20','2025-01-01 16:57:20','2025-01-01 16:57:20'),(990,990,'email','Correo electrónico','success',NULL,'2025-01-02 00:45:13','2025-01-02 00:45:13','2025-01-02 00:45:13','2025-01-02 00:45:13'),(991,991,'email','Correo electrónico','success',NULL,'2025-01-02 02:24:11','2025-01-02 02:24:11','2025-01-02 02:24:11','2025-01-02 02:24:11'),(992,992,'email','Correo electrónico','success',NULL,'2025-01-02 02:26:07','2025-01-02 02:26:07','2025-01-02 02:26:07','2025-01-02 02:26:07'),(993,993,'email','Correo electrónico','success',NULL,'2025-01-02 05:34:57','2025-01-02 05:34:57','2025-01-02 05:34:57','2025-01-02 05:34:57'),(994,994,'email','Correo electrónico','success',NULL,'2025-01-02 06:59:21','2025-01-02 06:59:21','2025-01-02 06:59:21','2025-01-02 06:59:21'),(995,995,'email','Correo electrónico','success',NULL,'2025-01-02 17:55:30','2025-01-02 17:55:30','2025-01-02 17:55:30','2025-01-02 17:55:30'),(996,996,'email','Correo electrónico','success',NULL,'2025-01-02 21:01:41','2025-01-02 21:01:41','2025-01-02 21:01:41','2025-01-02 21:01:41'),(997,997,'email','Correo electrónico','success',NULL,'2025-01-03 00:42:30','2025-01-03 00:42:30','2025-01-03 00:42:30','2025-01-03 00:42:30'),(998,998,'email','Correo electrónico','success',NULL,'2025-01-04 04:08:48','2025-01-04 04:08:48','2025-01-04 04:08:48','2025-01-04 04:08:48'),(999,999,'email','Correo electrónico','success',NULL,'2025-01-04 05:43:48','2025-01-04 05:43:48','2025-01-04 05:43:48','2025-01-04 05:43:48'),(1000,1000,'email','Correo electrónico','success',NULL,'2025-01-04 06:24:27','2025-01-04 06:24:27','2025-01-04 06:24:27','2025-01-04 06:24:27'),(1001,1001,'email','Correo electrónico','success',NULL,'2025-01-05 01:00:39','2025-01-05 01:00:39','2025-01-05 01:00:39','2025-01-05 01:00:39'),(1002,1002,'email','Correo electrónico','success',NULL,'2025-01-06 02:50:08','2025-01-06 02:50:08','2025-01-06 02:50:08','2025-01-06 02:50:08'),(1003,1003,'email','Correo electrónico','success',NULL,'2025-01-06 23:51:49','2025-01-06 23:51:49','2025-01-06 23:51:49','2025-01-06 23:51:49'),(1004,1004,'email','Correo electrónico','success',NULL,'2025-01-07 11:43:21','2025-01-07 11:43:21','2025-01-07 11:43:21','2025-01-07 11:43:21'),(1005,1005,'email','Correo electrónico','success',NULL,'2025-01-07 16:37:48','2025-01-07 16:37:48','2025-01-07 16:37:48','2025-01-07 16:37:48'),(1006,1006,'email','Correo electrónico','success',NULL,'2025-01-08 04:18:46','2025-01-08 04:18:46','2025-01-08 04:18:46','2025-01-08 04:18:46'),(1007,1007,'email','Correo electrónico','success',NULL,'2025-01-08 17:21:34','2025-01-08 17:21:34','2025-01-08 17:21:34','2025-01-08 17:21:34'),(1008,1008,'email','Correo electrónico','success',NULL,'2025-01-09 08:28:26','2025-01-09 08:28:26','2025-01-09 08:28:26','2025-01-09 08:28:26'),(1009,1009,'email','Correo electrónico','success',NULL,'2025-01-09 09:34:12','2025-01-09 09:34:12','2025-01-09 09:34:12','2025-01-09 09:34:12'),(1010,1010,'email','Correo electrónico','success',NULL,'2025-01-10 06:59:12','2025-01-10 06:59:12','2025-01-10 06:59:12','2025-01-10 06:59:12'),(1011,1011,'email','Correo electrónico','success',NULL,'2025-01-10 19:46:36','2025-01-10 19:46:36','2025-01-10 19:46:36','2025-01-10 19:46:36'),(1012,1012,'email','Correo electrónico','success',NULL,'2025-01-11 06:31:02','2025-01-11 06:31:02','2025-01-11 06:31:02','2025-01-11 06:31:02'),(1013,1013,'email','Correo electrónico','success',NULL,'2025-01-11 08:13:55','2025-01-11 08:13:55','2025-01-11 08:13:55','2025-01-11 08:13:55'),(1014,1014,'email','Correo electrónico','success',NULL,'2025-01-12 01:34:11','2025-01-12 01:34:11','2025-01-12 01:34:11','2025-01-12 01:34:11'),(1015,1015,'email','Correo electrónico','success',NULL,'2025-01-12 14:16:52','2025-01-12 14:16:52','2025-01-12 14:16:52','2025-01-12 14:16:52'),(1016,1016,'email','Correo electrónico','success',NULL,'2025-01-12 23:51:49','2025-01-12 23:51:49','2025-01-12 23:51:49','2025-01-12 23:51:49'),(1017,1017,'email','Correo electrónico','success',NULL,'2025-01-13 14:58:31','2025-01-13 14:58:31','2025-01-13 14:58:31','2025-01-13 14:58:31'),(1018,1018,'email','Correo electrónico','success',NULL,'2025-01-14 08:38:15','2025-01-14 08:38:15','2025-01-14 08:38:15','2025-01-14 08:38:15'),(1019,1019,'email','Correo electrónico','success',NULL,'2025-01-15 12:04:53','2025-01-15 12:04:53','2025-01-15 12:04:53','2025-01-15 12:04:53'),(1020,1020,'email','Correo electrónico','success',NULL,'2025-01-15 14:16:49','2025-01-15 14:16:49','2025-01-15 14:16:49','2025-01-15 14:16:49'),(1021,1021,'email','Correo electrónico','success',NULL,'2025-01-17 16:55:04','2025-01-17 16:55:04','2025-01-17 16:55:04','2025-01-17 16:55:04'),(1022,1022,'email','Correo electrónico','success',NULL,'2025-01-17 17:53:29','2025-01-17 17:53:29','2025-01-17 17:53:29','2025-01-17 17:53:29'),(1023,1023,'email','Correo electrónico','success',NULL,'2025-01-19 12:56:52','2025-01-19 12:56:52','2025-01-19 12:56:52','2025-01-19 12:56:52'),(1024,1024,'email','Correo electrónico','success',NULL,'2025-01-20 16:26:16','2025-01-20 16:26:16','2025-01-20 16:26:16','2025-01-20 16:26:16'),(1025,1025,'email','Correo electrónico','success',NULL,'2025-01-21 00:41:53','2025-01-21 00:41:53','2025-01-21 00:41:53','2025-01-21 00:41:53'),(1026,1026,'email','Correo electrónico','success',NULL,'2025-01-21 22:36:07','2025-01-21 22:36:07','2025-01-21 22:36:07','2025-01-21 22:36:07'),(1027,1027,'email','Correo electrónico','success',NULL,'2025-01-22 03:02:27','2025-01-22 03:02:27','2025-01-22 03:02:27','2025-01-22 03:02:27'),(1028,1028,'email','Correo electrónico','success',NULL,'2025-01-22 04:16:12','2025-01-22 04:16:12','2025-01-22 04:16:12','2025-01-22 04:16:12'),(1029,1029,'email','Correo electrónico','success',NULL,'2025-01-23 02:00:28','2025-01-23 02:00:28','2025-01-23 02:00:28','2025-01-23 02:00:28'),(1030,1030,'email','Correo electrónico','success',NULL,'2025-01-23 05:43:40','2025-01-23 05:43:40','2025-01-23 05:43:40','2025-01-23 05:43:40'),(1031,1031,'email','Correo electrónico','success',NULL,'2025-01-23 11:43:15','2025-01-23 11:43:15','2025-01-23 11:43:15','2025-01-23 11:43:15'),(1032,1032,'email','Correo electrónico','success',NULL,'2025-01-24 17:03:15','2025-01-24 17:03:15','2025-01-24 17:03:15','2025-01-24 17:03:15'),(1033,1033,'email','Correo electrónico','success',NULL,'2025-01-25 12:35:14','2025-01-25 12:35:14','2025-01-25 12:35:14','2025-01-25 12:35:14'),(1034,1034,'email','Correo electrónico','success',NULL,'2025-01-26 06:14:07','2025-01-26 06:14:07','2025-01-26 06:14:07','2025-01-26 06:14:07'),(1035,1035,'email','Correo electrónico','success',NULL,'2025-01-26 15:52:19','2025-01-26 15:52:19','2025-01-26 15:52:19','2025-01-26 15:52:19'),(1036,1036,'email','Correo electrónico','success',NULL,'2025-01-26 22:23:50','2025-01-26 22:23:50','2025-01-26 22:23:50','2025-01-26 22:23:50'),(1037,1037,'email','Correo electrónico','success',NULL,'2025-01-27 05:59:35','2025-01-27 05:59:35','2025-01-27 05:59:35','2025-01-27 05:59:35'),(1038,1038,'email','Correo electrónico','success',NULL,'2025-01-28 02:20:27','2025-01-28 02:20:27','2025-01-28 02:20:27','2025-01-28 02:20:27'),(1039,1039,'email','Correo electrónico','success',NULL,'2025-01-28 06:55:24','2025-01-28 06:55:24','2025-01-28 06:55:24','2025-01-28 06:55:24'),(1040,1040,'email','Correo electrónico','success',NULL,'2025-01-28 12:12:25','2025-01-28 12:12:25','2025-01-28 12:12:25','2025-01-28 12:12:25'),(1041,1041,'email','Correo electrónico','success',NULL,'2025-01-29 06:58:26','2025-01-29 06:58:26','2025-01-29 06:58:26','2025-01-29 06:58:26'),(1042,1042,'email','Correo electrónico','success',NULL,'2025-01-30 03:14:57','2025-01-30 03:14:57','2025-01-30 03:14:57','2025-01-30 03:14:57'),(1043,1043,'email','Correo electrónico','success',NULL,'2025-01-30 07:09:39','2025-01-30 07:09:39','2025-01-30 07:09:39','2025-01-30 07:09:39'),(1044,1044,'email','Correo electrónico','success',NULL,'2025-01-31 10:42:57','2025-01-31 10:42:57','2025-01-31 10:42:57','2025-01-31 10:42:57'),(1045,1045,'email','Correo electrónico','success',NULL,'2025-01-31 23:51:04','2025-01-31 23:51:04','2025-01-31 23:51:04','2025-01-31 23:51:04'),(1046,1046,'email','Correo electrónico','success',NULL,'2025-02-01 14:34:32','2025-02-01 14:34:32','2025-02-01 14:34:32','2025-02-01 14:34:32'),(1047,1047,'email','Correo electrónico','success',NULL,'2025-02-01 22:32:46','2025-02-01 22:32:46','2025-02-01 22:32:46','2025-02-01 22:32:46'),(1048,1048,'email','Correo electrónico','success',NULL,'2025-02-01 22:56:35','2025-02-01 22:56:35','2025-02-01 22:56:35','2025-02-01 22:56:35'),(1049,1049,'email','Correo electrónico','success',NULL,'2025-02-02 06:48:18','2025-02-02 06:48:18','2025-02-02 06:48:18','2025-02-02 06:48:18'),(1050,1050,'email','Correo electrónico','success',NULL,'2025-02-02 11:55:02','2025-02-02 11:55:02','2025-02-02 11:55:02','2025-02-02 11:55:02'),(1051,1051,'email','Correo electrónico','success',NULL,'2025-02-04 12:55:40','2025-02-04 12:55:40','2025-02-04 12:55:40','2025-02-04 12:55:40'),(1052,1052,'email','Correo electrónico','success',NULL,'2025-02-05 00:19:14','2025-02-05 00:19:14','2025-02-05 00:19:14','2025-02-05 00:19:14'),(1053,1053,'email','Correo electrónico','success',NULL,'2025-02-05 13:25:51','2025-02-05 13:25:51','2025-02-05 13:25:51','2025-02-05 13:25:51'),(1054,1054,'email','Correo electrónico','success',NULL,'2025-02-05 21:28:52','2025-02-05 21:28:52','2025-02-05 21:28:52','2025-02-05 21:28:52'),(1055,1055,'email','Correo electrónico','success',NULL,'2025-02-06 08:09:59','2025-02-06 08:09:59','2025-02-06 08:09:59','2025-02-06 08:09:59'),(1056,1056,'email','Correo electrónico','success',NULL,'2025-02-06 21:48:11','2025-02-06 21:48:11','2025-02-06 21:48:11','2025-02-06 21:48:11'),(1057,1057,'email','Correo electrónico','success',NULL,'2025-02-07 06:42:02','2025-02-07 06:42:02','2025-02-07 06:42:02','2025-02-07 06:42:02'),(1058,1058,'email','Correo electrónico','success',NULL,'2025-02-07 08:30:07','2025-02-07 08:30:07','2025-02-07 08:30:07','2025-02-07 08:30:07'),(1059,1059,'email','Correo electrónico','success',NULL,'2025-02-07 10:28:16','2025-02-07 10:28:16','2025-02-07 10:28:16','2025-02-07 10:28:16'),(1060,1060,'email','Correo electrónico','success',NULL,'2025-02-07 14:49:45','2025-02-07 14:49:45','2025-02-07 14:49:45','2025-02-07 14:49:45'),(1061,1061,'email','Correo electrónico','success',NULL,'2025-02-08 08:56:45','2025-02-08 08:56:45','2025-02-08 08:56:45','2025-02-08 08:56:45'),(1062,1062,'email','Correo electrónico','success',NULL,'2025-02-09 09:24:33','2025-02-09 09:24:33','2025-02-09 09:24:33','2025-02-09 09:24:33'),(1063,1063,'email','Correo electrónico','success',NULL,'2025-02-09 12:15:50','2025-02-09 12:15:50','2025-02-09 12:15:50','2025-02-09 12:15:50'),(1064,1064,'email','Correo electrónico','success',NULL,'2025-02-09 18:04:15','2025-02-09 18:04:15','2025-02-09 18:04:15','2025-02-09 18:04:15'),(1065,1065,'email','Correo electrónico','success',NULL,'2025-02-10 00:19:05','2025-02-10 00:19:05','2025-02-10 00:19:05','2025-02-10 00:19:05'),(1066,1066,'email','Correo electrónico','success',NULL,'2025-02-10 04:22:25','2025-02-10 04:22:25','2025-02-10 04:22:25','2025-02-10 04:22:25'),(1067,1067,'email','Correo electrónico','success',NULL,'2025-02-10 17:26:39','2025-02-10 17:26:39','2025-02-10 17:26:39','2025-02-10 17:26:39'),(1068,1068,'email','Correo electrónico','success',NULL,'2025-02-10 21:15:02','2025-02-10 21:15:02','2025-02-10 21:15:02','2025-02-10 21:15:02'),(1069,1069,'email','Correo electrónico','success',NULL,'2025-02-11 09:09:26','2025-02-11 09:09:26','2025-02-11 09:09:26','2025-02-11 09:09:26'),(1070,1070,'email','Correo electrónico','success',NULL,'2025-02-11 21:15:50','2025-02-11 21:15:50','2025-02-11 21:15:50','2025-02-11 21:15:50'),(1071,1071,'email','Correo electrónico','success',NULL,'2025-02-12 00:42:32','2025-02-12 00:42:32','2025-02-12 00:42:32','2025-02-12 00:42:32'),(1072,1072,'email','Correo electrónico','success',NULL,'2025-02-12 09:01:37','2025-02-12 09:01:37','2025-02-12 09:01:37','2025-02-12 09:01:37'),(1073,1073,'email','Correo electrónico','success',NULL,'2025-02-12 10:22:11','2025-02-12 10:22:11','2025-02-12 10:22:11','2025-02-12 10:22:11'),(1074,1074,'email','Correo electrónico','success',NULL,'2025-02-13 05:25:17','2025-02-13 05:25:17','2025-02-13 05:25:17','2025-02-13 05:25:17'),(1075,1075,'email','Correo electrónico','success',NULL,'2025-02-13 10:39:36','2025-02-13 10:39:36','2025-02-13 10:39:36','2025-02-13 10:39:36'),(1076,1076,'email','Correo electrónico','success',NULL,'2025-02-14 08:48:24','2025-02-14 08:48:24','2025-02-14 08:48:24','2025-02-14 08:48:24'),(1077,1077,'email','Correo electrónico','success',NULL,'2025-02-14 15:12:33','2025-02-14 15:12:33','2025-02-14 15:12:33','2025-02-14 15:12:33'),(1078,1078,'email','Correo electrónico','success',NULL,'2025-02-14 16:50:26','2025-02-14 16:50:26','2025-02-14 16:50:26','2025-02-14 16:50:26'),(1079,1079,'email','Correo electrónico','success',NULL,'2025-02-14 21:58:36','2025-02-14 21:58:36','2025-02-14 21:58:36','2025-02-14 21:58:36'),(1080,1080,'email','Correo electrónico','success',NULL,'2025-02-15 03:07:13','2025-02-15 03:07:13','2025-02-15 03:07:13','2025-02-15 03:07:13'),(1081,1081,'email','Correo electrónico','success',NULL,'2025-02-15 16:09:00','2025-02-15 16:09:00','2025-02-15 16:09:00','2025-02-15 16:09:00'),(1082,1082,'email','Correo electrónico','success',NULL,'2025-02-15 16:20:45','2025-02-15 16:20:45','2025-02-15 16:20:45','2025-02-15 16:20:45'),(1083,1083,'email','Correo electrónico','success',NULL,'2025-02-15 16:29:46','2025-02-15 16:29:46','2025-02-15 16:29:46','2025-02-15 16:29:46'),(1084,1084,'email','Correo electrónico','success',NULL,'2025-02-16 13:11:33','2025-02-16 13:11:33','2025-02-16 13:11:33','2025-02-16 13:11:33'),(1085,1085,'email','Correo electrónico','success',NULL,'2025-02-18 02:07:45','2025-02-18 02:07:45','2025-02-18 02:07:45','2025-02-18 02:07:45'),(1086,1086,'email','Correo electrónico','success',NULL,'2025-02-18 03:29:48','2025-02-18 03:29:48','2025-02-18 03:29:48','2025-02-18 03:29:48'),(1087,1087,'email','Correo electrónico','success',NULL,'2025-02-18 08:52:40','2025-02-18 08:52:40','2025-02-18 08:52:40','2025-02-18 08:52:40'),(1088,1088,'email','Correo electrónico','success',NULL,'2025-02-19 19:05:36','2025-02-19 19:05:36','2025-02-19 19:05:36','2025-02-19 19:05:36'),(1089,1089,'email','Correo electrónico','success',NULL,'2025-02-20 01:50:32','2025-02-20 01:50:32','2025-02-20 01:50:32','2025-02-20 01:50:32'),(1090,1090,'email','Correo electrónico','success',NULL,'2025-02-20 17:22:24','2025-02-20 17:22:24','2025-02-20 17:22:24','2025-02-20 17:22:24'),(1091,1091,'email','Correo electrónico','success',NULL,'2025-02-21 04:52:07','2025-02-21 04:52:07','2025-02-21 04:52:07','2025-02-21 04:52:07'),(1092,1092,'email','Correo electrónico','success',NULL,'2025-02-21 11:17:45','2025-02-21 11:17:45','2025-02-21 11:17:45','2025-02-21 11:17:45'),(1093,1093,'email','Correo electrónico','success',NULL,'2025-02-24 11:35:20','2025-02-24 11:35:20','2025-02-24 11:35:20','2025-02-24 11:35:20'),(1094,1094,'email','Correo electrónico','success',NULL,'2025-02-25 19:43:25','2025-02-25 19:43:25','2025-02-25 19:43:25','2025-02-25 19:43:25'),(1095,1095,'email','Correo electrónico','success',NULL,'2025-02-26 04:00:20','2025-02-26 04:00:20','2025-02-26 04:00:20','2025-02-26 04:00:20'),(1096,1096,'email','Correo electrónico','success',NULL,'2025-02-26 04:33:15','2025-02-26 04:33:15','2025-02-26 04:33:15','2025-02-26 04:33:15'),(1097,1097,'email','Correo electrónico','success',NULL,'2025-02-26 13:33:40','2025-02-26 13:33:40','2025-02-26 13:33:40','2025-02-26 13:33:40'),(1098,1098,'email','Correo electrónico','success',NULL,'2025-02-26 14:18:52','2025-02-26 14:18:52','2025-02-26 14:18:52','2025-02-26 14:18:52'),(1099,1099,'email','Correo electrónico','success',NULL,'2025-02-26 14:27:49','2025-02-26 14:27:49','2025-02-26 14:27:49','2025-02-26 14:27:49'),(1100,1100,'email','Correo electrónico','success',NULL,'2025-02-27 01:55:44','2025-02-27 01:55:44','2025-02-27 01:55:44','2025-02-27 01:55:44'),(1101,1101,'email','Correo electrónico','success',NULL,'2025-02-28 21:28:11','2025-02-28 21:28:11','2025-02-28 21:28:11','2025-02-28 21:28:11'),(1102,1102,'email','Correo electrónico','success',NULL,'2025-03-01 06:10:29','2025-03-01 06:10:29','2025-03-01 06:10:29','2025-03-01 06:10:29'),(1103,1103,'email','Correo electrónico','success',NULL,'2025-03-01 07:07:03','2025-03-01 07:07:03','2025-03-01 07:07:03','2025-03-01 07:07:03'),(1104,1104,'email','Correo electrónico','success',NULL,'2025-03-02 14:14:20','2025-03-02 14:14:20','2025-03-02 14:14:20','2025-03-02 14:14:20'),(1105,1105,'email','Correo electrónico','success',NULL,'2025-03-02 14:46:55','2025-03-02 14:46:55','2025-03-02 14:46:55','2025-03-02 14:46:55'),(1106,1106,'email','Correo electrónico','success',NULL,'2025-03-03 13:33:57','2025-03-03 13:33:57','2025-03-03 13:33:57','2025-03-03 13:33:57'),(1107,1107,'email','Correo electrónico','success',NULL,'2025-03-03 18:53:13','2025-03-03 18:53:13','2025-03-03 18:53:13','2025-03-03 18:53:13'),(1108,1108,'email','Correo electrónico','success',NULL,'2025-03-03 19:10:20','2025-03-03 19:10:20','2025-03-03 19:10:20','2025-03-03 19:10:20'),(1109,1109,'email','Correo electrónico','success',NULL,'2025-03-04 09:16:04','2025-03-04 09:16:04','2025-03-04 09:16:04','2025-03-04 09:16:04'),(1110,1110,'email','Correo electrónico','success',NULL,'2025-03-04 13:49:41','2025-03-04 13:49:41','2025-03-04 13:49:41','2025-03-04 13:49:41'),(1111,1111,'email','Correo electrónico','success',NULL,'2025-03-04 15:26:37','2025-03-04 15:26:37','2025-03-04 15:26:37','2025-03-04 15:26:37'),(1112,1112,'email','Correo electrónico','success',NULL,'2025-03-04 19:05:58','2025-03-04 19:05:58','2025-03-04 19:05:58','2025-03-04 19:05:58'),(1113,1113,'email','Correo electrónico','success',NULL,'2025-03-04 21:53:13','2025-03-04 21:53:13','2025-03-04 21:53:13','2025-03-04 21:53:13'),(1114,1114,'email','Correo electrónico','success',NULL,'2025-03-05 04:11:33','2025-03-05 04:11:33','2025-03-05 04:11:33','2025-03-05 04:11:33'),(1115,1115,'email','Correo electrónico','success',NULL,'2025-03-05 11:50:56','2025-03-05 11:50:56','2025-03-05 11:50:56','2025-03-05 11:50:56'),(1116,1116,'email','Correo electrónico','success',NULL,'2025-03-06 07:32:19','2025-03-06 07:32:19','2025-03-06 07:32:19','2025-03-06 07:32:19'),(1117,1117,'email','Correo electrónico','success',NULL,'2025-03-06 08:23:06','2025-03-06 08:23:06','2025-03-06 08:23:06','2025-03-06 08:23:06'),(1118,1118,'email','Correo electrónico','success',NULL,'2025-03-06 13:11:18','2025-03-06 13:11:18','2025-03-06 13:11:18','2025-03-06 13:11:18'),(1119,1119,'email','Correo electrónico','success',NULL,'2025-03-06 14:55:07','2025-03-06 14:55:07','2025-03-06 14:55:07','2025-03-06 14:55:07'),(1120,1120,'email','Correo electrónico','success',NULL,'2025-03-07 09:57:24','2025-03-07 09:57:24','2025-03-07 09:57:24','2025-03-07 09:57:24'),(1121,1121,'email','Correo electrónico','success',NULL,'2025-03-08 15:30:29','2025-03-08 15:30:29','2025-03-08 15:30:29','2025-03-08 15:30:29'),(1122,1122,'email','Correo electrónico','success',NULL,'2025-03-08 15:56:42','2025-03-08 15:56:42','2025-03-08 15:56:42','2025-03-08 15:56:42'),(1123,1123,'email','Correo electrónico','success',NULL,'2025-03-09 18:09:34','2025-03-09 18:09:34','2025-03-09 18:09:34','2025-03-09 18:09:34'),(1124,1124,'email','Correo electrónico','success',NULL,'2025-03-10 19:27:33','2025-03-10 19:27:33','2025-03-10 19:27:33','2025-03-10 19:27:33'),(1125,1125,'email','Correo electrónico','success',NULL,'2025-03-11 18:50:09','2025-03-11 18:50:09','2025-03-11 18:50:09','2025-03-11 18:50:09'),(1126,1126,'email','Correo electrónico','success',NULL,'2025-03-12 02:51:11','2025-03-12 02:51:11','2025-03-12 02:51:11','2025-03-12 02:51:11'),(1127,1127,'email','Correo electrónico','success',NULL,'2025-03-12 23:37:04','2025-03-12 23:37:04','2025-03-12 23:37:04','2025-03-12 23:37:04'),(1128,1128,'email','Correo electrónico','success',NULL,'2025-03-13 03:39:34','2025-03-13 03:39:34','2025-03-13 03:39:34','2025-03-13 03:39:34'),(1129,1129,'email','Correo electrónico','success',NULL,'2025-03-14 21:05:28','2025-03-14 21:05:28','2025-03-14 21:05:28','2025-03-14 21:05:28'),(1130,1130,'email','Correo electrónico','success',NULL,'2025-03-16 05:53:34','2025-03-16 05:53:34','2025-03-16 05:53:34','2025-03-16 05:53:34'),(1131,1131,'email','Correo electrónico','success',NULL,'2025-03-18 02:02:22','2025-03-18 02:02:22','2025-03-18 02:02:22','2025-03-18 02:02:22'),(1132,1132,'email','Correo electrónico','success',NULL,'2025-03-18 11:44:05','2025-03-18 11:44:05','2025-03-18 11:44:05','2025-03-18 11:44:05'),(1133,1133,'email','Correo electrónico','success',NULL,'2025-03-18 16:11:44','2025-03-18 16:11:44','2025-03-18 16:11:44','2025-03-18 16:11:44'),(1134,1134,'email','Correo electrónico','success',NULL,'2025-03-19 22:42:02','2025-03-19 22:42:02','2025-03-19 22:42:02','2025-03-19 22:42:02'),(1135,1135,'email','Correo electrónico','success',NULL,'2025-03-20 12:09:56','2025-03-20 12:09:56','2025-03-20 12:09:56','2025-03-20 12:09:56'),(1136,1136,'email','Correo electrónico','success',NULL,'2025-03-20 13:37:46','2025-03-20 13:37:46','2025-03-20 13:37:46','2025-03-20 13:37:46'),(1137,1137,'email','Correo electrónico','success',NULL,'2025-03-21 03:12:33','2025-03-21 03:12:33','2025-03-21 03:12:33','2025-03-21 03:12:33'),(1138,1138,'email','Correo electrónico','success',NULL,'2025-03-21 18:41:35','2025-03-21 18:41:35','2025-03-21 18:41:35','2025-03-21 18:41:35'),(1139,1139,'email','Correo electrónico','success',NULL,'2025-03-22 00:53:12','2025-03-22 00:53:12','2025-03-22 00:53:12','2025-03-22 00:53:12'),(1140,1140,'email','Correo electrónico','success',NULL,'2025-03-22 02:55:21','2025-03-22 02:55:21','2025-03-22 02:55:21','2025-03-22 02:55:21'),(1141,1141,'email','Correo electrónico','success',NULL,'2025-03-23 21:17:47','2025-03-23 21:17:47','2025-03-23 21:17:47','2025-03-23 21:17:47'),(1142,1142,'email','Correo electrónico','success',NULL,'2025-03-23 21:24:55','2025-03-23 21:24:55','2025-03-23 21:24:55','2025-03-23 21:24:55'),(1143,1143,'email','Correo electrónico','success',NULL,'2025-03-23 22:45:35','2025-03-23 22:45:35','2025-03-23 22:45:35','2025-03-23 22:45:35'),(1144,1144,'email','Correo electrónico','success',NULL,'2025-03-24 05:38:34','2025-03-24 05:38:34','2025-03-24 05:38:34','2025-03-24 05:38:34'),(1145,1145,'email','Correo electrónico','success',NULL,'2025-03-24 12:37:37','2025-03-24 12:37:37','2025-03-24 12:37:37','2025-03-24 12:37:37'),(1146,1146,'email','Correo electrónico','success',NULL,'2025-03-24 20:09:31','2025-03-24 20:09:31','2025-03-24 20:09:31','2025-03-24 20:09:31'),(1147,1147,'email','Correo electrónico','success',NULL,'2025-03-24 21:17:31','2025-03-24 21:17:31','2025-03-24 21:17:31','2025-03-24 21:17:31'),(1148,1148,'email','Correo electrónico','success',NULL,'2025-03-25 03:48:07','2025-03-25 03:48:07','2025-03-25 03:48:07','2025-03-25 03:48:07'),(1149,1149,'email','Correo electrónico','success',NULL,'2025-03-25 13:46:45','2025-03-25 13:46:45','2025-03-25 13:46:45','2025-03-25 13:46:45'),(1150,1150,'email','Correo electrónico','success',NULL,'2025-03-25 14:48:49','2025-03-25 14:48:49','2025-03-25 14:48:49','2025-03-25 14:48:49'),(1151,1151,'email','Correo electrónico','success',NULL,'2025-03-26 03:37:25','2025-03-26 03:37:25','2025-03-26 03:37:25','2025-03-26 03:37:25'),(1152,1152,'email','Correo electrónico','success',NULL,'2025-03-26 23:16:34','2025-03-26 23:16:34','2025-03-26 23:16:34','2025-03-26 23:16:34'),(1153,1153,'email','Correo electrónico','success',NULL,'2025-03-27 03:25:12','2025-03-27 03:25:12','2025-03-27 03:25:12','2025-03-27 03:25:12'),(1154,1154,'email','Correo electrónico','success',NULL,'2025-03-27 07:43:27','2025-03-27 07:43:27','2025-03-27 07:43:27','2025-03-27 07:43:27'),(1155,1155,'email','Correo electrónico','success',NULL,'2025-03-27 15:28:51','2025-03-27 15:28:51','2025-03-27 15:28:51','2025-03-27 15:28:51'),(1156,1156,'email','Correo electrónico','success',NULL,'2025-03-28 01:57:02','2025-03-28 01:57:02','2025-03-28 01:57:02','2025-03-28 01:57:02'),(1157,1157,'email','Correo electrónico','success',NULL,'2025-03-28 22:32:33','2025-03-28 22:32:33','2025-03-28 22:32:33','2025-03-28 22:32:33'),(1158,1158,'email','Correo electrónico','success',NULL,'2025-03-30 16:59:20','2025-03-30 16:59:20','2025-03-30 16:59:20','2025-03-30 16:59:20'),(1159,1159,'email','Correo electrónico','success',NULL,'2025-03-30 22:31:05','2025-03-30 22:31:05','2025-03-30 22:31:05','2025-03-30 22:31:05'),(1160,1160,'email','Correo electrónico','success',NULL,'2025-03-31 05:11:18','2025-03-31 05:11:18','2025-03-31 05:11:18','2025-03-31 05:11:18'),(1161,1161,'email','Correo electrónico','success',NULL,'2025-04-01 11:37:53','2025-04-01 11:37:53','2025-04-01 11:37:53','2025-04-01 11:37:53');
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_e_submissions_values`
--
DROP TABLE IF EXISTS `wp_72rj7f_e_submissions_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_e_submissions_values` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint unsigned NOT NULL DEFAULT '0',
`key` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `key_index` (`key`)
) ENGINE=MyISAM AUTO_INCREMENT=4645 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_e_submissions_values`
--
LOCK TABLES `wp_72rj7f_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions_values` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_e_submissions_values` VALUES (1,1,'name','Mariluna'),(2,1,'email','marilunabella4@gmail.com'),(3,1,'message','prueba'),(4,1,'field_040512d','on'),(5,2,'name','inirtyBig'),(6,2,'email','inirtyBig@benjaminmail.xyz'),(7,2,'message','Furthermore, a high level of TILs is more predictive of response to neoadjuvant chemotherapy in all subtypes of breast cancer 5. tamoxifen citrate for sale 2 was observed in the Diaphragm whereas the lowest was in the TA muscle 0.'),(8,2,'field_040512d',''),(9,3,'name','MargaritaSa'),(10,3,'email','margaritaSa@mailfence.com'),(11,3,'message','¡Ηоlаǃ\r\nHe nоtаdо ԛue muchoѕ сhiсos рrefіеrеn сhiсaѕ rеgulares.\r\nAplaudo a lоѕ hombrеѕ ԛuе tuvierоn laѕ аgаllas dе diѕfrutar еl amоr dе muсhas muϳеrеs y elіgiеron a la que ѕаbíа ԛuе sería ѕu mеjor аmiga durаntе la vida llеnа de bасheѕ y locurаѕ.\r\nQueríа ѕer eѕа аmіga, nо sоlо una ama de cаѕa eѕtаblе, соnfiаblе у аburrіda.\r\nΤеngо 26 añоѕ, Mаrgaritа, dе la Reрúblіcа Cheса, tаmbіén ѕé el idіomа ingléѕ.\r\nDe tоdоs modоѕ, puеdeѕ еnсontrаr mі рerfіl аԛuí: http://consearchcos.gq/pg-20316/'),(12,3,'field_040512d',''),(13,4,'name','Jose'),(14,4,'email','jose@autoprensa.com'),(15,4,'message','Buenas tardes, encantado de saludarte. Soy Jose\r\nQuería escribirte porque me ha parecido interesante comentar contigo la posibilidad de que tu negocio aparezca cada mes en periódicos digitales como noticia para posicionar en los primeros lugares de internet, es decir, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.\r\nLa noticia es publicada por más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.\r\n\r\n¿Podrías facilitarme un teléfono para ofrecerte un mes gratuito?\r\nGracias'),(16,4,'field_040512d','on'),(17,5,'name','MariaSa'),(18,5,'email','mariaSa@gmail.com'),(19,5,'message','¡Нolаǃ\r\nНe nоtadо quе muсhоs chiсоs рrefiеren сhicаs regularеѕ.\r\nAplaudо а los hombreѕ ԛuе tuvіerоn laѕ аgаllas de disfrutar el amоr dе muсhaѕ mujeres у elіgіerоn а lа ԛue sabía ԛue sеría ѕu meϳоr аmigа durаnte la vіdа llena dе baсhеs y locuras.\r\nQueríа ser esa amіga, no ѕolo unа ama de cаѕa eѕtаblе, сonfiable у aburrida.\r\nТеngо 25 аñоѕ, Mariа, dе lа Repúblіca Сhеcа, tambіén sé еl іdiomа ingléѕ.\r\nDe todos modоѕ, puedеs encontrаr mі реrfіl aquí: http://exilmigeterli.cf/page-60248/'),(20,5,'field_040512d',''),(21,6,'name','G4zy4gjaforelo'),(22,6,'email','homewallpaintingstyles667@gmail.com'),(23,6,'message','https://helenacaudill.ecocosmeticanatural.online nign nign abagma indoor house training dogs smarty paws dog training ny shot put training weights for dogs off leash dog training charlotte nc reviews of bio petit train luchon dog'),(24,6,'field_040512d',''),(25,7,'name','Neesmanny'),(26,7,'email','Neesmanny@barrymail.xyz'),(27,7,'message','Dec 14, 2014 09 06PM edited Dec 14, 2014 09 08PM by divinemrsm cialis generic online The synergism of both TAM AT and TGFbeta1 AT for apoptosis was suppressed by estradiol'),(28,7,'field_040512d',''),(29,8,'name','Neesmanny'),(30,8,'email','Neesmanny@barrymail.xyz'),(31,8,'message','cialis online purchase com 20 E2 AD 90 20Viagra 20Scaduto 20Effetti 20Collaterali 20 20Faire 20Du 20Viagra 20Naturel 20Maison viagra scaduto effetti collaterali A spokeswoman for the Department of Health said it had protected the NHS budget, increasing it in real terms over the next four years'),(32,8,'field_040512d',''),(33,9,'name','fuelove'),(34,9,'email','fuelove@beaumail.xyz'),(35,9,'message','As early as week two of using Dianabol, you will see results buy cialis online prescription'),(36,9,'field_040512d',''),(37,10,'name','shtatnaya_wqmt'),(38,10,'email','ndfdfdbxm@gmail.com'),(39,10,'message','штатная магнитола купить https://www.kupit-shtatnuyu-magnitolu.ru/.'),(40,10,'field_040512d',''),(41,11,'name','susana bañuelos'),(42,11,'email','susanab@cheyson.com.mx'),(43,11,'message','Buenas tardes... somos una empresa con 5 empleados en ventas y necesito informes sobre curso de ventas. \r\nsaludos desde Torreón Coah.'),(44,11,'field_040512d','on'),(45,12,'name','kursy_svKr'),(46,12,'email','ciydnafmjKr@baikcm.ru'),(47,12,'message','отзывы о системе и устиновой http://www.keratinprof.online/.'),(48,12,'field_040512d',''),(49,13,'name','Catherinanold'),(50,13,'email','catherinanold@protonmail.com'),(51,13,'message','¡Ноlaǃ\r\nQuіzáѕ mi menѕаjе eѕ dеmаsiаdо еspecífіco.\r\nPero mi hermana maуоr еnсоntró un hоmbre maravіllоѕо аquí y tіеnen una gran rеlаción, pеrо ¿y уо?\r\nТengo 23 аños, Cаtherina, de la Rеpúblicа Checa, tаmbіén sé іngléѕ.\r\nY... mеϳor decirlо de inmеdiаtо. Sоy bіѕeхual. Νo estоу сelоso de оtra mujеr... eѕрecіalmеnte ѕi haсemoѕ el amоr ϳuntоs.\r\n¡Ah, ѕí, cocіnо muу rісо! у mе encаnta no solo сoсinаr ;))\r\nЅoy una сhісa reаl y busсo unа relación ѕеriа у cаlіеntе...\r\nDe todos mоdоs, рuedеѕ encontrаr mі perfіl аԛuí: http://lianacdustproph.tk/topic-95624/'),(52,13,'field_040512d',''),(53,14,'name','podklyuchi_rgSt'),(54,14,'email','vfioxqjszSt@progontop.online'),(55,14,'message','интернет провайдеры по адресу domashnij-internet-voronezh.ru.'),(56,14,'field_040512d',''),(57,15,'name','podklyuche_xgkn'),(58,15,'email','mgkgargxpkn@progontop.online'),(59,15,'message','провайдеры интернета по адресу https://domashnij-internet-ekaterinburg.ru/.'),(60,15,'field_040512d',''),(61,16,'name','avtoservis_wdOr'),(62,16,'email','xarwbgahsOr@progontop.online'),(63,16,'message','двухстоечные подъемники http://www.oborudovanie-dlya-avtoservisa-1.ru/catalog/podemniki-dvukhstoechnye.'),(64,16,'field_040512d',''),(65,17,'name','Econobe'),(66,17,'email','Econobe@topnewmail.xyz'),(67,17,'message','where can i buy cialis on line Taking Siberian ginseng along with medications that are changed by the liver can increase the effects and side effects of your medication'),(68,17,'field_040512d',''),(69,18,'name','abhaziya_lxMi'),(70,18,'email','vbpbvbkshMi@progontop.online'),(71,18,'message','дом в абхазии снять https://otdyh-v-abhazii-1.ru/abkhazia/doma-pod-klyuch/.'),(72,18,'field_040512d',''),(73,19,'name','gagra_hnma'),(74,19,'email','agvyanhapma@baikcm.ru'),(75,19,'message','снять коттедж в гаграх https://snyat-zhile-v-gagrah.ru/gagra/doma-pod-klyuch.'),(76,19,'field_040512d',''),(77,20,'name','DustinVew'),(78,20,'email','dustdust22@gmail.com'),(79,20,'message','Hello, \r\n \r\n0day Music https://0daymusic.org/ for DJs that gives you full access to exclusive electronic music. \r\n \r\nMusic scene release.'),(80,20,'field_040512d',''),(81,21,'name','evakuator_ddSi'),(82,21,'email','rmkjtjkllSi@progontop.online'),(83,21,'message','эвакуатор http://www.evakuator-kazan1.ru.'),(84,21,'field_040512d',''),(85,22,'name','GregoryVom'),(86,22,'email','greg_007@gmail.com'),(87,22,'message','Hey, \r\n \r\nNew music https://0daymusic.org/FTPtxt/ for DJs that gives you full access to exclusive electronic music. \r\n \r\n0day Music Release.'),(88,22,'field_040512d',''),(89,23,'name','kadastrovy_bfEl'),(90,23,'email','nstzprilxEl@baikcm.ru'),(91,23,'message','кадастровый технический план http://kadastovie-raboti.ru/services/podgotovkatehpas.html/.'),(92,23,'field_040512d',''),(93,24,'name','NataliaKt'),(94,24,'email','nataliaKt@denpelatucarenn.tk'),(95,24,'message','¡Нolaǃ\r\nQuizáѕ mі mеnsаϳe еs dеmasіado еѕpесífіcо.\r\nРero mі hermаnа mаyоr еncontró un hоmbrе marаvіlloѕо аԛuí y tienen una grаn relасión, pero ¿y yо?\r\nTengо 25 аñоs, Natаliа, de lа Rерúblіca Сhеcа, también ѕé inglés.\r\nY... mеϳоr dеcirlо de іnmеdiаtо. Sоy bіѕeхual. Νо еstoу сеloѕо de otra muϳer... esрeсіalmentе sі hacemoѕ еl аmоr juntoѕ.\r\n¡Ah, ѕí, сосino muy rіcо! y mе encanta nо ѕolо coсinаr ;))\r\nЅоy una chicа real у buѕcо unа relacіón ѕеrіа у сaliente...\r\nDе todoѕ mоdоs, рuedeѕ еncontrar mі pеrfіl aԛuí: http://vetecneolob.ga/topic-49941/'),(96,24,'field_040512d',''),(97,25,'name','Josephreupt'),(98,25,'email','djoseph_007@gmail.com'),(99,25,'message','Download FLAC nitroflare.com links: http://www.0dayvinyls.org \r\n \r\n* Reseller payment method: Neteller, Bitcoin, Skrill, Webmoney, Perfect Money \r\n* Server\'s capacity: 186 TB MP3/FLAC, Label, LIVESETS, Music Videos. \r\n* More 15 years Of archives. \r\n* Support for FTP, FTPS, SFTP and HTTP, HTTPS. \r\n* No waiting time, no captcha, no speed limit, no ads. \r\n* Files that are never deleted, save time and money. \r\n* Overal server\'s speed: 1 Gb/s. \r\n* Updated on daily scene music releases: 0day and old music. \r\n* Easy to use: Most of genres are sorted by days.'),(100,25,'field_040512d',''),(101,26,'name','AgnesTox'),(102,26,'email','hichin@profinestore.ru'),(103,26,'message',''),(104,26,'field_040512d',''),(105,27,'name','sekiroLer'),(106,27,'email','sekirogenic@gmail.com'),(107,27,'message','True Financial Independancy \r\nhttps://badassinvest.com/true-financial-independancy/'),(108,27,'field_040512d',''),(109,28,'name','Daniel Sepúlveda Caballero'),(110,28,'email','danielsep456@gmail.com'),(111,28,'message','Buenas tardes Edner, ¿Cómo estás?\r\nMi nombre es Daniel Sepúlveda Caballero, y me comunico de parte del Social Awakening Program (SAP, por sus siglas en inglés) ,un evento, que busca, a través de conferencias y dinámicas, promover el despertar social de la juventud mexicana, buscando que se hagan conscientes de su realidad, se decidan a involucrarse en la solución de problemas y tomen acciones efectivas para lograrlo.\r\nEl Social Awakening Program es un evento organizado completamente por estudiantes del la preparatoria del Liceo de Monterrey, quienes para esta octava edición en el 2023 queremos contar con tu presencia, habiendo analizado tu contenido, creemos que va muy de mano con el mensaje que deseamos transmitir en nuestra audiencia y nos encantaría contar con su participación para impactar a las futuras generaciones de nuestro país juntos.\r\nEsperamos tu respuesta con ansias, ¡saludos!'),(112,28,'field_040512d','on'),(113,29,'name','Yoga_ahKn'),(114,29,'email','ponptbzcvKn@progontop.online'),(115,29,'message','Чакры https://kundalini-yoga.su/.'),(116,29,'field_040512d',''),(117,30,'name','karkasnye_iooi'),(118,30,'email','mdygmdzlzoi@progontop.online'),(119,30,'message','строительство каркасных домов https://www.karkasnye-doma-pod-klyuch-moskva.ru/.'),(120,30,'field_040512d',''),(121,31,'name','Jamescop'),(122,31,'email','mironk.sudakovlpt@mail.ru'),(123,31,'message','Знакомства на Loveawake.Ru \r\nShow more!'),(124,31,'field_040512d',''),(125,32,'name','internet_rlOt'),(126,32,'email','crjucnsgpOt@xrum.store'),(127,32,'message','проверка провайдера по адресу domashnij-internet-kazan.ru.'),(128,32,'field_040512d',''),(129,33,'name','fuelove'),(130,33,'email','fuelove@beaumail.xyz'),(131,33,'message','order cialis Figure 4 Effect of silibinin alone and in combination with metformine at the end of the study Day 40 on A Testosterone levels, B Luteinizing hormone, C Estradiol hormone'),(132,33,'field_040512d',''),(133,34,'name','Jose'),(134,34,'email','jose@autoprensa.com'),(135,34,'message','Buenas tardes, encantado de saludarte. Soy Jose\r\nQuería escribirte porque me ha parecido interesante comentar contigo la posibilidad de que tu negocio aparezca cada mes en periódicos digitales como noticia para posicionar en los primeros lugares de internet, es decir, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.\r\nLa noticia es publicada por más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.\r\n\r\n¿Podrías facilitarme un teléfono para ofrecerte un mes gratuito?\r\nGracias'),(136,34,'field_040512d','on'),(137,35,'name','karkasnye_daMi'),(138,35,'email','mwzwyoillMi@xrum.store'),(139,35,'message','каркасное строительство красноярск https://www.karkasnye-doma-pod-klyuch1.ru.'),(140,35,'field_040512d',''),(141,36,'name','Jamesmen'),(142,36,'email','guitliamgenic@gmail.com'),(143,36,'message','Тракторные права'),(144,36,'field_040512d',''),(145,37,'name','trotuarnay_wrSt'),(146,37,'email','nphnwqgbbSt@xrum.store'),(147,37,'message','купить тротуарную плитку цена тротуарная-плитка3.рф.'),(148,37,'field_040512d',''),(149,38,'name','Elenapl'),(150,38,'email','elenapl@mondmema.tk'),(151,38,'message','¡Ноlа!\r\nМe disculpо por el mеnsаϳe dеmаѕiаdо eѕpеcífiсo.\r\nΜі novіа y yо nоѕ amаmоs. Y tоdоs ѕоmоѕ genіaleѕ.\r\nPero... nесeѕіtamoѕ un hоmbrе.\r\nΤеnemоѕ 23 viejos años, de Rumaniа, también ѕаbеmоѕ ingléѕ.\r\n¡Νunса nоs аburrimos! Y nо solо en la сharla...\r\nМі nombre еs Еlena, mі рerfіl está аquí: http://taigetrapatlo.tk/itm-10820/'),(152,38,'field_040512d',''),(153,39,'name','Jose'),(154,39,'email','jose@autoprensa.com'),(155,39,'message','Buenas tardes, encantado de saludarte. Soy Jose\r\nQuería escribirte porque me ha parecido interesante comentar contigo la posibilidad de que tu negocio aparezca cada mes en periódicos digitales como noticia para posicionar en los primeros lugares de internet, es decir, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.\r\nLa noticia es publicada por más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.\r\n\r\n¿Podrías facilitarme un teléfono para ofrecerte un mes gratuito?\r\nGracias'),(156,39,'field_040512d','on'),(157,40,'name','AnikaBava'),(158,40,'email','anikaBava@mondmema.tk'),(159,40,'message','¡Ноla а todoѕ, chісоsǃ Lо ѕé, mі mеnsaje рuede ser dеmaѕiado espeсífіcо,\r\nPero mi hеrmanа еnсоntró un buen hоmbrе aԛuí у sе cаsarоn, ¿у yo? :)\r\nTengо 24 viеjоs аñоѕ, Anіka, de Rumanіа, tаmbién ѕé inglés у alemán.\r\nY... tеngо una еnfеrmedad esрeсífiса, llamаda ninfоmаníа. Ԛuién ѕabe qué eѕ еsto, mе puеde entеndеr (mejor dесirlo de inmеdіatо)\r\n¡Αh, sí, cосіnо muу rісо! у me encаntа nо ѕolo сoсinаr ;))\r\nЅoy una chісa dе verdad, nо рroѕtіtutа, y busco unа rеlасіón seriа y calіеntе...\r\nDе todos mоdоs, puedеs еncоntrar mi реrfil аquí: http://mystkelaropangue.gq/itm-14259/'),(160,40,'field_040512d',''),(161,41,'name','otdyh_lspa'),(162,41,'email','kdlsybrvupa@xrum.store'),(163,41,'message','абхазия отдых цена https://otdyhabhaziya1.ru.'),(164,41,'field_040512d',''),(165,42,'name','doma_huSa'),(166,42,'email','nefvumxywSa@xrum.store'),(167,42,'message','дом из бруса камерной сушки цена http://www.doma-iz-brusa-moskva1.ru/doma/iz-brusa-kamernoj-sushki.'),(168,42,'field_040512d',''),(169,43,'name','ekskursii_paka'),(170,43,'email','enxipdbkyka@xrum.store'),(171,43,'message','экскурсии по крышам http://ekskursiipokryshamspb.ru/.'),(172,43,'field_040512d',''),(173,44,'name','germaniya_sokn'),(174,44,'email','pneeawkjmOl@doc-muenchen.de'),(175,44,'message','Германия известна своей системой здравоохранения мирового класса, и неудивительно, что эта страна добилась больших успехов в лечении заболеваний. Благодаря передовым медицинским технологиям и высококвалифицированным врачам и медсестрам Германия стала лидером в лечении заболеваний. \r\nПравительство Германии обеспечивает гражданам доступ к высококачественным медицинским услугам. Сюда входят профилактические услуги, такие как регулярные осмотры и прививки, а также лечение хронических заболеваний, таких как диабет и рак. В стране также имеется широкая сеть больниц, оснащенных самым современным медицинским оборудованием и укомплектованных опытными специалистами, которые обеспечивают высококлассное обслуживание. \r\nПомимо традиционных методов лечения, Германия также находится на переднем крае исследований в области альтернативной медицины. Сюда входят акупунктура, траволечение, гомеопатия, натуропатия и другие целостные подходы к лечению. Эти методы часто используются в сочетании с традиционными методами лечения, чтобы предоставить пациентам комплексный уход, учитывающий их физические, психические и эмоциональные потребности. лечение онкологии в германии. О стремлении Германии обеспечить качественное медицинское обслуживание своих граждан свидетельствуют успехи, достигнутые ею в лечении различных заболеваний на протяжении многих лет. От передовых технологий до натуральных средств, немцы имеют доступ к широкому спектру вариантов лечения своих недугов и от этого они становятся еще здоровее!'),(176,44,'field_040512d',''),(177,45,'name','Jose'),(178,45,'email','jose@autoprensa.com'),(179,45,'message','Buenas tardes, encantado de saludarte. Soy Jose\r\nQuería escribirte porque me ha parecido interesante comentar contigo la posibilidad de que tu negocio aparezca cada mes en periódicos digitales como noticia para posicionar en los primeros lugares de internet, es decir, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.\r\nLa noticia es publicada por más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.\r\n\r\n¿Podrías facilitarme un teléfono para ofrecerte un mes gratuito?\r\nGracias'),(180,45,'field_040512d','on'),(181,46,'name','AgnesTox'),(182,46,'email','hichin@profinestore.ru'),(183,46,'message','Вывески магазина \r\nhttps://1avtoskupka.ru/'),(184,46,'field_040512d',''),(185,47,'name','gazon_xssi'),(186,47,'email','klnxyixhdsi@xrum.store'),(187,47,'message','рулонный газон производитель https://www.acros-media.ru.'),(188,47,'field_040512d',''),(189,48,'name','ekskursii_ajKn'),(190,48,'email','fanhwdvxwKn@baikcm.ru'),(191,48,'message','крыши петербурга экскурсии turviza-groupp.ru.'),(192,48,'field_040512d',''),(193,49,'name','tehpomosch_vgen'),(194,49,'email','mdqtiqgpfen@xrum.store'),(195,49,'message','недорогая техпомощь на дороге techpomoch1.ru.'),(196,49,'field_040512d',''),(197,50,'name','bankrotstv_wror'),(198,50,'email','mhaivxceoor@shush-skk.ru'),(199,50,'message','банкротство под ключ москва http://bankrotstvo-fiz-lic-moscow.ru/.'),(200,50,'field_040512d',''),(201,51,'name','bankrotstv_ccor'),(202,51,'email','yktamezveor@shush-skk.ru'),(203,51,'message','банкротство физических лиц под ключ bankrotstvo-fiz-lic-moscow.ru.'),(204,51,'field_040512d',''),(205,52,'name','karkasnye_dkPa'),(206,52,'email','dhxagtifkPa@love-best.ru'),(207,52,'message','каркасный дом под ключ недорого в москве https://karkasnyi-dom-pod-klyuch-moskva.ru/.'),(208,52,'field_040512d',''),(209,53,'name','bolezni_otOn'),(210,53,'email','utncsquwtOn@shush-skk.ru'),(211,53,'message','лист болезни винограда фото ekosad-vsem-1.ru.'),(212,53,'field_040512d',''),(213,54,'name','pansionat_hjOn'),(214,54,'email','gqiifojucOn@love-best.ru'),(215,54,'message','лучшие пансионаты для пожилых в подмосковье https://www.doma-dlja-prestarelyh.ru.'),(216,54,'field_040512d',''),(217,55,'name','karkasnye_laPt'),(218,55,'email','hlrrvagocPt@shush-skk.ru'),(219,55,'message','каркасные дома под ключ в москве http://www.karkasnyi-dom-pod-klyuch-moskva.ru.'),(220,55,'field_040512d',''),(221,56,'name','viza_xzMt'),(222,56,'email','rlfluxvhyMt@love-best.ru'),(223,56,'message','виза во францию цена https://www.visa-france-spb.ru.'),(224,56,'field_040512d',''),(225,57,'name','pechat_nopa'),(226,57,'email','gqcldokthpa@shush-skk.ru'),(227,57,'message','печать онлайн https://www.doc-pechati.ru/.'),(228,57,'field_040512d',''),(229,58,'name','viza_qysn'),(230,58,'email','tmzubdauysn@shush-skk.ru'),(231,58,'message','итальянская виза в спб стоимость и сроки https://visa-v-italiyu.ru/.'),(232,58,'field_040512d',''),(233,59,'name','parka_fset'),(234,59,'email','mvjmovwxnet@love-best.ru'),(235,59,'message','женские парки с натуральным мехом https://www.parki-mehovie.ru.'),(236,59,'field_040512d',''),(237,60,'name','shuba_bron'),(238,60,'email','npezzuucion@shush-skk.ru'),(239,60,'message','где купить норковую шубу в москве https://www.shubainorka.ru.'),(240,60,'field_040512d',''),(241,61,'name','tvh_hnEi'),(242,61,'email','yskyytawfEi@shush-skk.ru'),(243,61,'message','запчасти для спецтехники запчасти-на-китайскую-спецтехнику.рф.'),(244,61,'field_040512d',''),(245,62,'name','AnnaMip'),(246,62,'email','annaMip@minesborka.com'),(247,62,'message','¡Нolа a todоs, chiсos! Lo ѕé, mі mеnѕаϳе рuedе ѕer dеmaѕіаdo еspeсífіcо,\r\nРеrо mi hermаna еnсontró un buеn hombrе aԛuí y sе сaѕaron, ¿у уo? :)\r\nTengo 27 vіejos аñoѕ, Anna, de Rumаniа, tаmbіén ѕé inglés y alemán.\r\nY... tеngо una enfеrmеdad еѕреcífiса, llamadа ninfomаnía. Ԛuіén sаbе qué еs еstо, mе puede entеnder (mejor decіrlo de іnmеdіatо)\r\n¡Аh, sí, cocіno muy rісоǃ у mе enсаnta no ѕоlo coсinar ;))\r\nЅоу una chiсa dе verdаd, no prоstitutа, y busсo una rеlación ѕеrіа у саliente...\r\nDе todoѕ modoѕ, puedes enсontrаr mі pеrfil аquí: http://enganbaibut.gq/idm-80147/'),(248,62,'field_040512d',''),(249,63,'name','DanielRib'),(250,63,'email','danielRib@myware.com'),(251,63,'message','¡¡¡Сrea un clon de ellа еn este juegо!ǃ! http://absococabnoni.ml/prd-88150/\r\nY fоllártеla ѕіn límiteѕ, соmо ѕіеmрrе ԛuisіѕtе. ¡Ella no tе rесhаzаrá!\r\nЅi ԛuiеres, fóllatе no solo а еlla, sinо tаmbién a ѕu novіа. ¡Ѕimultáneаmеnte!\r\n... о tal vеz quіerеs que еlla tе fоllе? :)'),(252,63,'field_040512d',''),(253,64,'name','Laura'),(254,64,'email','periodista@notasdeprensa.io'),(255,64,'message','Hola, soy Laura y escribo desde NDP. \r\n\r\nQuiero escribirte para comentarte cómo podemos hacer que tu empresa aparezca en decenas de periódicos digitales como noticia por una única cuota al mes de 90 eur sin permanencia, y que además incluye un mes totalmente gratuito.\r\n\r\nPeriódicos de gran autoridad mencionarán la web de tu empresa para mejorar su posicionamiento web e incrementar el tráfico de tu web, repercusión y reputación digital.\r\n\r\nNosotros realizamos el análisis de las mejores palabras clave y redactamos el contenido.\r\nTu negocio será publicado en decenas de periódicos como noticia de manera garantizada cada mes\r\n¿Puedes proporcionarme un teléfono? Me encantaría hablar contigo para resolver cualquier duda.\r\n\r\n¡Gracias!'),(256,64,'field_040512d','on'),(257,65,'name','somfy_ifmr'),(258,65,'email','turutuddf@host2k.store'),(259,65,'message','карнизы somfy http://www.somfy-automatic.ru.'),(260,65,'field_040512d',''),(261,66,'name','zhalyuzi_exPi'),(262,66,'email','xulvlgaptPi@rusaoc.store'),(263,66,'message','автоматические горизонтальные жалюзи http://www.elektroprivod-horizontaljalousie.ru.'),(264,66,'field_040512d',''),(265,67,'name','zhalyuzi_pwKa'),(266,67,'email','xhifdmhapKa@host2k.store'),(267,67,'message','автоматические вертикальные жалюзи https://elektroprivod-jalousievertical.ru.'),(268,67,'field_040512d',''),(269,68,'name','armatura_qckn'),(270,68,'email','iaskvilvhkn@rusaoc.store'),(271,68,'message','арматура строительство http://www.dlgjf.ru/.'),(272,68,'field_040512d',''),(273,69,'name','shtory_pupn'),(274,69,'email','zphillxifpn@topdresses.store'),(275,69,'message','пошив штор на заказ недорого http://www.shtory-order.ru.'),(276,69,'field_040512d',''),(277,70,'name','scoramealo'),(278,70,'email','b.ab.l.orubk.in.a.na.ta.l.ia.@gmail.com'),(279,70,'message','faces of teens \r\n \r\nhttps://nagornaia.ru/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://tubesweet.xyz/\r\nhttps://jump.kolyma.org?httpstubesweet.xyz\r\nhttps://heliosa-rus.ru/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://tubesweet.xyz/\r\nhttps://15.vaterlines.com/index/download2?diff=0&darken=1&utm_source=og&utm_campaign=2564&utm_content=CID&utm_clickid=qiocdmhuwf55wi7i&aurl=httpstubesweet.xyz&pushMode=popup'),(280,70,'field_040512d',''),(281,71,'name','internet_ejKa'),(282,71,'email','fwortowqtKa@tolink.pw'),(283,71,'message','Удобный интернет на даче: идеальное решение \r\nподключение частного дома к интернету https://www.internetnadachu.su/.'),(284,71,'field_040512d',''),(285,72,'name','Margaritadrof'),(286,72,'email','margaritadrof@pingapang.com'),(287,72,'message','¡Ηolаǃ\r\nНe nоtаdо ԛuе muchоѕ chіcоѕ рrеfіeren chіcas regulаreѕ.\r\nAрlaudо a lоs hоmbreѕ ԛue tuvіerоn lаs agаllaѕ de diѕfrutаr еl аmоr de muсhas muϳеres y eligіеrоn а la ԛuе ѕаbíа que sеría su meϳor аmіga durаntе la vіdа llеna dе baсhes y loсuraѕ.\r\nQuеría sеr еsа аmiga, nо sоlo unа ama dе cаsa еstаble, confіablе у aburridа.\r\nTengо 28 аñоs, Mаrgаrіtа, dе lа Repúbliса Сheca, tambіén ѕé el іdioma іnglés.\r\nDe tоdoѕ mоdоs, puеdeѕ encоntrar mi рerfil аquí: http://tiaberzemeblioki.tk/idi-95428/'),(288,72,'field_040512d',''),(289,73,'name','Nataliadrof'),(290,73,'email','nataliadrof@payeasy122.com'),(291,73,'message','¡Ηоlаǃ\r\nНе notаdo ԛue muсhoѕ chіcоs prеfіeren chiсаѕ rеgulаres.\r\nΑplaudо а los hombreѕ ԛue tuvіеrоn laѕ аgаllаѕ de diѕfrutаr el amоr dе muchas muϳеres y еligіеrоn a la que ѕabíа ԛue sеríа ѕu mеjor аmiga durаntе lа vіdа llеna de baсhеs y loсurаѕ.\r\nԚuеríа ѕer esa аmiga, no solо unа аmа de cаѕа еstаblе, confiаble y аburrіdа.\r\nΤengо 28 añоs, Νаtalіа, dе lа Rерública Chеcа, tаmbién sé еl idіоma inglés.\r\nDе tоdоѕ mоdоs, puedеѕ еnсontrаr mі рerfіl aԛuí: http://toylcustorc.tk/idi-13709/'),(292,73,'field_040512d',''),(293,74,'name','CharlesSiZ'),(294,74,'email','jack@free-private-mail.com'),(295,74,'message','Dating is a junket that encompasses the spell of good samaritan bearing, personal increase, and exciting discoveries. It is a method through which individuals explore impractical possibilities, getting to be acquainted with each other on a deeper level. Dating allows people to part experiences, market ideas, and father consequential connections. \r\nhttps://analxxx.one/\r\n \r\nIn the empire of dating, a person encounters a dissimilar range of emotions. There\'s the exhilaration of get-together someone contemporary, the anticipation of a basic swain, and the give someone a kick of discovering garden interests and shared values. It is a continually of vulnerability and self-discovery as individuals obtainable themselves up to the possibility of love and companionship. \r\nhttps://voyeurporn.one/\r\n \r\nEffective communication lies at the will of dating, facilitating accord and correlation between two people. It involves active listening, virtuous expression, and empathy, creating a space representing trustworthy dialogue. Including communication, individuals can tour their compatibility, interchange thoughts and dreams, and assemble a bottom of trust.'),(296,74,'field_040512d',''),(297,75,'name','Bali_fkpn'),(298,75,'email','rlqfmwlhdpn@bagat-3.store'),(299,75,'message','Spectacular Bali Villas for Sale'),(300,75,'field_040512d',''),(301,76,'name','Bali_ftoa'),(302,76,'email','gqjarvrnkoa@bagat-1.store'),(303,76,'message','Experience the Best of Bali - Villas for Sale'),(304,76,'field_040512d',''),(305,77,'name','Bali_prSr'),(306,77,'email','zjlqpgeapSr@bagat-1.ru'),(307,77,'message','Own a Piece of Paradise with Bali Villas for Sale'),(308,77,'field_040512d',''),(309,78,'name','XRumerTest'),(310,78,'email','yourmail@gmail.com'),(311,78,'message','Hello. And Bye.'),(312,78,'field_040512d',''),(313,79,'name','Bali_oqka'),(314,79,'email','wzrrbfireka@bagat-3.store'),(315,79,'message','Exquisite Bali Villas for Sale'),(316,79,'field_040512d',''),(317,80,'name','Bali_srkr'),(318,80,'email','gcfklyjdekr@bagat-2.ru'),(319,80,'message','Buy Your Dream Bali Villa'),(320,80,'field_040512d',''),(321,81,'name','Bali_xfki'),(322,81,'email','jefyegxtmki@bagat-4.ru'),(323,81,'message','Get Ahead of the Game – Invest in Bali Real Estate'),(324,81,'field_040512d',''),(325,82,'name','Bali_ekEn'),(326,82,'email','lwebdvljaEn@bagat-1.store'),(327,82,'message','Get Ready for Your Best Holiday in a Bali Villa'),(328,82,'field_040512d',''),(329,83,'name','CandiceWable'),(330,83,'email','kilmers@rambler.ru'),(331,83,'message','Hi Moderator! The Best EDNER GRANADOS – Impact Speaker ! \r\n \r\nМагазин сантехники по низким ценам https://gdekomfort.ru \r\nобязательный атрибуд в вашем доме для комфортного проживания смесителя для ванны, раковины и кухни \r\n \r\nдля вашего дома и дачи котлы отопления: https://gdekomfort.ru/catalog/kotly-otopleniya/ \r\nкачественные и долговечные раковины для ванны и кухни: https://gdekomfort.ru/catalog/rakoviny/'),(332,83,'field_040512d',''),(333,84,'name','Skachat_ncei'),(334,84,'email','ellshmssrei@bagat-3.store'),(335,84,'message','Топ-Пари для скачивания'),(336,84,'field_040512d',''),(337,85,'name','Skachat_biPi'),(338,85,'email','uxghnsvscPi@bagat-1.ru'),(339,85,'message','Начни торговать'),(340,85,'field_040512d',''),(341,86,'name','Skachat_qusi'),(342,86,'email','geigonhemsi@bagat-2.ru'),(343,86,'message','Начните зарабатывать на акциях с Пари!'),(344,86,'field_040512d',''),(345,87,'name','Skachat_bopn'),(346,87,'email','mxlmcjvdrpn@bagat-4.ru'),(347,87,'message','Скачать Пари для Windows'),(348,87,'field_040512d',''),(349,88,'name','Skachat_lxot'),(350,88,'email','sbafktogpot@bagat-3.store'),(351,88,'message','Download Pari and Try It Now'),(352,88,'field_040512d',''),(353,89,'name','Skachat_dtkr'),(354,89,'email','exjpvnutgkr@bagat-4.ru'),(355,89,'message','Пари для вас бесплатно'),(356,89,'field_040512d',''),(357,90,'name','Skachat_yfKn'),(358,90,'email','eigcxzpktKn@bagat-1.store'),(359,90,'message','Скачать Пари за считаные секунды'),(360,90,'field_040512d',''),(361,91,'name','Skachat_seEi'),(362,91,'email','pmjxafevcEi@bagat-1.ru'),(363,91,'message','Быстрое и Бесплатное Скачивание Пари'),(364,91,'field_040512d',''),(365,92,'name','Skachat_zkEn'),(366,92,'email','wauxayzcuEn@bagat-2.ru'),(367,92,'message','Загрузите бесплатно Пари'),(368,92,'field_040512d',''),(369,93,'name','Skachat_irOa'),(370,93,'email','qsmgaebinOa@bagat-4.ru'),(371,93,'message','Бесплатные пари без смс'),(372,93,'field_040512d',''),(373,94,'name','Skachat_jjpi'),(374,94,'email','qtxwvsdaxpi@bagat-2.ru'),(375,94,'message','Официальная версия Пари'),(376,94,'field_040512d',''),(377,95,'name','Bali_huKi'),(378,95,'email','ldhsyaxonKi@bagat-4.ru'),(379,95,'message','Find Your Dream Home in Bali'),(380,95,'field_040512d',''),(381,96,'name','Skachat_hapr'),(382,96,'email','xsnhwajkupr@bagat-1.ru'),(383,96,'message','Быстрый и надежный сервис для скачивания Пари \r\n2.Получи доступ к новейшим версиям Пари безопасно и просто \r\n3.Обновите Пари сегодня \r\n4.Скачайте инновационное Пари \r\n5.Найти и скачать правильную версию Пари для ваших нужд \r\n6.Доступ к удобному скачиванию Пари для вашего устройства \r\n7.Надежный способ скачать Пари \r\n8.Быстро и безболезненно скачать и использовать Пари \r\n9.Найдите вашу версию Пари \r\n10.Благодаря Пари можно работать быстрее \r\n11.Скачайте Пари и откройте для себя настоящую бесплатность \r\n12.Ускорьте ваши работу, используя все возможности Пари для получения траста \r\n13.Скачайте бесплатное Пари \r\n14.Наслаждайтесь множеством возможностей бесплатного Пари для вашего сервиса \r\n15.Установка Пари за несколько минут \r\n16.Получите доступ к бесплатному Пари, используя простую, интуитивную установку \r\n17.Лучший способ скачать Пари бесплатно \r\n18.Простой способ скачать Пари \r\n19.Шаг за шагом по скачиванию Пари'),(384,96,'field_040512d',''),(385,97,'name','Bali_nvoi'),(386,97,'email','gvbisiubyoi@bagat-3.store'),(387,97,'message','Buy Bali Property , Enjoy a Lifestyle Change'),(388,97,'field_040512d',''),(389,98,'name','Bali_rgst'),(390,98,'email','oqximnhwwst@bagat-2.ru'),(391,98,'message','Discover the Best Prices on Bali Real Estate Now!'),(392,98,'field_040512d',''),(393,99,'name','Skachat_ihKt'),(394,99,'email','rluvfeyfgKt@bagat-1.store'),(395,99,'message','Бесплатно загрузите Пари и приступайте к просмотру'),(396,99,'field_040512d',''),(397,100,'name','Bali_esea'),(398,100,'email','ctyryuercea@bagat-1.ru'),(399,100,'message','Bali Villas for Sale'),(400,100,'field_040512d',''),(401,101,'name','Bali_ypKt'),(402,101,'email','kxzmzamhwKt@bagat-4.ru'),(403,101,'message','Experience the Best of Bali Properties'),(404,101,'field_040512d',''),(405,102,'name','Bali_inon'),(406,102,'email','ixgnhwqreon@bagat-1.store'),(407,102,'message','Quality Bali Property for Sale'),(408,102,'field_040512d',''),(409,103,'name','Bali_qeKt'),(410,103,'email','hfxvbrinmKt@bagat-3.store'),(411,103,'message','Top Locations for Bali Real Estate'),(412,103,'field_040512d',''),(413,104,'name','Bali_tzsr'),(414,104,'email','sjptrzauosr@bagat-4.ru'),(415,104,'message','Experience Bali With Style'),(416,104,'field_040512d',''),(417,105,'name','Bali_fyel'),(418,105,'email','vwbbmvzooel@bagat-2.ru'),(419,105,'message','Outstanding Deals for the Real Estate Investor'),(420,105,'field_040512d',''),(421,106,'name','Bali_qckr'),(422,106,'email','jedquzygakr@bagat-1.store'),(423,106,'message','Explore the Possibility of Living in Bali'),(424,106,'field_040512d',''),(425,107,'name','Igra_hhSt'),(426,107,'email','simywmayuSt@bagat-3.store'),(427,107,'message','Играй, летай и открой для себя Авиатор'),(428,107,'field_040512d',''),(429,108,'name','Igra_jrOa'),(430,108,'email','xaolnlvxaOa@bagat-4.ru'),(431,108,'message','Авиатор: приключения на высоте'),(432,108,'field_040512d',''),(433,109,'name','Igra_ukEa'),(434,109,'email','jvkmgrjqhEa@bagat-1.store'),(435,109,'message','Вступайте в мир авиации с Авиатор'),(436,109,'field_040512d',''),(437,110,'name','Igra_rlSt'),(438,110,'email','olmmlyulkSt@bagat-2.ru'),(439,110,'message','Ведите свой летающий аппарат в Авиаторе'),(440,110,'field_040512d',''),(441,111,'name','Igra_owKa'),(442,111,'email','jqvrrmjmtKa@bagat-1.ru'),(443,111,'message','Наступайте на путь исследований в игре Авиатор'),(444,111,'field_040512d',''),(445,112,'name','Syaak_waOl'),(446,112,'email','user204174@topsite.space'),(447,112,'message','A2 Hosting: A2 Hosting is known for its high-speed performance and excellent customer support. They provide various hosting options, including shared, VPS, and dedicated hosting, along with free site migration. \r\nBluehost: It is one of the most popular hosting providers, recommended by WordPress. They offer a user-friendly interface, excellent uptime, and 24/7 customer support. http://webward.pw/.'),(448,112,'field_040512d',''),(449,113,'name','Igra_xxKn'),(450,113,'email','dgkmxsyelKn@bagat-2.ru'),(451,113,'message','Авиатор - настоящие взлеты, посадки и полеты'),(452,113,'field_040512d',''),(453,114,'name','Igra_yjPr'),(454,114,'email','rklxjvkwhPr@bagat-1.ru'),(455,114,'message','Управляй летательным аппаратом в Авиаторе!'),(456,114,'field_040512d',''),(457,115,'name','Igra_sjOa'),(458,115,'email','ugtsirwkbOa@bagat-3.store'),(459,115,'message','Да здравствует Авиатор!'),(460,115,'field_040512d',''),(461,116,'name','Igra_ktOt'),(462,116,'email','ylsnorvycOt@bagat-1.ru'),(463,116,'message','Присоединяйтесь к восхождению в игре Авиатор \r\n2. Расширьте свои горизонты в игре Авиатор \r\n3. Откройте для себя мир игры Авиатор \r\n4. Отправляйтесь в путешествие в игре Авиатор \r\n5. Открывайте новые миры в игре Авиатор \r\n6. Примите самое приключение в игре Авиатор \r\n7. Узнайте о различных самолетах в игре Авиатор \r\n8. Готовьтесь к боевым полетам в игре Авиатор \r\n9. Наслаждайтесь невероятными полетами в игре Авиатор'),(464,116,'field_040512d',''),(465,117,'name','Igra_caEl'),(466,117,'email','yukmgqjpjEl@bagat-2.ru'),(467,117,'message','Авиатор - Летайте по Вселенной!'),(468,117,'field_040512d',''),(469,118,'name','Carnival_zmsr'),(470,118,'email','rsocinjgjsr@bagat-4.ru'),(471,118,'message','Get Ready for an Unforgettable Casino Experience at Carnival Glory'),(472,118,'field_040512d',''),(473,119,'name','Igra_zrpl'),(474,119,'email','yorszdafepl@bagat-1.store'),(475,119,'message','Удовольствие от полетов в игре Авиатор'),(476,119,'field_040512d',''),(477,120,'name','Carnival_lrea'),(478,120,'email','nqfzlhkoiea@bagat-3.store'),(479,120,'message','Carnival Glory Casino: A World of Wonder'),(480,120,'field_040512d',''),(481,121,'name','Iskusstven_ltSt'),(482,121,'email','iggmydsklSt@tolink.pw'),(483,121,'message','Передовые технологии и интеллектуальные системы'),(484,121,'field_040512d',''),(485,122,'name','GLORY_hjMi'),(486,122,'email','huhpihvvrMi@bagat-4.ru'),(487,122,'message','Глори Казино - Самые прибыльные выигрыши в одном месте'),(488,122,'field_040512d',''),(489,123,'name','GLORY_awkr'),(490,123,'email','msgstxrxqkr@bagat-3.store'),(491,123,'message','Unlock Your Winning Potential at Glory Casino'),(492,123,'field_040512d',''),(493,124,'name','GLORY_cioa'),(494,124,'email','eodazcykuoa@bagat-2.ru'),(495,124,'message','Unlock Big Wins at Casino Glory'),(496,124,'field_040512d',''),(497,125,'name','GLORY_gvol'),(498,125,'email','lclihhdstol@bagat-1.store'),(499,125,'message',''),(500,125,'field_040512d',''),(501,127,'name','GLORY_pckn'),(502,126,'name','GLORY_ddsn'),(503,127,'email','mgjdhoihjkn@bagat-4.ru'),(504,126,'email','scngdlmoisn@bagat-2.ru'),(505,127,'message','Unforgettable Memories at GLORY CASINO'),(506,126,'message','Unlock the Best Gambling Adventure at Glory Casino'),(507,127,'field_040512d',''),(508,126,'field_040512d',''),(509,128,'name','GLORY_grMa'),(510,128,'email','mcpmgyvqzMa@bagat-3.store'),(511,128,'message','Прекрасное времяпрепровождение в Казино Glory'),(512,128,'field_040512d',''),(513,129,'name','GLORY_uxsi'),(514,129,'email','sxuorophusi@bagat-1.store'),(515,129,'message','Играй в GLORY CASINO'),(516,129,'field_040512d',''),(517,130,'name','GLORY_mvpr'),(518,130,'email','blusxhgpkpr@bagat-1.ru'),(519,130,'message','Bring The Fun Home with GLORY CASINO'),(520,130,'field_040512d',''),(521,131,'name','GLORY_qxSl'),(522,131,'email','nlauvljieSl@bagat-4.ru'),(523,131,'message','\'Play Now and Win at Glory Casino\''),(524,131,'field_040512d',''),(525,132,'name','GLORY_luot'),(526,132,'email','jvvkkfwlmot@bagat-3.store'),(527,132,'message','Amazing Casino Rewards'),(528,132,'field_040512d',''),(529,133,'name','GLORY_yzmr'),(530,133,'email','sfbkeydqmmr@bagat-2.ru'),(531,133,'message','Winning never felt better at Glory Casino'),(532,133,'field_040512d',''),(533,134,'name','GLORY_ngpl'),(534,134,'email','vkjxilqxmpl@bagat-1.store'),(535,134,'message','Насладитесь лучшей атмосферой и уникальным дизайном в Glory Casino'),(536,134,'field_040512d',''),(537,135,'name','GLORY_wiMl'),(538,135,'email','erwgqijcxMl@bagat-1.store'),(539,135,'message','Strike it Rich with GLORY CASINO'),(540,135,'field_040512d',''),(541,136,'name','GLORY_unMn'),(542,136,'email','kpaauzeztMn@bagat-3.store'),(543,136,'message','Азартные игры в GLORY CASINO'),(544,136,'field_040512d',''),(545,137,'name','GLORY_suPl'),(546,137,'email','vqjkplpxhPl@bagat-2.ru'),(547,137,'message','Восхищайтесь выигрышами в Glory Casino'),(548,137,'field_040512d',''),(549,138,'name','GLORY_xwpl'),(550,138,'email','jrcnzhpcapl@bagat-4.ru'),(551,138,'message','Enjoy All That Glory Casino Has to Offer'),(552,138,'field_040512d',''),(553,139,'name','ScottRer'),(554,139,'email','info@elconferencista.com'),(555,139,'message','Hello there, \r\n \r\nIf you are one of the sufferers of the common problems nails have, then you are in luck! Our Toenail Clippers is here to help. It has a specially designed clip that can help those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, and thickened nails. \r\n \r\nWe are confident that our Toenail Clippers will provide you with the results you are looking for. \r\n \r\nGet yours today with 60% OFF: https://podiatristusa.sale \r\n \r\nSincerely,'),(556,139,'field_040512d',''),(557,140,'name','AI_hjmr'),(558,140,'email','vjrblqtsymr@bagat-1.ru'),(559,140,'message','AI News: Anything New?'),(560,140,'field_040512d',''),(561,141,'name','GLORY_uket'),(562,141,'email','xgocugacyet@bagat-4.ru'),(563,141,'message','GLORY CASINO'),(564,141,'field_040512d',''),(565,142,'name','GLORY_loEl'),(566,142,'email','kxpnmqjazEl@bagat-2.ru'),(567,142,'message','Разыгрывайте джекпоты в казино Glory'),(568,142,'field_040512d',''),(569,143,'name','Sahabet__qfPl'),(570,143,'email','gxejvxyksPl@bagat-1.ru'),(571,143,'message','Play and Win with Sahabet'),(572,143,'field_040512d',''),(573,144,'name','Sahabet__aqKi'),(574,144,'email','lsmnnapmoKi@bagat-4.ru'),(575,144,'message','Sahabet: Revolutionize Your Gambling Experience'),(576,144,'field_040512d',''),(577,145,'name','Sahabet__cfOl'),(578,145,'email','gsnwmwjgdOl@bagat-2.ru'),(579,145,'message','Revolutionize Online Betting with Sahabet'),(580,145,'field_040512d',''),(581,146,'name','Sahabet__mqmt'),(582,146,'email','yomxpjcktmt@bagat-1.store'),(583,146,'message','Experience the Revolutionized Online Betting with Sahabet'),(584,146,'field_040512d',''),(585,147,'name','Sahabet__ddOi'),(586,147,'email','pvsohxsjuOi@bagat-3.store'),(587,147,'message','Sahabet: Take Online Betting to the Next Level'),(588,147,'field_040512d',''),(589,148,'name','CandiceWable'),(590,148,'email','kilmers@rambler.ru'),(591,148,'message','Hi Admin! The Best EDNER GRANADOS – Impact Speaker ! \r\n \r\nобязательный атрибуд в вашем доме для комфортного проживания смесителя для ванны, раковины и кухни \r\nкачественные и долговечные раковины для ванны и кухни \r\n \r\nМагазин отопления и водоснабжения для вашего дома gdekomfort.ru: https://gdekomfort.ru \r\nМагазин сантехники по низким ценам https://gdekomfort.ru: https://gdekomfort.ru'),(592,148,'field_040512d',''),(593,149,'name','Sahabet__kupa'),(594,149,'email','fnckhdwcppa@bagat-3.store'),(595,149,'message','14'),(596,149,'field_040512d',''),(597,150,'name','Sahabet__diSi'),(598,150,'email','zynqfxgyvSi@bagat-1.store'),(599,150,'message','Taking Betting to the Next Level'),(600,150,'field_040512d',''),(601,151,'name','Sahabet__kgsn'),(602,151,'email','jssaobikdsn@bagat-4.ru'),(603,151,'message','Revolutionizing Online Betting with Sahabet'),(604,151,'field_040512d',''),(605,152,'name','Burenie_ssPt'),(606,152,'email','rkexuyetoPt@bagat-1.store'),(607,152,'message','Бурение скважины по доступным ценам'),(608,152,'field_040512d',''),(609,153,'name','Burenie_uumi'),(610,153,'email','gybmnkdqemi@bagat-1.ru'),(611,153,'message','Бурение Скважин с гарантией качества'),(612,153,'field_040512d',''),(613,154,'name','Burenie_jxEt'),(614,154,'email','ysdrumzaaEt@bagat-3.store'),(615,154,'message','Проверенные специалисты для бурения скважин'),(616,154,'field_040512d',''),(617,155,'name','Burenie_gqen'),(618,155,'email','eaywxtcnqen@bagat-4.ru'),(619,155,'message','Высокотехнологичные буровые услуги – компания «Буровые Сервис»'),(620,155,'field_040512d',''),(621,156,'name','skachat_sqet'),(622,156,'email','qickeirqret@bagat-1.ru'),(623,156,'message','Начни игру с Винлайн!'),(624,156,'field_040512d',''),(625,157,'name','skachat_kbkn'),(626,157,'email','ptizolmhjkn@bagat-1.store'),(627,157,'message','Получите Все Особенности Винлайна'),(628,157,'field_040512d',''),(629,158,'name','skachat_fgma'),(630,158,'email','fwqqrhxofma@bagat-2.ru'),(631,158,'message','Загрузка приложения Винлайн для компьютера'),(632,158,'field_040512d',''),(633,159,'name','skachat_jisl'),(634,159,'email','usgvecmnosl@bagat-3.store'),(635,159,'message','Источник безопасной загрузки'),(636,159,'field_040512d',''),(637,160,'name','Winline_gpEl'),(638,160,'email','nttroalajEl@bagat-3.store'),(639,160,'message','Быстрая загрузка Winline'),(640,160,'field_040512d',''),(641,161,'name','Winline_pjen'),(642,161,'email','nomntttwhen@bagat-1.ru'),(643,161,'message','Winline Скачать: Бесплатное приложение для игры'),(644,161,'field_040512d',''),(645,162,'name','Winline_chEt'),(646,162,'email','wehvjkowfEt@bagat-2.ru'),(647,162,'message','Winline приложение: Быстрая и безопасная загрузка'),(648,162,'field_040512d',''),(649,163,'name','Winline_lzOi'),(650,163,'email','rismbhjhuOi@bagat-1.store'),(651,163,'message','Скачайте Winline'),(652,163,'field_040512d',''),(653,164,'name','Winline_cbmn'),(654,164,'email','kqpyjaxhpmn@bagat-1.ru'),(655,164,'message','Свяжитесь с миром ставок и выигрывайте с Winline'),(656,164,'field_040512d',''),(657,165,'name','Vinlayn_aaMl'),(658,165,'email','drmporkhoMl@bagat-2.ru'),(659,165,'message','Скачать Винлайн для iOS'),(660,165,'field_040512d',''),(661,166,'name','Winline_aySn'),(662,166,'email','kfkdprefdSn@bagat-1.store'),(663,166,'message','Загрузите Winline быстро и удобно'),(664,166,'field_040512d',''),(665,167,'name','Vinlayn_tqpr'),(666,167,'email','zfbycqleepr@bagat-4.ru'),(667,167,'message','Загрузите Винлайн и погрузитесь в атмосферу азарта!'),(668,167,'field_040512d',''),(669,168,'name','KarinaDUEN'),(670,168,'email','karinaDUEN@mercurylogs.com'),(671,168,'message','Ηi!\r\nΙ\'vе nоtiсed that mаny guуs prefer regulаr girls.\r\nI аpрlаude the men оut thеre who had the ballѕ to еnjoу the lоvе of manу wоmеn аnd сhooѕе the onе that hе knew wоuld be hiѕ bеѕt friеnd during the bumpy аnd сrаzy thing саllеd life.\r\nΙ wanted to bе thаt friеnd, nоt ϳust a stаblе, rеliаble and boring housewіfe.\r\nΙ am 23 yеаrѕ оld, Кarinа, frоm thе Сzeсh Republіc, knоw Engliѕh languagе also.\r\nΑnywaу, you cаn find my рrоfіle hеrе: http://lectgipjuncwindtide.tk/idi-37873/'),(672,168,'field_040512d',''),(673,169,'name','winline_dyer'),(674,169,'email','zgivrlvfxer@bagat-2.ru'),(675,169,'message','Официальное приложение Winline - будь в курсе всего что происходит в мире спорта'),(676,169,'field_040512d',''),(677,170,'name','winline_xsst'),(678,170,'email','bqmbcbaqist@bagat-4.ru'),(679,170,'message','Загрузите приложение Winline бесплатно!'),(680,170,'field_040512d',''),(681,171,'name','vinlayn_vskl'),(682,171,'email','nlvynfjnskl@bagat-1.ru'),(683,171,'message','Загрузите бесплатное приложение Winline и получите бесценные подарки'),(684,171,'field_040512d',''),(685,172,'name','winline_lsot'),(686,172,'email','aqywbfbtgot@bagat-2.ru'),(687,172,'message','Winline BET-апп - доступные ставки для достижения выигрыша'),(688,172,'field_040512d',''),(689,173,'name','vinlayn_uckt'),(690,173,'email','wyprixuxmkt@bagat-1.ru'),(691,173,'message','Загрузка Винлайн доступна сейчас'),(692,173,'field_040512d',''),(693,174,'name','winline_jier'),(694,174,'email','ztnhdyjgqer@bagat-4.ru'),(695,174,'message','Зарегистрируйтесь и скачайте Winline'),(696,174,'field_040512d',''),(697,175,'name','winline_htsr'),(698,175,'email','tpwgcjajtsr@bagat-3.store'),(699,175,'message','Бесплатная загрузка Winline: где искать?'),(700,175,'field_040512d',''),(701,176,'name','Plastikovy_vopa'),(702,176,'email','levigvemopa@tolink.pw'),(703,176,'message','Теплоизоляция пластиковых окон для экономии энергии \r\nкакие пластиковые окна лучше поставить в квартиру хорошие окна.'),(704,176,'field_040512d',''),(705,177,'name','vinlayn_htKl'),(706,177,'email','rcknmaaeaKl@bagat-1.store'),(707,177,'message','Качайте Винлайн бесплатно и хвастайтесь успехами друзьям'),(708,177,'field_040512d',''),(709,178,'name','winline_rumt'),(710,178,'email','zklchevuemt@bagat-3.store'),(711,178,'message','Скачайте Winline – получите доступ к специальным разделам и функциям'),(712,178,'field_040512d',''),(713,179,'name','vinlayn_bvpt'),(714,179,'email','aigdjrxgzpt@bagat-2.ru'),(715,179,'message','Зачем нужен Winline'),(716,179,'field_040512d',''),(717,180,'name','vinlayn_sfet'),(718,180,'email','dalxwwogset@bagat-1.ru'),(719,180,'message','Скачать Winline без регистрации'),(720,180,'field_040512d',''),(721,181,'name','winline_jopn'),(722,181,'email','wgsazparmpn@bagat-4.ru'),(723,181,'message','Скачать Winline: официальный клиент'),(724,181,'field_040512d',''),(725,182,'name','vinlayn_rxOt'),(726,182,'email','atmffffneOt@bagat-3.store'),(727,182,'message','Winline – скачайте и получайте бонусы!'),(728,182,'field_040512d',''),(729,183,'name','winline_viea'),(730,183,'email','fedthfogqea@bagat-4.ru'),(731,183,'message','Winline Загрузка Для Mac: Быстро И Эффективно'),(732,183,'field_040512d',''),(733,184,'name','Jessemus'),(734,184,'email','ts.bea1486@gmail.com'),(735,184,'message','Наш веб-сайт \"Помогатор Mupapat\" ориентирован для тех, кто желает улучшить свою ежедневную жизнь более комфортной, действенной и занимательной. Мы предоставляем эксклюзивные и проверенные временем советы.\r\n \r\nПриглашаем вас погрузиться в новые аспекты, что помогут расширить ваш взгляд: \r\n-Как сделать обложку для книги : https://mupapat.ru/kak-sdelat-oblozhku-dlya-knigi \r\n-Как сделать комплимент на английском : https://mupapat.ru/kak-sdelat-kompliment-na-anglijskom \r\n-Как сделать клубничный коктейль : https://mupapat.ru/kak-sdelat-klubnichnyj-koktejl \r\n-Как сделать визу в индию : https://mupapat.ru/kak-sdelat-vizu-v-indiyu'),(736,184,'field_040512d',''),(737,185,'name','Laura'),(738,185,'email','laura.e@brandagencia.com'),(739,185,'message','¡Hola! He querido escribirte porque veo una excelente oportunidad para que tu empresa sea el foco de una *entrevista* que tengo en mente que podríamos realizar.\r\nEsta entrevista no sólo sería una conversación enriquecedora, sino que además, *se publicaría en decenas de medios* y periódicos de gran reputación. Como beneficio adicional, enlazaremos tu sitio web en la entrevista, lo cual ayudará a mejorar su posicionamiento. El hecho de que aparezcas en una entrevista en medios confiables contribuirá a generar más confianza en tu negocio.\r\n\r\n¿Sería posible que me dieras un *número de teléfono* para discutir los detalles? Gracias.'),(740,185,'field_040512d','on'),(741,186,'name','PhyllisNak'),(742,186,'email','kikimersan@rambler.ru'),(743,186,'message','Bro - EDNER GRANADOS – Impact Speaker - Best news! \r\n- \r\n \r\nКракен - официальный сайт крупнейшей в СНГ площадки с интересными товарами. Сегодня Kraken онион работает без блокировок и гарантирует безопасность пользователей. Если ранее, для перехода требовалось соединение Kraken Tor, то сейчас не нужен даже ВПН. Актуальная ссылка https://xn--2rn-7ua.cc, по которой можно зайти на сайт. И переход потребует только быстрой авторизации и ввода капчи, что может быть даже более простой задачей, чем вход на стандартный интернет-магазин. Мы же рекомендуем ответственно подходить к покупкам. Нужно тщательно рассматривать предложения от разных магазинов, смотреть на отзывы и репутацию. И в таком случае купить на Кракен магазин вы сможете что угодно. При этом быстро и безопасно. кракен даркнет ссылка\r\n \r\n \r\nRe: кракен сайт \r\n \r\nkikih3622219hhA \r\n \r\nкракен\r\nkraken darknet\r\nкракен ссылка\r\nкракен ссылка vk2 top\r\nкракен ссылка на сайт\r\nкракен даркнет ссылка\r\nкракен онион\r\nкракен тор\r\nkraken market\r\nкракен даркнет ссылка\r\n baa6213'),(744,186,'field_040512d',''),(745,187,'name','Eddiefet'),(746,187,'email','baidenpsih@rambler.ru'),(747,187,'message','Admin Hi everyone! Liked the article a lot. \r\nМы предлагаем вам перейти на маркетплейс Kraken, просто перейдя по активной ссылке a href=\"https://xn--kraen-q5a.com\">https://xn--raken-n5a.com ]. Здесь вы сможете моментально и безопасно покупать различные позиции или даже начать продавать свои собственные. Kraken работает в качестве посредника, предоставляя площадку в формате доски объявлений или маркетплейса. Таким образом, у вас появится возможность находиться в комфортной среде для покупок или продажи продуктов. \r\n-= кракен даркнет: https://xn--raken-n5a.com =- \r\n-= кракен тор: https://xn--krken-k11b.com =- \r\n-= kraken зеркало: https://xn--krakn-q51b.com =- \r\nEN8878870dS \r\nкракен сайт ссылка\r\nkraken market\r\nкракен ссылка тор\r\nkraken darknet\r\nзеркала сайта кракен\r\nсайт кракен тор\r\nkraken darknet\r\nкракен даркнет ссылка\r\nссылка на кракен\r\nкракен ссылка зеркало\r\n f5e8310 \r\n \r\nkraken tor \r\nкракен ссылка тор'),(748,187,'field_040512d',''),(749,188,'name','OlpPet'),(750,188,'email','megaboommegaboom@yandex.com'),(751,188,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n+ *PROMO-CODE*: OLYMPOLYMP \r\n*From $50 +30% to deposit! \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773/'),(752,188,'field_040512d',''),(753,189,'name','Healthy_wkEa'),(754,189,'email','ntulldgkrEa@tolink.pw'),(755,189,'message','10 Healthy Habits for Deep Sleep \r\nrestful sleep restful sleep.'),(756,189,'field_040512d',''),(757,190,'name','Mariacleva'),(758,190,'email','ts.bea1486@gmail.com'),(759,190,'message','Good day! \r\n \r\nI came across a splendid channel on YouTube, focused on the ketogenic diet. The host provides detailed reviews, explaining all aspects of this popular diet. If you\'re interested in healthy eating, be sure to check it out! \r\nKetogenic Diet : https://youtu.be/-cp3Axt8AYU \r\n \r\nDon\'t forget to subscribe and give it a like if you found the content helpful. Take care of your health!'),(760,190,'field_040512d',''),(761,191,'name','Self_chOr'),(762,191,'email','rbuqvsjosOr@tolink.pw'),(763,191,'message','Rejuvenate and Revitalize With Self Hypnosis \r\nselfhypnosis wholebodyregeneration.'),(764,191,'field_040512d',''),(765,192,'name','Koby'),(766,192,'email','hillard.koby@outlook.com'),(767,192,'message','Morning \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nKind Regards, \r\n\r\nKoby'),(768,192,'field_040512d','on'),(769,193,'name','Bali_vpEa'),(770,193,'email','tyswxbjguEa@bagat-2.ru'),(771,193,'message','Invest in a villa in Bali'),(772,193,'field_040512d',''),(773,194,'name','Bali_nxMn'),(774,194,'email','fpjnvvlypMn@bagat-1.ru'),(775,194,'message','Luxury Bali Villas for Sale'),(776,194,'field_040512d',''),(777,195,'name','Bali_qvSt'),(778,195,'email','fhpgllpalSt@bagat-3.store'),(779,195,'message','Get Away in Style with a Bali Villa'),(780,195,'field_040512d',''),(781,196,'name','Unlock_cesi'),(782,196,'email','tazldmtwfsi@tolink.pw'),(783,196,'message','Discover How to Restore Your Nervous System and Unlock Inner Peace \r\nsubconscious reprogramming finding inner calm.'),(784,196,'field_040512d',''),(785,197,'name','OlpPet'),(786,197,'email','megaboommegaboom@yandex.com'),(787,197,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n+ *PROMO-CODE*: OLYMPOLYMP \r\n*From $50 +30% to deposit! \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773/'),(788,197,'field_040512d',''),(789,198,'name','JXSDFnO'),(790,198,'email','cepappabe@cmaill.xyz'),(791,198,'message','cialis 20mg for sale More recently, the protein Klotho was shown to regulate calcium homeostasis by increasing the cell surface expression of TRPV5'),(792,198,'field_040512d',''),(793,199,'name','EsDuXXqh'),(794,199,'email','Immowsmup@fmaill.xyz'),(795,199,'message','some said is an allergy brand name cialis online Neuron 21 545 559'),(796,199,'field_040512d',''),(797,200,'name','Sammy Yarnold'),(798,200,'email','yarnold.sterling@gmail.com'),(799,200,'message','Hello, My name is Sam, I am looking for work as a Email Support Agent & Live Chat customer support rep. My understanding and written English is perfect. My current project is about to end as scheduled. I have been working chat services for 4 years. I work with and lead a team of 4 other Email/ Live Chat operators. I can bring the team with me to allow for higher volume of chatting or to provide 24/7 availability. I will be be available to start immediately. Please contact me to get started: lisa365chat@gmail.com'),(800,200,'field_040512d','on'),(801,201,'name','Jimmy Miles'),(802,201,'email','jolie.miles@googlemail.com'),(803,201,'message','Hi there,\r\n\r\nHope this finds you well! I\'m reaching out to introduce our Monthly SEO plans designed to enhance your online presence. Our strategies focus on increasing your website\'s visibility, driving targeted traffic, and boosting conversions.\r\n\r\nKey Features:\r\n\r\nCustomized SEO strategy\r\nOn-page optimization\r\nQuality link building\r\nKeyword research\r\nRegular reporting and analysis\r\nDedicated account manager\r\n\r\nInterested in discussing how our Monthly SEO Services can benefit your business? Click here for more details: https://www.bestseosolution.net/product/monthly-seo-plan/?ref=15233'),(804,201,'field_040512d','on'),(805,202,'name','Daniel Carmona'),(806,202,'email','daniel.carmona@dominion.mx'),(807,202,'message','Buen dia, mi nombre es Daniel y actualmente estamos en la busqueda de una conferencia transformadora o motivacional para nuestro equipo de trabajo, nos gustaria que nos compartiera mayor información sobre sus conferencias.\r\n\r\nSaludos'),(808,202,'field_040512d','on'),(809,203,'name','Eddiefet'),(810,203,'email','baidenpsih@rambler.ru'),(811,203,'message','Moderator Nice blog here! \r\nKraken ресурс официальный - ссылка на площадку в даркнет. Приветствуем вас на флагманском ресурсе российского подпольного интернета. Кракен кракен ссылка платформа позволит вам покупать товары, которые были недоступны после закрытия Гидры. Перейдите на Кракен и наслаждайтесь старыми добрыми шопами на новом единственном фаворите среди даркнет сервисов. Наш сайт поддерживает самое быстрое и анонимное соединение, что позволяет пользователям, чувствовать безопасность, за сохраность своих личных данных. \r\n-= ссылка кракен даркнет маркет: https://xn--krken4-xc8b.com =- \r\n-= vk4.at: https://xn--krkn-xva4846b.com =- \r\n-= vk17.at: https://xn--raken-50b.com =- \r\nRU8HUTJE20d1 \r\nin.k2tor.at\r\nссылка на Kraken тор\r\nkraken ссылка\r\nonion tor\r\nkraken onion link KRAKEN\r\nkraken ссылка\r\nкракен даркнет маркет\r\nкракен ссылка\r\nссылка кракен даркн\r\nкракен сайт даркнет\r\n 213babf \r\n \r\nкракен даркнет маркет ссылка тор \r\nk9.at'),(812,203,'field_040512d',''),(813,204,'name','DorothyNes'),(814,204,'email','libress79@hotmail.com'),(815,204,'message','Hellow,Admin, I agree, couldn\'t be more relevant: https://xn--mgasb-n51b.com \r\n \r\nХотите попасть на крупнейший веб-сайт торговой сервиса в России и СНГ? Тогда просто перейдите по ссылке https://xn--mgasb-n51b.com и введите капчу, затем пройдите авторизацию или зарегистрируйтесь на сайте. Это займет всего несколько минут, и вы моментально окажетесь на платформе MEGA. Вам не понадобится Tor браузер - наша площадка работает без него. \r\n \r\n \r\nmega сайт:https://xn--mgasb-n51b.com \r\nмагазин mega:https://xn--mgasb-n51b.com \r\nmega fo:https://xn--mgasb-n51b.com \r\nmega fo:https://xn--mgasb-n51b.com \r\n \r\nHHJIGO65o19!'),(816,204,'field_040512d',''),(817,205,'name','Samuel Isenberg'),(818,205,'email','justine.isenberg@outlook.com'),(819,205,'message','Hello, My name is Sam, I am looking for work as a Email Support Agent & Live Chat customer support rep. My understanding and written English is perfect. My current project is about to end as scheduled. I have been working chat services for 4 years. I work with and lead a team of 4 other Email/ Live Chat operators. I can bring the team with me to allow for higher volume of chatting or to provide 24/7 availability. I will be be available to start immediately. Please contact me to get started: lisa365chat@gmail.com'),(820,205,'field_040512d','on'),(821,206,'name','Total_orOn'),(822,206,'email','sjhspguwrOn@bagat-1.ru'),(823,206,'message','Total Drama | The Ultimate Reality Show Adventure \r\n2. Total Drama | A Wild Ride Through the Competition \r\n3. Total Drama | Who Will Survive the Challenges? \r\n4. Total Drama | Drama, Action, and Plenty of Surprises \r\n5. Total Drama | The Juiciest Reality Show on TV \r\n6. Total Drama | Where Drama Reigns Supreme \r\n7. Total Drama | Surviving Against the Odds \r\n8. Total Drama | Can You Handle the Drama? \r\n9. Total Drama | The Ultimate Test of Strength and Skill \r\n10. Total Drama | A Battle of Wits and Endurance \r\n11. Total Drama | Who Will Come Out on Top? \r\n12. Total Drama | The Ultimate Quest for Fame and Fortune \r\n13. Total Drama | Expect the Unexpected \r\n14. Total Drama | The Ultimate Challenge Awaits \r\n15. Total Drama | Will You Be the One to Claim Victory? \r\n16. Total Drama | A Thrilling Adventure You Won\'t Want to Miss \r\n17. Total Drama | The Ultimate Reality Show Showdown \r\n18. Total Drama | Surviving the Craziness of Total Drama \r\n19. Total Drama | Ready for a Total Drama Showdown? \r\n20. Total Drama | The Unforgettable Journey to the Top}'),(824,206,'field_040512d',''),(825,207,'name','Junko'),(826,207,'email','elconferencista.com@t-online.com'),(827,207,'message','Hey, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nBest Wishes,\r\n\r\nJunko'),(828,207,'field_040512d','on'),(829,208,'name','Samuel Rosas'),(830,208,'email','monika.rosas76@msn.com'),(831,208,'message','Ready to revolutionize your customer engagement? https://livechat-outsourcing.co/ is your 24/7 live chat solution:\r\n\r\nAlways On:\r\n24/7 live chat support for your website visitors.\r\n\r\nExpert Agents:\r\nTrained professionals engaging with your customers.\r\n\r\nLead Generation:\r\nTurn visitors into valuable leads.\r\n\r\nVisit https://livechat-outsourcing.co/ to explore how we can tailor our services to your business. Questions? Reach us at https://livechat-outsourcing.co/pricing.html.\r\n\r\nCheers to exceptional support!'),(832,208,'field_040512d','on'),(833,209,'name','BestFarmVob'),(834,209,'email','iunskiygipertonik@gmail.com'),(835,209,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nViagra buy, discount! without prescription. \r\nCialis buy, discount! without prescription. \r\nViagra Professional buy, discount! without prescription. \r\nCialis Professional buy, discount! without prescription. \r\n \r\nViagra Super Active buy, discount! without prescription. \r\nCialis Super Active buy, discount! without prescription. \r\nSynthroid buy, discount! without prescription. \r\n \r\nhttps://cutt.ly/qwufYAl9'),(836,209,'field_040512d',''),(837,210,'name','Carolina Garcia'),(838,210,'email','gsscarito@gmail.com'),(839,210,'message','¡Hola, Buenos días!\r\nMi nombre es Carolina Garcia\r\n\r\nMe pongo en contacto para cotizar la ponencia de Ender en la Ciudad de México, \r\nme gustaría saber si tiene disponibilidad dentro de los días 12, 13 y 14 de Diciembre 2023 para un evento cultural Privado.\r\nen un horario de 1-5 pm en la zona de la Delegación Hidalgo\r\n\r\nle dejo mi número de contacto, muchísimas gracias \r\n(+521) 2382504297'),(840,210,'field_040512d','on'),(841,211,'name','Carolina Garcia'),(842,211,'email','gsscarito@gmail.com'),(843,211,'message','¡Hola, Buenos días!\r\nMi nombre es Carolina Garcia\r\n\r\nMe pongo en contacto para cotizar la ponencia de Ender en la Ciudad de México, \r\nme gustaría saber si tiene disponibilidad dentro de los días 12, 13 y 14 de Diciembre 2023 para un evento cultural Privado.\r\nen un horario de 1-5 pm en la zona de la Delegación Hidalgo\r\n\r\nle dejo mi número de contacto, muchísimas gracias \r\n(+521) 2382504297'),(844,211,'field_040512d','on'),(845,212,'name','Samuel Meekin'),(846,212,'email','katlyn.meekin@gmail.com'),(847,212,'message','Ready to revolutionize your customer engagement? https://livechat-outsourcing.co/ is your 24/7 live chat solution:\r\n\r\nAlways On:\r\n24/7 live chat support for your website visitors.\r\n\r\nExpert Agents:\r\nTrained professionals engaging with your customers.\r\n\r\nLead Generation:\r\nTurn visitors into valuable leads.\r\n\r\nVisit https://livechat-outsourcing.co/ to explore how we can tailor our services to your business. Questions? Reach us at https://livechat-outsourcing.co/pricing.html.\r\n\r\nCheers to exceptional support!'),(848,212,'field_040512d','on'),(849,213,'name','Lizzy Stonehouse'),(850,213,'email','stonehouse.devin@gmail.com'),(851,213,'message','My name is Lisa, from India. I am actively seeking a position as a Live Chat customer support representative. With four years of experience in chat services, I am confident in my ability to deliver exceptional customer support.\r\n\r\nMy proficiency in both understanding and written English is impeccable. Currently concluding a project, I am prepared to start immediately and bring my expertise to your team. I have successfully led a team of four Live Chat operators, and if needed, I can bring this team with me to accommodate a higher volume of chatting or to provide 24/7 availability. You can hire me as a dedicated live chat operator for your team at $399 per month. Me and my team are available in shared shifts to cover 24/7.\r\n\r\nI am eager to contribute my skills to your organization. Please feel free to contact me at lisa365chat@gmail.com to discuss further details and explore how I can be a valuable asset to your team.'),(852,213,'field_040512d','on'),(853,214,'name','BestFarmVob'),(854,214,'email','iunskiygipertonik@gmail.com'),(855,214,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nViagra buy, discount! without prescription. \r\nCialis buy, discount! without prescription. \r\nViagra Professional buy, discount! without prescription. \r\nCialis Professional buy, discount! without prescription. \r\n \r\nViagra Super Active buy, discount! without prescription. \r\nCialis Super Active buy, discount! without prescription. \r\nSynthroid buy, discount! without prescription. \r\n \r\nhttps://cutt.ly/4wP5bDuH \r\n \r\nhttp://bit.ly/3GAiEsU'),(856,214,'field_040512d',''),(857,215,'name','Sam Gann'),(858,215,'email','gann.damion@gmail.com'),(859,215,'message','SEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://alwaysdigital.co/r/\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/'),(860,215,'field_040512d','on'),(861,216,'name','MargaritaSush'),(862,216,'email','margaritaSush@rstakeoffs.com'),(863,216,'message','¡Нolaǃ\r\nΗe notado ԛue muсhоs сhісоs рrеfіеrеn сhicаs rеgularеs.\r\nΑрlаudо a los hombreѕ quе tuvieron laѕ agallaѕ de dіsfrutar еl amоr dе muchaѕ mujеrеs у еligіeron a lа quе sabía ԛue sеríа ѕu meϳor аmіga durаnte lа vіdа llеnа de baсhеѕ у locurаs.\r\nQuеría ѕer esa аmigа, no ѕоlo una аmа dе caѕа eѕtаblе, соnfіablе у aburrida.\r\nΤengo 26 añоs, Μаrgarіtа, de lа Rерúblісa Checа, tаmbіén sé еl іdiomа іnglés.\r\nDе tоdоs modоѕ, puеdes enсоntrаr mі рerfіl aԛuí: http://urrene.tk/idl-4188/'),(864,216,'field_040512d',''),(865,217,'name','Anikafelo'),(866,217,'email','anikafelo@nursecoffy.com'),(867,217,'message','¡Нolа!\r\nHе notado ԛuе muсhoѕ chicоѕ prefіerеn сhіcas rеgularеs.\r\nΑрlaudo а lоs hоmbrеs ԛue tuvierоn laѕ agallаs dе dіѕfrutаr еl аmоr de muсhаѕ mujereѕ у еligierоn а lа ԛue ѕabía que sеríа ѕu meϳоr аmigа durante la vidа llеnа dе baсhеѕ у lоcurаѕ.\r\nԚuеríа ѕer eѕa аmiga, no solo unа ama de casа еstаblе, соnfіable у aburrіda.\r\nΤеngo 22 añoѕ, Аnіkа, de la Rеpúbliса Сhеса, tаmbіén ѕé еl idiоma inglés.\r\nDe tоdоѕ mоdos, рuеdеs еnсоntrаr mi perfіl аquí: http://riekoohatofcia.tk/idl-3931/'),(868,217,'field_040512d',''),(869,218,'name','Sam Elizabeth'),(870,218,'email','elizabeth.corey@yahoo.com'),(871,218,'message','I\'m thrilled to share how our Live Chat Agents Services can be the driving force behind achieving extraordinary business growth. Consider the following key points:\r\n\r\nHigh Sales Conversion Rates, \r\n3x More Leads Generation, \r\nExceptional Conversion Metrics, \r\n24/7 Availability for Maximum Impact, \r\nPersonalized Upselling and Cross-Selling, & \r\nData-Driven Growth Strategy. \r\n\r\nThe success of your business is our priority, and we would love to discuss how our Live Chat Agents Services can be tailored to achieve these remarkable results for you. When would be a convenient time for a detailed discussion? Contact us here - https://livechat-outsourcing.co/'),(872,218,'field_040512d','on'),(873,219,'name','jZBqXTV'),(874,219,'email','Rululge@dmaill.xyz'),(875,219,'message','Some vets will prescribe your dog cough medication to take at night or may recommend that you give your dog a higher dosage of a diuretic at night to help decrease the fluid in your dog s lungs priligy dapoxetine review'),(876,219,'field_040512d',''),(877,220,'name','mirsWog'),(878,220,'email','teicala@mail3go.online'),(879,220,'message','проект дома под ключ или построить дом под ключ \r\n \r\nдом под ключ проекты и цены \r\n \r\nhttps://nur-house.ru'),(880,220,'field_040512d',''),(881,221,'name','Michaellot'),(882,221,'email','adamc566@stnd3ise.com'),(883,221,'message','http://www.k12onln3-ch00l.com/'),(884,221,'field_040512d',''),(885,222,'name','peretyazhka_wvKl'),(886,222,'email','noname@12stul.net'),(887,222,'message','Освежить мягкую мебель в доме: лучшие методы новый вид старой мебели: Чем перетягивать мебель своими руками: полезные советы ткани для перетяжки мягкой мебели: Как сэкономить на перетяжке мягкой мебели: 5 простых способов \r\nперетяжка мягкой мебели.'),(888,222,'field_040512d',''),(889,223,'name','AnnaMulp'),(890,223,'email','annaMulp@qdjiaheng.com'),(891,223,'message','¡Ноlа a tоdoѕ, сhiсos! Lo ѕé, mi menѕajе puеdе sеr dеmasiаdо еspeсífісo,\r\nРеro mі hеrmаnа еncontró un buen hombre aԛuí у ѕe cаѕаrоn, ¿y уo? :)\r\nТеngo 22 viеϳоѕ años, Аnnа, dе Rumania, tаmbіén sé ingléѕ у alеmán.\r\nY... tеngо una еnfermedad еspecífісa, llаmadа nіnfоmanía. Ԛuіén ѕаbe qué еs еstо, mе puеdе entеnder (meϳor decіrlo de іnmediаtо)\r\n¡Αh, sí, cоcіno muу rico! у mе encаntа nо ѕolо сocіnаr ;))\r\nЅoy unа chіса de vеrdаd, no proѕtіtutа, у busсо unа rеlасión sеriа у cаlіеntе...\r\nDe tоdоѕ modoѕ, рuеdeѕ encоntrar mi рerfіl аԛuí: http://aproga.gq/idl-54881/'),(892,223,'field_040512d',''),(893,224,'name','Sonyademia'),(894,224,'email','woodthighgire1988@gmail.com'),(895,224,'message','Han pasado 364 días desde que se registró en nuestra plataforma para la minería automática de Bitcoin en la nube. \r\nEstabas inactivo, pero la criptomoneda aún se recopilaba automáticamente desde tu dispositivo. \r\nDurante su ausencia, ganó 1.3426 BTC ($55682.99) USD a través de la minería en la nube. \r\n \r\nSolicite un retiro aquí https://redlinkbits.page.link/H3Ed'),(896,224,'field_040512d',''),(897,225,'name','Michael Wesolowski'),(898,225,'email','wesolowski.carey@yahoo.com'),(899,225,'message','My name is Lisa, from India. I am actively seeking a position as a Live Chat customer support representative. With four years of experience in chat services, I am confident in my ability to deliver exceptional customer support.\r\n\r\nMy proficiency in both understanding and written English is impeccable. Currently concluding a project, I am prepared to start immediately and bring my expertise to your team. I have successfully led a team of four Live Chat operators, and if needed, I can bring this team with me to accommodate a higher volume of chatting or to provide 24/7 availability. You can hire me as a dedicated live chat operator for your team at $399 per month. Me and my team are available in shared shifts to cover 24/7.\r\n\r\nI am eager to contribute my skills to your organization. Please feel free to contact me at https://alwaysdigital.co/w/ to discuss further details and explore how I can be a valuable asset to your team.'),(900,225,'field_040512d','on'),(901,226,'name','Shayne'),(902,226,'email','elconferencista.com@aol.com'),(903,226,'message','Hey there \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nThanks and Best Regards, \r\n\r\nShayne'),(904,226,'field_040512d','on'),(905,227,'name','AlanBZ'),(906,227,'email','semen26041975@hotmail.com'),(907,227,'message','Crave multi-disciplinary obscene videos that AREN\'t terrible? \r\nThen you\'ve come to the absolutely right place! \r\nWe give you unlimited access to all premium dirty videos in high resolution. \r\nAnal, youth, hardcore... we have it all! \r\nWatch the videos available for each device of your choice, whether it\'s a mobile phone, desktop computer or tablet computer. \r\nDon\'t forget to check out the other erotic niches featured on this site — you\'ll love this experience! \r\nhttp://enlivenedspirit.net/__media__/js/netsoltrademark.php?d=https://3megaxxx.com\r\nhttp://api-mrg.com/__media__/js/netsoltrademark.php?d=https://3megaxxx.com\r\nhttp://poweredbyshoplive.com/__media__/js/netsoltrademark.php?d=https://3megaxxx.com\r\nhttp://feeliesex.com/__media__/js/netsoltrademark.php?d=https://3megaxxx.com\r\nhttp://duralastgoldcmax.com/__media__/js/netsoltrademark.php?d=https://3megaxxx.com'),(908,227,'field_040512d',''),(909,228,'name','Soallestetef'),(910,228,'email','megaboommegaboom@yandex.com'),(911,228,'message','Hey there! Ready to uncover hidden truths? Join our Telegram channel for firsthand, uncensored videos that illuminate the unfiltered reality. Don\'t miss out on this eye-opening experience! \r\nThis is unique content that won\'t be shown on TV. \r\n \r\nLink to Channel: HOT INSIDE UNCENSORED \r\n \r\nhttps://t.me/+HgctQg10yXxhMzky'),(912,228,'field_040512d',''),(913,229,'name','TruePillsVob'),(914,229,'email','iunskiygipertonik@gmail.com'),(915,229,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nViagra buy, discount! without prescription. \r\nCialis buy, discount! without prescription. \r\nViagra Professional buy, discount! without prescription. \r\nCialis Professional buy, discount! without prescription. \r\n \r\nViagra Super Active buy, discount! without prescription. \r\nCialis Super Active buy, discount! without prescription. \r\nSynthroid buy, discount! without prescription. \r\n \r\nhttps://cutt.ly/4wP5bDuH \r\n \r\nhttp://bit.ly/3GAiEsU'),(916,229,'field_040512d',''),(917,230,'name','Louanne Graves'),(918,230,'email','louanne.graves@yahoo.com'),(919,230,'message','Turn AI into your cash machine with AI Commissions 2024. Learn, apply, and earn big. Explore how at https://www.socialsurge.ai/recommends/get-rich-with-ai-2024/\r\n\r\nKeep up the good work over there at elconferencista.com!\r\n\r\n- Louanne'),(920,230,'field_040512d','on'),(921,231,'name','Ryder Alber'),(922,231,'email','amazingfeeling2020@gmail.com'),(923,231,'message','Greetings!\r\n\r\nExplore the revolutionary power of The Genius Wave to unlock \r\nyour brain\'s maximum potential. Our groundbreaking soundwave technology, \r\nbased on advanced neuroscience, \r\nis crafted to enhance creativity, intuition,\r\nand problem-solving skills by activating your Theta brainwaves. \r\nJust seven minutes a day can lead to remarkable transformations. \r\nExperience this transformative journey at https://braingenius.shop and \r\nstart redefining your mental capabilities now!\r\n\r\nTo you awakening your genius!\r\n\r\nBrain Genius\r\nhttps://braingenius.shop'),(924,231,'field_040512d','on'),(925,232,'name','MishaelDuami'),(926,232,'email','kosrtydrtyztrnkor@gmail.com'),(927,232,'message',''),(928,232,'field_040512d','on'),(929,233,'name','PillsVob'),(930,233,'email','iunskiygipertonik@gmail.com'),(931,233,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nViagra buy, discount! without prescription. \r\nCialis buy, discount! without prescription. \r\nViagra Professional buy, discount! without prescription. \r\nCialis Professional buy, discount! without prescription. \r\n \r\nViagra Super Active buy, discount! without prescription. \r\nCialis Super Active buy, discount! without prescription. \r\nSynthroid buy, discount! without prescription. \r\n \r\nhttps://cutt.ly/4wP5bDuH \r\n \r\nhttps://cutt.ly/AwXXaRVW \r\n \r\nhttp://bit.ly/3GAiEsU \r\n \r\nhttps://bit.ly/495WQSS'),(932,233,'field_040512d','on'),(933,234,'name','Michael Dittmer'),(934,234,'email','dittmer.marcelo26@msn.com'),(935,234,'message','My name is Lisa, from India. I am actively seeking a position as a Live Chat customer support representative. With four years of experience in chat services, I am confident in my ability to deliver exceptional customer support.\r\n\r\nMy proficiency in both understanding and written English is impeccable. Currently concluding a project, I am prepared to start immediately and bring my expertise to your team. I have successfully led a team of four Live Chat operators, and if needed, I can bring this team with me to accommodate a higher volume of chatting or to provide 24/7 availability. You can hire me as a dedicated live chat operator for your team at $399 per month. Me and my team are available in shared shifts to cover 24/7.\r\n\r\nI am eager to contribute my skills to your organization. Please feel free to contact me at lisa365chat@gmail.com to discuss further details and explore how I can be a valuable asset to your team.'),(936,234,'field_040512d','on'),(937,235,'name','AlbertCrake'),(938,235,'email','dh5orcuk@yourmailz.com'),(939,235,'message','Men dating men sample tenderness, union, and the beauty of relationships in their own unmatched way. \r\nhttps://voyeurporn.one/tags/fuck-my-wife/ \r\nIn a everyone that embraces distinctiveness and inclusivity, same-sex relationships from ground their place. Men who ancient men direct the joys and challenges of erection substantial connections based on authenticity and complementary understanding. They hallow enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://squirting.world/ \r\nCommunication and emotional intimacy have a good time a pivotal part in their relationships, fostering trust and deepening their bond. As people progresses promoting conformity, it is important to recognize and respect the love shared between men dating men, embracing their together experiences and contributions to the tapestry of kind-hearted connections.'),(940,235,'field_040512d','on'),(941,236,'name','kriterii_bwKr'),(942,236,'email','mhvcgoiwsKr@doctor-stiralok.ru'),(943,236,'message','Точки опоры правды \r\nистина koah.ru/kanke/62.htm.'),(944,236,'field_040512d','on'),(945,237,'name','NikolBiacy'),(946,237,'email','t1mven@yandex.com'),(947,237,'message',''),(948,237,'field_040512d','on'),(949,238,'name','zlWog'),(950,238,'email','tingsuconing@mailcos.site'),(951,238,'message','туры на Кубу или Багамские острова – живой Рай на Земле \r\n \r\nГорода Золотого кольца России — что посмотреть | список \r\n \r\nhttps://samoylovaoxana.ru/tag/turizm-v-rossii/ \r\n \r\nЕщё можно узнать: почему снежинки шестигранные \r\n \r\nВизовая информация'),(952,238,'field_040512d','on'),(953,239,'name','Josephtut'),(954,239,'email','newspr@bbcworldnewstoday.com'),(955,239,'message','We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nhttps://www.jackpotbetonline.com/'),(956,239,'field_040512d','on'),(957,240,'name','Lewisflisy'),(958,240,'email','cosmaq116aqa@rambler.ru'),(959,240,'message','interesting post \r\n_________________ \r\nঅনলাইন ক্যাসিনোতে অর্থের জন্য খেলুন'),(960,240,'field_040512d','on'),(961,241,'name','Blakedew'),(962,241,'email','fnx8u93i55@ptv.mnmnm.biz'),(963,241,'message','https://kinoland.biz/'),(964,241,'field_040512d','on'),(965,242,'name','KylieQuawn'),(966,242,'email','shreyapazajz@hotmail.com'),(967,242,'message',''),(968,242,'field_040512d','on'),(969,243,'name','helenfah'),(970,243,'email','sincl.a.irth.om.as196.@gmail.com'),(971,243,'message',''),(972,243,'field_040512d','on'),(973,244,'name','Lucilleopers'),(974,244,'email','igor.vavilovipv@yandex.ru'),(975,244,'message','https://clck.ru/36Evqh'),(976,244,'field_040512d','on'),(977,245,'name','Victorpnf'),(978,245,'email','b.o.ri.s.1980.s.e.c.e.nov@gmail.com'),(979,245,'message',''),(980,245,'field_040512d','on'),(981,246,'name','ctaletkssw'),(982,246,'email','xcolgtvxq@guyclearsecso.online'),(983,246,'message','where is cialis manufactured can i take 2 20mg cialis cheap cialis from canada cialis dry mouth buy viagra and cialis online'),(984,246,'field_040512d','on'),(985,247,'name','Wallacekig'),(986,247,'email','aq93aqa@rambler.ru'),(987,247,'message','+ for the post \r\n_________________ \r\nақша салмай букмекерлік кеңседе ақша табыңыз'),(988,247,'field_040512d','on'),(989,248,'name','Adolphadafe'),(990,248,'email','pressrelease@cnnworldtoday.com'),(991,248,'message','We cover Capital & Celeb News within the sections Markets, Business, Showbiz, Gaming, and Sports. \r\nhttps://www.cnnworldtoday.com/'),(992,248,'field_040512d','on'),(993,249,'name','TobiasKic'),(994,249,'email','no.reply.TorstenWilson@gmail.com'),(995,249,'message','Hey! elconferencista.com \r\n \r\nDid you know that it is possible to send messages fully legitimately? We propose a new way of sending business offers through feedback forms to make it more convenient. \r\nNot thought of as spam, messages sent through Feedback Forms are considered important. \r\nWe give you the chance to sample our service without any cost. \r\nWe are here to send up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(996,249,'field_040512d','on'),(997,250,'name','Robertkit'),(998,250,'email','wej.ug.w.y.e.f.@gmail.com'),(999,250,'message','промокод 1хбет \r\n \r\n \r\nпромокод 1хбет'),(1000,250,'field_040512d','on'),(1001,251,'name','Kellye Daugherty'),(1002,251,'email','kellye.daugherty47@hotmail.com'),(1003,251,'message','We\'d like to feature your business on our blog about dump trailers, please don\'t hesitate to reach out. Check out a post from our website, please feel free to explore more content, and let us know if you\'d like an article written. No strings attached.\r\n\r\nExplore this post: \r\nhttps://www.thebestdumptrailers.com/the-rental-market-where-to-find-dump-trailers-for-rent-near-you-2/ \r\n\r\n\r\n\r\nKellye'),(1004,251,'field_040512d','on'),(1005,252,'name','Davidsax'),(1006,252,'email','ffghf656777@mops777.fun'),(1007,252,'message','привороты по наталье степановой https://vipmagiya5.wordpress.com/2024/02/12/kak-sdelat-privorot-na-krov/ сексуальном плане каждом привороте существует риск после воздействия человека появятся'),(1008,252,'field_040512d','on'),(1009,253,'name','WilliamAtork'),(1010,253,'email','rfaksik@yandex.com'),(1011,253,'message','Restauración de la cubierta del baño'),(1012,253,'field_040512d','on'),(1013,254,'name','MatthewTut'),(1014,254,'email','pressrelease@turkeynewstoday.com'),(1015,254,'message','Latest news on politics, business, lifestyle, sports and more from Turkey and the world at turkeynewstoday.com \r\n \r\nhttps://www.turkeynewstoday.com/'),(1016,254,'field_040512d','on'),(1017,255,'name','CliffNUS'),(1018,255,'email','kasperronny2024@gmail.com'),(1019,255,'message',''),(1020,255,'field_040512d','on'),(1021,256,'name','WilliamBeild'),(1022,256,'email','gcrbmjqluPr@poochta.com'),(1023,256,'message',''),(1024,256,'field_040512d','on'),(1025,257,'name','CyharlesSiZ'),(1026,257,'email','4r331sh7@webfreemailz.com'),(1027,257,'message','Dating is a journey that encompasses the enchanting of vulnerable bearing, slighting rise, and alluring discoveries. It is a dispose of through which individuals scrutinize impractical possibilities, getting to know each other on a deeper level. Dating allows people to share experiences, market ideas, and create consequential connections. \r\nhttps://analxxx.one/tags/family-taboo-sex/\r\n \r\nIn the empire of dating, undivided encounters a different string of emotions. There\'s the exhilaration of meeting someone contemporary, the anticipation of a first escort, and the give someone a kick of discovering stale interests and shared values. It is a time of vulnerability and self-discovery as individuals public themselves up to the plausibility of love and companionship. \r\nhttps://gayblowjob.tv/tags/gay-teen-twinks/\r\n \r\nStriking communication lies at the bravery of dating, facilitating competence and correlation between two people. It involves running listening, virtuous declaration, and empathy, creating a gap on authentic dialogue. Through communication, individuals can tour their compatibility, transfer thoughts and dreams, and raise a foundation of trust.'),(1028,257,'field_040512d','on'),(1029,258,'name','bkWog'),(1030,258,'email','feiknurkill@mailcos.site'),(1031,258,'message','платная рыбалка или пляжный отдых в Турции из Харькова \r\n \r\nПять малоизвестных, но крайне любопытных локаций Санкт-Петербурга \r\n \r\nhttps://samoylovaoxana.ru/tag/peshij-turizm-zimoj/ \r\n \r\nЕщё можно узнать: cito перевод с латыни \r\n \r\nГостиницы'),(1032,258,'field_040512d','on'),(1033,259,'name','KylieQuawn'),(1034,259,'email','shreyapazajz@hotmail.com'),(1035,259,'message',''),(1036,259,'field_040512d','on'),(1037,260,'name','Charlescep'),(1038,260,'email','werso067540iu@rambler.ru'),(1039,260,'message','interesting for a very long time \r\n_________________ \r\nигровые автоматы вулкан 24 на деньги на рубли с бонусом'),(1040,260,'field_040512d','on'),(1041,261,'name','cvWog'),(1042,261,'email','dronesasra@mailcos.site'),(1043,261,'message','Кавказ или Краткосрочная аренда квартир в Турции подорожает на 30-40% \r\n \r\nтуризм в Корее \r\n \r\nhttps://samoylovaoxana.ru/tag/tur-na-goru-shasta/ \r\n \r\nЕщё можно узнать: почему солнечное затмение не происходит каждый месяц \r\n \r\nВизовая информация'),(1044,261,'field_040512d','on'),(1045,262,'name','TobiasKic'),(1046,262,'email','no.reply.BerndtNilsson@gmail.com'),(1047,262,'message','Yo! elconferencista.com \r\n \r\nDid you know that it is possible to send appeals authorizedly? We provide a unique way of sending business offers through contact forms. \r\nAs Feedback Forms messages are taken into great consideration, they won\'t be classified as spam. \r\nWe are now offering you the chance to use our service for free. \r\nWe are able to transmit up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1048,262,'field_040512d','on'),(1049,263,'name','Jameshor'),(1050,263,'email','pressrelease@canadiannewstoday.com'),(1051,263,'message','Canadian news is your source for the latest news, video, opinions and analysis from Canada and around the world. \r\n \r\nhttps://www.canadiannewstoday.com/'),(1052,263,'field_040512d','on'),(1053,264,'name','Esmeraldossrh'),(1054,264,'email','za.m.o.k.pet.r.o.vs.ky2.02.3@gmail.com'),(1055,264,'message',''),(1056,264,'field_040512d','on'),(1057,265,'name','PillsVob'),(1058,265,'email','iunskiygipertonik@gmail.com'),(1059,265,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\nViagra 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/7wC5m1Id \r\nhttp://scivideoblog.com/setlanguage.php?url=true-pill.top&lang=fr\r\nhttps://www.google.com.ag/url?sa=i&url=httpstrue-pill.top\r\nhttp://alt1.toolbarqueries.google.vg/url?q=https://true-pill.top/\r\nhttps://urbech.moscow:443/bitrix/rk.php?id=17&site_id=s1&event1=banner&event2=click&goto=https://true-pill.top/\r\nhttps://nbbank.com/Leaving-Site?ts=1614204838430&url=https://true-pill.top/\r\n \r\n \r\nExtra ED Pack consists of the following ED drugs: \r\nViagra 100mg 20 pills \r\nCialis 20mg 20 pills \r\nLevitra 20mg 20 pills \r\n \r\nSuper ED Pack consists of the following ED drugs: \r\nViagra 100mg 10 pills \r\nCialis 20mg 10 pills \r\nLevitra 20mg 10 pills \r\n \r\nhttps://cutt.ly/7wC5m1Id \r\nhttps://www.mines-plus.org/global/redirect.php?url=httptrue-pill.top&utm_source=mines-immobilier&utm_medium=email&utm_campaign=2019-l-annee-commence-bien-avec-un-voyage-a-nantes\r\nhttps://wp.wiki-wiki.ru/wp/away.php?t=httptrue-pill.top\r\nhttps://locking-stumps.co.uk/warrington/primary/lockingstumps/site/pages/dates/schoolcalendar/CookiePolicy.action?backto=https://true-pill.top/\r\nhttp://my.openlinksw.com/describe/?url=https://true-pill.top/\r\nhttps://barbecuedinastiya.ru/bitrix/redirect.php?goto=https://true-pill.top/'),(1060,265,'field_040512d','on'),(1061,266,'name','Peter'),(1062,266,'email','request@grafixar.com'),(1063,266,'message','Hi owner of elconferencista.com,\r\n\r\nI discovered a glitch on your website and would be happy to offer my support for free to resolve it.\r\n\r\nLet me know if you\'re interested, and I\'ll gladly assist.\r\n\r\nBest regards,\r\nPeter'),(1064,266,'field_040512d','on'),(1065,267,'name','Robertomoicy'),(1066,267,'email','atnesepsudvp1borz6ktg@outlook.com'),(1067,267,'message',''),(1068,267,'field_040512d','on'),(1069,268,'name','DominicGip'),(1070,268,'email','pressrelease@nytimesnewstoday.com'),(1071,268,'message','NY Times News Today coverage of international news, politics, business, technology, science, health, arts, sports and more. \r\n \r\nhttps://www.nytimesnewstoday.com/'),(1072,268,'field_040512d','on'),(1073,269,'name','Blythe Montez'),(1074,269,'email','blythe.montez@seo-depot.email'),(1075,269,'message','Dear Sir,\r\n\r\nGoogle\'s \"Helpful Content Update\" got you down again?\r\n\r\nAt SEO-Depot.com we offer a range of SEO services that will recover and maintain rankings.\r\n\r\nOur Link-Building Strategies grow and expand your rankings and range of keywords dramactically with 100% succes rate.\r\n\r\nWe offer Link-Building Services and SEO training and advice tailored to your website\'s SEO needs.\r\nor Full SEO onsite Services.\r\n\r\nLocal SEO is available for local businesses that will change the way you think about Local SEO.\r\nMore Terms, brnad matching services, and locations by city, county or province.\r\n\r\nShopping Site? No worries, we\'ll show you how to maximize your exposure!\r\n\r\nWith Chat GPT being used to create ranking content and Google\'s Generative AI Experience, competing is more challenging than ever.\r\n\r\nOur training or Full EO services for content creation for blogs will help you gain the ranking authority your site needs.\r\n\r\nMost Important is our services are affordable!\r\n\r\n\r\nSEO Depot\r\nhttps://seo-depot.com/offer/\r\n\r\nWe also offer FREE website audits for a technical analysis of your site and customized SEO best coaching practices for your site, and more so you can maximize SEO results.\r\n\r\nOur services work for the local SEO business to Global SEO Requirements, inflating websites precedence and responses to searches more broadly\r\nand with greater performance.\r\n\r\nExperience a new approach to SEO! Reach out to us wuth our on-sit chat app.\r\n\r\nLet us show you what we can do for your business\'s website promotion. Request a Free SEO Audit!\r\n\r\nHope you find this useful,\r\n\r\nSales@seo-depot.com'),(1076,269,'field_040512d','on'),(1077,270,'name','KylieQuawn'),(1078,270,'email','shreyapazajz@hotmail.com'),(1079,270,'message',''),(1080,270,'field_040512d','on'),(1081,271,'name','PeterbuB'),(1082,271,'email','13772@kwix.site'),(1083,271,'message','http://specodegdaoptom.ru/'),(1084,271,'field_040512d','on'),(1085,272,'name','Itihag'),(1086,272,'email','vq0cf@gmail.com'),(1087,272,'message','buy semaglutide without prescription cost rybelsus rybelsus price'),(1088,272,'field_040512d','on'),(1089,273,'name','RolandoStoof'),(1090,273,'email','prrelease@britishnewstoday.com'),(1091,273,'message','Breaking news, features, analysis and debate plus audio and video content from England, Scotland, Wales and Northern Ireland. \r\n \r\nhttps://www.britishnewstoday.com/'),(1092,273,'field_040512d','on'),(1093,274,'name','RobertJew'),(1094,274,'email','pressrelease@washingtonposttoday.com'),(1095,274,'message','Breaking news, live coverage, investigations, analysis, video, photos and opinions from The Washington Post. \r\n \r\nhttps://www.washingtonposttoday.com/'),(1096,274,'field_040512d','on'),(1097,275,'name','Kuzovdka'),(1098,275,'email','yanvorobey94@gmail.com'),(1099,275,'message','Здрасьте. купить запчасти кузова - доступный ассортимент запчастей и подбор автозапчастей для кузова авто. Переходите в интернет-магазин для заказа новых и оригинальных деталей для автомобилей. Гарантия и доставка по Минску и областям.'),(1100,275,'field_040512d',''),(1101,276,'name','otaletumyc'),(1102,276,'email','ljjqdezwv@guyclearsecso.online'),(1103,276,'message','prednisone side effects blurred vision stopping prednisone suddenly side effects of prednisone withdrawal aspirin and prednisone diet while on prednisone'),(1104,276,'field_040512d','on'),(1105,277,'name','ThomasCic'),(1106,277,'email','nbnnfbd32323@atrimoney.site'),(1107,277,'message','Мой опыт с приворотом, могу оставить только хороший отзыв - приворот по фотографии отзывы \r\n \r\nЖиву я в большом городе, и найти среди кучи «магов» хорошего, трудно. Намучилась я с этим очень. И как бывает, все решается на пьяную голову. Сидели с двоюродной сестрой, поведала ей свою проблему с мужем и о бесконечных поисках магов. Она очень удивилась, что я сразу не стала искать человека с Якутии или другого региона Дальнего востока – это можно сказать родина многих сильных шаманов и колдунов. \r\nПорекомендовала мага, с которым сама работала. Поработала с ним и я. \r\nПоэтому хотела бы написать отзыв о привороте на мужа, проведенном магом Романом Петровичем. \r\n___________________________________________________________________________ \r\nЯ хочу поделиться своим опытом использования услуг мага Романа Петровича с сайта https://cmag666.ru Ватсап 8 (984) 286-12-65 \r\n___________________________________________________________________________ \r\nПеред тем, как обратиться к нему, моя ситуация с мужем казалась мне безвыходной. Наш брак испытывал серьезные трудности, и наши отношения становились все более напряженными. \r\nМой муж, с которым мы прожили много лет, казался мне все более отстраненным и равнодушным. Он уходил в себя, избегал общения, а наши разговоры становились все реже и поверхностнее. Я испытывала огромную боль от того, что наша семья распадается, и что я теряю своего мужа. В итоге он еще и любовницу завел. \r\nПосле долгих раздумий и поиска решения проблемы, я решила обратиться к магу Роману Петровичу за помощью. \r\nОн провел для меня приворот на мужа – на все ушло 5 дней, и еще дал ряд простых рекомендаций, которым нужно было следовать до получения результата. Последовали дни ожидания \r\nНа 5 день после проведения приворота я почувствовала изменения в поведении мужа. Он стал проявлять больше внимания и заботы, мы снова начали общаться и находить общие интересы. Стали возвращаться чувства и заинтересованность мной как женщиной. Все быстро нормлизовалось в наших отношениях, с любовницей он порвал все контакты. \r\nСейчас, спустя несколько месяцев после проведения приворота, я вижу, что наш брак стал крепким, стабильным и счастливым, как и раньше! Мы с мужем снова чувствуем себя близкими и любящими людьми. \r\nЯ благодарна магу Роману Петровичу за его помощь и поддержку в трудный момент! \r\n \r\n============================================================================================================================================================================================== \r\n \r\nсайт ищут по тегам - проверенный приворот кто делал отзывы - приворот фильм отзывы 2021 - привороты на сигареты отзывы \r\nпривороты отзывы людей - отзывы о привороте на менструальную кровь отзывы на приворот две свечи \r\nпочему после приворота жертва избегает заказчика \r\nприворот на 2 свечи читать 9 дней \r\nчто хотят с помощью приворота \r\nдевочки подскажите человека в бийске чтобы снять приворот \r\nпроверенные маги настоящие \r\nвуду кинг даймонд \r\nкак приворот на фото сделать \r\nзамуж по привороту \r\nуслуги экстрасенсов москва'),(1108,277,'field_040512d','on'),(1109,278,'name','riWog'),(1110,278,'email','ophewa@mailcos.site'),(1111,278,'message','Венки и цветы для Анкудиновского кладбища или Оформление договора на захоронение Бутовское \r\n \r\nКак получить место на кладбище в МО \r\n \r\nhttps://ritualsm.ru/grob.html \r\n \r\nЕщё можно узнать: Престижные похоронные услуги Москва \r\n \r\nКремация с арендой траурного зала'),(1112,278,'field_040512d','on'),(1113,279,'name','DonaldDup'),(1114,279,'email','prrelease@chroniclenewstoday.com'),(1115,279,'message','Get the latest breaking news, sports, entertainment from Chronicle News Today. \r\n \r\nhttps://www.chroniclenewstoday.com/'),(1116,279,'field_040512d','on'),(1117,280,'name','betenseisp'),(1118,280,'email','aq74aqa@rambler.ru'),(1119,280,'message','Cool + for the post'),(1120,280,'field_040512d','on'),(1121,281,'name','StephenVek'),(1122,281,'email','rebecca_davisj2sp@hotmail.com'),(1123,281,'message','clasificación de los mejores sitios de citas de San Petersburgo \r\nsitios de citas de trabajo'),(1124,281,'field_040512d','on'),(1125,282,'name','ArcherpaguE'),(1126,282,'email','catch@bake.jsafes.com'),(1127,282,'message','Highly recommend this Phoenix carpet cleaner for their fast and friendly service! They did a fantastic job on my delicate wool carpet in the Biltmore area, removing dirt and allergens without damaging the fibers. \r\nprofessional carpet cleaning Phoenix 85031!'),(1128,282,'field_040512d','on'),(1129,283,'name','BillBonbuP'),(1130,283,'email','billbon@list.ru'),(1131,283,'message',''),(1132,283,'field_040512d','on'),(1133,284,'name','Kuzovdka'),(1134,284,'email','yanvorobey94@gmail.com'),(1135,284,'message','Всем хай. kuzovdetali - достойный ассортимент деталей и подбор автозапчастей для иномарок. Переходите на сайт для заказа новых и оригинальных запчастей на машину. Гарантия и доставка по Минску и области.'),(1136,284,'field_040512d',''),(1137,285,'name','glWog'),(1138,285,'email','newgbohig@mailcos.site'),(1139,285,'message','Новый люкс-комплекс будет открыт вблизи Шарм-эш-Шейха или Звенигород \r\n \r\nпеть караоке в Ярославле \r\n \r\nhttps://samoylovaoxana.ru/tag/guanchzhou/ \r\n \r\nЕщё можно узнать: как узнать серийный номер ноутбука lenovo \r\n \r\nНациональные парки'),(1140,285,'field_040512d','on'),(1141,286,'name','Alfonzordofak'),(1142,286,'email','randallbowersatyq39@gmail.com'),(1143,286,'message','Где Купить Амфетамин? САЙТ - KOKS24.CC Как Купить Амфетамин? САЙТ - KOKS24.CC \r\n \r\n \r\n \r\nКАК КУПИТЬ АМФЕТАМИН НА САЙТЕ - https://koks24.cc/ \r\n \r\nКАК ЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ - https://koks24.cc/ \r\n \r\nГДЕ ДОСТАВКА АМФЕТАМИНА В РУКИ - https://koks24.cc/ \r\n \r\nГДЕ ЗАКЛАДКА АМФЕТАМИНА ОНЛАЙН - https://koks24.cc/ \r\n \r\nТУТ ССЫЛКА В ТЕЛЕГРАММ - https://koks24.cc/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Где Купить Амфетамин В Москве и Питере\" \r\nГде Купить Амфетамин в Москве и Питере? \r\nКак Купить закладку Амфетамин в Москве и Питере? \r\nЦена на Амфетамин в Москве и Питере? \r\nКупить Амфетамин с Доставкой в руки в Москве и Питере? \r\nСколько Стоит Амфетамин в Москве и Питере? \r\nПочему так просто Купить Амфетамин закладкой в Москвеи Питере? \r\nГарантия на Амфетамин в Москвеи Питере? \r\nКупить Амфетамин с Гарантией? \r\nКруглосуточные магазины Амфетамин в Москве и Питере? \r\nОптовые и Розничные продажи Амфетамин в Москве и Питере? \r\nКупить Амфетамин в Москве и Питере через Телеграмм? \r\nЛучший Амфетамин Купить в Москве и Питере? \r\nКупить Амфетамин в Москве и Питере по скидке и хорошей цене? \r\nКупить Амфетамин в Москве и Питере через свой телефон или ноутбук можно легко? \r\nСколько где Амфетамин стоит цена? \r\nКак купить Амфетамин в Москве и Питере если нет очень много денег и нужно угостить девушку? \r\nС кем можно разделить грамм Амфетамин в Москве и Питере? \r\nНе плохой или хороший Амфетамин можно Купить в Москве и Питере на своей улице закладкой? \r\nАмфетамин Купить Где Москва и Питер ? \r\nОсновные теги - Купить Амфетамин в Москве, Купить Амфетамин в Новосибирске, Купить Амфетамин в Санкт-Петербурге, Купить Амфетамин в Екатеринбурге, Купить Амфетамин в Казани, \r\nКупить Амфетамин в Нижнем Новгороде, Купить Амфетамин в Красноярске, Купить Амфетамин в Челябинске, Купить Амфетамин в Уфе, Купить Амфетамин в Самаре, \r\nКупить Амфетамин в Ростове на Дону, Купить Амфетамин в Краснодаре, Купить Амфетамин в Омске, Купить Амфетамин в Воронеже, Купить Амфетамин в Перьми, Купить Амфетамин в Волгограде. \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(1144,286,'field_040512d','on'),(1145,287,'name','RobertDiups'),(1146,287,'email','davkryukoff@yandex.ru'),(1147,287,'message','https://clck.ru/36EvXM'),(1148,287,'field_040512d','on'),(1149,288,'name','AlbertCrake'),(1150,288,'email','o31w1ir6@yourmailz.com'),(1151,288,'message','Men dating men savoir faire out of, union, and the stunner of relationships in their own unique way. \r\nhttps://gayblowjob.tv/tags/gay-blowjob2/ \r\nIn a everyone that embraces diverseness and inclusivity, same-sex relationships have develop their place. Men who fixture men sail the joys and challenges of erection expressive connections based on authenticity and reciprocal understanding. They hallow love while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://bdsmporn.one/videos/761/sarah-simon-can-t-live-without-to-cheating-her-spouse-with-the-car-mechanic-lad-who-likes-to-dominate-his-obedient-floozy-and-copulates-her-gazoo-aperture-hard-until-this-babe-has-orgasms-and-that-babe-enjoys-that-part-two/ \r\nCommunication and fervent intimacy pleasure a essential task in their relationships, fostering positiveness and deepening their bond. As people progresses promoting conformity, it is significant to distinguish and regard the care shared between men dating men, embracing their unique experiences and contributions to the tapestry of anthropoid connections.'),(1152,288,'field_040512d','on'),(1153,289,'name','Josephmef'),(1154,289,'email','r4keta51@yandex.com'),(1155,289,'message','restauración de baños'),(1156,289,'field_040512d','on'),(1157,290,'name','Meganmug'),(1158,290,'email','ejejmypxq@xrumer3.dynainbox.com'),(1159,290,'message',''),(1160,290,'field_040512d','on'),(1161,291,'name','DanielkaVix'),(1162,291,'email','cooperhawkinsretv659@gmail.com'),(1163,291,'message','Купить Метамфетамин в Киеве? САЙТ - KOKS.TOP Купить Метамфетамин Киев? САЙТ - KOKS.TOP \r\n \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ МЕТАМФЕТАМИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Купить Метамфетамин в Киеве\" \r\nСколько Стоит Метамфетамин в Киеве в розницу? Кто обычно покупает Метамфетамин в Киеве? Как изготавливают Метамфетамин который можно купить в Киеве? \r\nСколько лет уже продают качественный Метамфетамин в Киеве закладками? Как можно купить Метамфетамин в Киеве с доставкой в руки? \r\nНадежность покупок Метамфетамин в Киеве с максимальной скоростью доставки товара в руки? Какой минимальный заказ покупки Метамфетамин в Киеве при заказе онлайн? \r\nСамый быстрый способ Купить Метамфетамин в Киеве без посредников? Купить Метамфетамин в киеве на прямую без третьих лиц? Сколько нужно грамм для употребления Метамфетамин в Киеве? \r\nМой друг знает где быстро Купить Метамфетамин в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно! \r\nЕсли есть желание покупать Метамфетамин в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Метамфетамин в Киеве? \r\nМетамфетамин в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков? Бесплатная доставка Метамфетамин в Киеве по средах каждого месяца! \r\nМелкие и крупные покупки Метамфетамин в Киеве, Оптом Метамфетамин в Киеве? В розницу Метамфетамин в Киеве? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки! \r\nЧелоек - Паук вместо паутины плетёт Метамфетамин нить, которую иногда можно перепутать с Метамфетамин в Киеве по самой доступной цене на этом узкопрофильном рынке! \r\nКаждая собака в Киеве знает где купить Метамфетамин на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских Метамфетаминовых весов? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Метамфетамин такого качества, что потом весь остальной Метамфетамин тв Киеве можно будет просто выкинуть в мусорку без сомнения? \r\nНаш Метамфетамин в Киеве- просто перчик? Про такой Метамфетамин в Киеве даже соченили уже репчик? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Метамфетамин в Киеве? \r\nМеня на улице спросили - Где же мы Можем Купить Метамфетамин в Киеве? И я с гордостью ответил - Метамфетамин в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Метамфетамин в Киеве. \r\nКакими способностями обладают люди, которые употребляют Метамфетамин в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Метамфетамин в Киеве чувствует прилив сил и бодрость! \r\nМне в замаскированной посылке привезли Метамфетамин в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно? \r\n \r\nОбщие Теги для Гугл бот - Купить Шишки в Киеве, Купить экстази в Киеве , Купить гашиш в Киеве, Купить мефедрон в Киеве, Купить экстази в Киеве, Купить МДМА в Киеве, \r\nКупить лсд в Киеве, Купить Амфетамин в Киеве, Купить скорость альфа ПВП в Киеве, Купить гидропонику в Киеве, Купить метамфетамин в Киеве, Купить эйфоретики в Киеве, \r\nКупить закладки в Киеве, Купить ШИШКИ закладкой в Киеве , Купить Стимуляторы в Киеве, Купить Галлюцыногены в Киеве. Тег окончен'),(1164,291,'field_040512d','on'),(1165,292,'name','SamuellaExogy'),(1166,292,'email','greteholck@gmail.com'),(1167,292,'message','Где Купить Екстази? САЙТ - KOKS24.CC Как Купить Екстази? САЙТ - KOKS24.CC \r\n \r\n \r\n \r\nКАК КУПИТЬ ЕКСТАЗИ НА САЙТЕ - https://koks24.cc/ \r\n \r\nКАК ЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ - https://koks24.cc/ \r\n \r\nГДЕ ДОСТАВКА ЕКСТАЗИ В РУКИ - https://koks24.cc/ \r\n \r\nГДЕ ЗАКЛАДКА ЕКСТАЗИ ОНЛАЙН - https://koks24.cc/ \r\n \r\nТУТ ССЫЛКА В ТЕЛЕГРАММ - https://koks24.cc/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Где Купить Екстази В Москве и Питере\" \r\nГде Купить Екстази в Москве и Питере? \r\nКак Купить закладку Екстази в Москве и Питере? \r\nЦена на Екстази в Москве и Питере? \r\nКупить Екстази с Доставкой в руки в Москве и Питере? \r\nСколько Стоит Екстази в Москве и Питере? \r\nПочему так просто Купить Екстази закладкой в Москвеи Питере? \r\nГарантия на Екстази в Москвеи Питере? \r\nКупить Екстази с Гарантией? \r\nКруглосуточные магазины Екстази в Москве и Питере? \r\nОптовые и Розничные продажи Екстази в Москве и Питере? \r\nКупить Екстази в Москве и Питере через Телеграмм? \r\nЛучший Екстази Купить в Москве и Питере? \r\nКупить Екстази в Москве и Питере по скидке и хорошей цене? \r\nКупить Екстази в Москве и Питере через свой телефон или ноутбук можно легко? \r\nСколько где Екстази стоит цена? \r\nКак купить Екстази в Москве и Питере если нет очень много денег и нужно угостить девушку? \r\nС кем можно разделить грамм Екстази в Москве и Питере? \r\nНе плохой или хороший Екстази можно Купить в Москве и Питере на своей улице закладкой? \r\nЕкстази Купить Где Москва и Питер ? \r\nОсновные теги - Купить Екстази в Москве, Купить Екстази в Новосибирске, Купить Екстази в Санкт-Петербурге, Купить Екстази в Екатеринбурге, Купить Екстази в Казани, \r\nКупить Екстази в Нижнем Новгороде, Купить Екстази в Красноярске, Купить Екстази в Челябинске, Купить Екстази в Уфе, Купить Екстази в Самаре, \r\nКупить Екстази в Ростове на Дону, Купить Екстази в Краснодаре, Купить Екстази в Омске, Купить Екстази в Воронеже, Купить Екстази в Перьми, Купить Екстази в Волгограде. \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Екстази в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метЕкстази в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(1168,292,'field_040512d','on'),(1169,293,'name','CyharlesSiZ'),(1170,293,'email','8gmm27vy@webfreemailz.com'),(1171,293,'message','Dating is a excursion that encompasses the deviltry of good samaritan ally, personal growth, and alluring discoveries. It is a process through which individuals traverse maudlin possibilities, getting to know each other on a deeper level. Dating allows people to part experiences, market ideas, and father expressive connections. \r\nhttps://erhe.me/tags/wanking/\r\n \r\nIn the monarchy of dating, a person encounters a different kind of emotions. There\'s the exhilaration of meeting someone new, the foreknowledge of a in the first place fixture, and the thrill of discovering stock interests and shared values. It is a ease of vulnerability and self-discovery as individuals public themselves up to the feasibility of love and companionship. \r\nhttps://desiporn.one/tags/hard-sex/\r\n \r\nStriking communication lies at the heart of dating, facilitating sympathy and appropriateness between two people. It involves running listening, honest declaration, and empathy, creating a room for authentic dialogue. Thoroughly communication, individuals can inquire their compatibility, interchange thoughts and dreams, and develop intensify a bottom of trust.'),(1172,293,'field_040512d','on'),(1173,294,'name','Lucilleopers'),(1174,294,'email','vsev.tchumakov@yandex.ru'),(1175,294,'message','https://clck.ru/36Evpf'),(1176,294,'field_040512d','on'),(1177,295,'name','Jameskab'),(1178,295,'email','k41arfqd@youremailglobal.com'),(1179,295,'message','Men dating men sample love, union, and the belle of relationships in their own unique way. \r\nhttps://thetranny.com/videos/58397/i-love-it-when-my-boyfriend-hard-bonks-sheboy-cuties/ \r\nIn a everyone that embraces range and inclusivity, same-sex relationships keep organize their place. Men who obsolete men sail the joys and challenges of structure meaningful connections based on authenticity and joint understanding. They hallow enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://twinkporn.one/videos/17123/good-looking-college-students-love-hot-sex-parties-with-deep-blowjob-and-hard-horny-sex/ \r\nCommunication and stirring intimacy pleasure a essential task in their relationships, fostering reliability and deepening their bond. As society progresses toward equality, it is distinguished to distinguish and particular the friendship shared between men dating men, embracing their together experiences and contributions to the tapestry of human connections.'),(1180,295,'field_040512d','on'),(1181,296,'name','Kevintinintit'),(1182,296,'email','corywilkinsonzplt17@gmail.com'),(1183,296,'message','Где Купить Лирику? САЙТ - KOKS24.CC Как Купить Лирику? САЙТ - KOKS24.CC \r\n \r\n \r\n \r\nКАК КУПИТЬ ЛИРИКУ НА САЙТЕ - https://koks24.cc/ \r\n \r\nКАК ЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ - https://koks24.cc/ \r\n \r\nГДЕ ДОСТАВКА ЛИРИКИ В РУКИ - https://koks24.cc/ \r\n \r\nГДЕ ЗАКЛАДКА ЛИРИКА ОНЛАЙН - https://koks24.cc/ \r\n \r\nТУТ ССЫЛКА В ТЕЛЕГРАММ - https://koks24.cc/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Где Купить Лирику В Москве и Питере\" \r\nГде Купить Лирику в Москве и Питере? \r\nКак Купить закладку Лирику в Москве и Питере? \r\nЦена на Лирику в Москве и Питере? \r\nКупить Лирику с Доставкой в руки в Москве и Питере? \r\nСколько Стоит Лирику в Москве и Питере? \r\nПочему так просто Купить Лирику закладкой в Москвеи Питере? \r\nГарантия на Лирику в Москвеи Питере? \r\nКупить Лирику с Гарантией? \r\nКруглосуточные магазины Лирику в Москве и Питере? \r\nОптовые и Розничные продажи Лирику в Москве и Питере? \r\nКупить Лирику в Москве и Питере через Телеграмм? \r\nЛучший Лирику Купить в Москве и Питере? \r\nКупить Лирику в Москве и Питере по скидке и хорошей цене? \r\nКупить Лирику в Москве и Питере через свой телефон или ноутбук можно легко? \r\nСколько где Лирику стоит цена? \r\nКак купить Лирику в Москве и Питере если нет очень много денег и нужно угостить девушку? \r\nС кем можно разделить грамм Лирику в Москве и Питере? \r\nНе плохой или хороший Лирику можно Купить в Москве и Питере на своей улице закладкой? \r\nЛирику Купить Где Москва и Питер ? \r\nОсновные теги - Купить Лирику в Москве, Купить Лирику в Новосибирске, Купить Лирику в Санкт-Петербурге, Купить Лирику в Екатеринбурге, Купить Лирику в Казани, \r\nКупить Лирику в Нижнем Новгороде, Купить Лирику в Красноярске, Купить Лирику в Челябинске, Купить Лирику в Уфе, Купить Лирику в Самаре, \r\nКупить Лирику в Ростове на Дону, Купить Лирику в Краснодаре, Купить Лирику в Омске, Купить Лирику в Воронеже, Купить Лирику в Перьми, Купить Лирику в Волгограде. \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Лирику в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метЛирику в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(1184,296,'field_040512d','on'),(1185,297,'name','Richardhog'),(1186,297,'email','mam.mkiialeksy@gmail.com'),(1187,297,'message','Hola, si estás leyendo esto, ¡entonces mi publicidad está funcionando! \r\nOfrezco listas de correo en foros, libros de visitas, formularios de comentarios y mucho más. \r\nHigh-quality run of your website, advertisements or offers! \r\nIncrease traffic and audience coverage of my telegram for communication @bgmany'),(1188,297,'field_040512d','on'),(1189,298,'name','Monschalidixscegaimi'),(1190,298,'email','monschalidisce@gmx.com'),(1191,298,'message',''),(1192,298,'field_040512d','on'),(1193,299,'name','RodneyHen'),(1194,299,'email','cipriano63@schuetz72.hexagonaldrawings.com'),(1195,299,'message','скачать казино brillx \r\nhttps://brillx-kazino.com \r\nBrillx Казино — ваш уникальный путь к захватывающему миру азартных игр в 2023 году! Если вы ищете надежное онлайн-казино, которое сочетает в себе захватывающий геймплей и возможность играть как бесплатно, так и на деньги, то Брилкс Казино — идеальное место для вас. Опыт непревзойденной азартной атмосферы, где каждый спин, каждая ставка — это шанс на большой выигрыш, ждет вас прямо сейчас на Brillx Казино!Brillx Казино - это не только великолепный ассортимент игр, но и высокий уровень сервиса. Наша команда профессионалов заботится о каждом игроке, обеспечивая полную поддержку и честную игру. На нашем сайте брилкс казино вы найдете не только классические слоты, но и уникальные вариации игр, созданные специально для вас.'),(1196,299,'field_040512d','on'),(1197,300,'name','Joycejab'),(1198,300,'email','teepe-masiejczyk@bradd97.lumbermilltricks.com'),(1199,300,'message','онлайн казино покердом \r\nhttp://forum.anime.org.ua/bbs/showthread.php?p=103296 \r\nИграть онлайн в слоты на реальные деньги на PokerDom Casino — это как путешествие в мир страсти и азарта, где каждый спин барабанов превращает обыденность в огненное вращение страстей. Покердом Казино понимает, как важно для игрока ощущать вкус выигрыша, и поэтому у нас представлены только самые качественные и лицензионные автоматы.Добро пожаловать в увлекательный мир азарта и возможностей на официальном сайте PokerDom Casino! Здесь каждый игрок — как путешественник, готовый исследовать безграничные просторы слотов и испытать свою удачу в поисках богатства. Покердом Казино приглашает вас скачать клиент на ПК и окунуться в потрясающий мир лицензионных автоматов, где каждый спин барабанов может изменить вашу жизнь.'),(1200,300,'field_040512d',''),(1201,301,'name','Christinael'),(1202,301,'email','christinael@officialstarz.com'),(1203,301,'message','Ηellоǃ\r\nРеrhaps mу mеssаgе is toо sрeсіfiс.\r\nBut mу оlder ѕiѕtеr found a wondеrful man hеrе and they have а greаt rеlаtіоnѕhіp, but what аbout mе?\r\nI am 24 yеars old, Christіna, from the Czeсh Reрublіc, know Engliѕh languаgе alѕо\r\nΑnd... better tо saу іt immediately. I am biѕexual. I аm nоt ϳeаlоus of аnother wоmаn... eѕpecіаllу if wе mаkе lоvе tоgеther.\r\nАh уeѕ, Ι сook verу tаsty! аnd I lоvе nоt оnlу сооk ;))\r\nIm real girl and loоkіng for serіous аnd hоt relatіоnѕhіp...\r\nΑnуwау, уou сan find my prоfіlе here: http://encr.pw/UsQZS'),(1204,301,'field_040512d','on'),(1205,302,'name','Robertvinee'),(1206,302,'email','odwace_ylzr73824@diigo.site'),(1207,302,'message',''),(1208,302,'field_040512d','on'),(1209,303,'name','GeorgeIdeft'),(1210,303,'email','frank@luck.jsafes.com'),(1211,303,'message','Text Inmate \r\nhttps://www.contactmeasap.com/'),(1212,303,'field_040512d','on'),(1213,304,'name','ElliottGancy'),(1214,304,'email','chanellelowen14@gmail.com'),(1215,304,'message',''),(1216,304,'field_040512d','on'),(1217,305,'name','GeorgeScele'),(1218,305,'email','vikup-spb@gmail.com'),(1219,305,'message','Выкуп квартиры в кратчайшие сроки. Быстрая оценка стоимости и помощь в подготовке документов. Помощь с переездом. \r\n \r\nвыкуп квартиры с обременением'),(1220,305,'field_040512d','on'),(1221,306,'name','Wgdfiskymn'),(1222,306,'email','sborpisemall@gmail.com'),(1223,306,'message','Аккаунты tik tok ads usa \r\nAccounts buy tiktok account'),(1224,306,'field_040512d','on'),(1225,307,'name','Martageoni'),(1226,307,'email','martinkanowak@gmail.com'),(1227,307,'message',''),(1228,307,'field_040512d','on'),(1229,308,'name','Randalledisk'),(1230,308,'email','pressrelease@huffingtonposttoday.com'),(1231,308,'message','Read the latest headlines, news stories, and opinion from Politics, Entertainment, Life, Perspectives, and more. \r\n \r\nhttps://www.huffingtonposttoday.com'),(1232,308,'field_040512d','on'),(1233,309,'name','StevenEsoma'),(1234,309,'email','aq40aqa@rambler.ru'),(1235,309,'message','Thanks, I\'ve been looking for this for a long time'),(1236,309,'field_040512d','on'),(1237,310,'name','adAwsmealo'),(1238,310,'email','iuns.ki.ygi.pert.oni.k@gmail.com'),(1239,310,'message','porno pov teens \r\n \r\nhttps://www.psx-place.com/proxy.php?link=https://tubesweet.com/\r\nhttps://ctcs-vvm.ru/bitrix/redirect.php?goto=https://tubesweet.com/\r\nhttps://m.moonquilt.co.kr/member/login.html?noMemberOrder=&returnUrl=httpstubesweet.com\r\nhttps://www.sagliknet.gen.tr/hata-bildir/?url=https://tubesweet.com/'),(1240,310,'field_040512d','on'),(1241,311,'name','Angerce'),(1242,311,'email','kajg.an87@gmail.com'),(1243,311,'message','testosterone gel for men Can I order prescription medications through a virtual doctor visit.'),(1244,311,'field_040512d','on'),(1245,312,'name','Meganmug'),(1246,312,'email','uooturrex@xrumer3.dynainbox.com'),(1247,312,'message',''),(1248,312,'field_040512d','on'),(1249,313,'name','KylieQuawn'),(1250,313,'email','shreyapazajz@hotmail.com'),(1251,313,'message',''),(1252,313,'field_040512d','on'),(1253,314,'name','Natademia'),(1254,314,'email','woodthighgire1988@gmail.com'),(1255,314,'message','¡Oye, estoy aburrido! Mis contactos: https://lovevoyager.page.link/Zi7X'),(1256,314,'field_040512d',''),(1257,315,'name','Eric Jones'),(1258,315,'email','ericjonesmyemail@gmail.com'),(1259,315,'message','Hi elconferencista.com Webmaster.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - elconferencista.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across elconferencista.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=elconferencista.com'),(1260,315,'field_040512d','on'),(1261,316,'name','Richardjoulp'),(1262,316,'email','pressrelease@jackpotbetonline.com'),(1263,316,'message','We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nhttps://www.jackpotbetonline.com/'),(1264,316,'field_040512d','on'),(1265,317,'name','ppu-prof_kt'),(1266,317,'email','90207342@seo-ul.store'),(1267,317,'message','Наша группа искусных специалистов готова предлагать вам новаторские методы, которые не только обеспечивают прочную протекцию от холодильности, но и дарят вашему домашнему пространству элегантный вид. \r\nМы занимаемся с последовательными средствами, заверяя продолжительный запас использования и отличные эффекты. Изолирование внешней обшивки – это не только экономия ресурсов на подогреве, но и забота о окружающей среде. Энергоспасающие подходы, каковые мы производим, способствуют не только твоему, но и поддержанию природной среды. \r\nСамое важное: Утепление фасадов за 1 кв у нас начинается всего от 1250 рублей за кв. м.! Это бюджетное решение, которое превратит ваш хаус в настоящий теплый угол с минимальными затратами. \r\nНаши достижения – это не лишь теплоизоляция, это создание пространства, в где каждый элемент выражает ваш личный моду. Мы возьмем во внимание все ваши запросы, чтобы воплотить ваш дом еще еще больше теплым и привлекательным. \r\nПодробнее на https://www.ppu-prof.ru \r\nНе откладывайте заботу о своем ларце на потом! Обращайтесь к экспертам, и мы сделаем ваш дом не только комфортнее, но и более элегантным. Заинтересовались? Подробнее о наших делах вы можете узнать на портале. Добро пожаловать в обитель комфорта и качественной работы.'),(1268,317,'field_040512d','on'),(1269,318,'name','Geraldteape'),(1270,318,'email','jeffnguyen55025@outlook.com'),(1271,318,'message','https://avto-dublikat.ru/'),(1272,318,'field_040512d','on'),(1273,319,'name','Briandiord'),(1274,319,'email','ma.x.a.me.dsh.a2@gmail.com'),(1275,319,'message','https://www.ibm.com'),(1276,319,'field_040512d','on'),(1277,320,'name','KerryKS'),(1278,320,'email','sugarwork78@gmail.com'),(1279,320,'message','Incredible news! We\'ve discovered an incredible tool to streamline your file management on your server.\r\nBy incorporating FileBrowser, you can:\r\n\r\nEnhance your file management experience with its intuitive web interface, allowing easy browsing, uploading, moving, copying, and deleting of files without complex commands or FTP clients.\r\nRetrieve your files from anywhere via the internet, eliminating the need to be physically present near the server.\r\nFacilitate file sharing by generating temporary download links or granting restricted access to specific files or folders.\r\nAnd the best part? It\'s free and open-source, with low resource consumption and easy installation on Docker for smooth transfers and updates.\r\nDon\'t miss out on this opportunity to effortlessly manage your server files. Contact us to get started now!\r\n\r\nhttps://webmoney.surge.sh/posts/filebrowser/'),(1280,320,'field_040512d','on'),(1281,321,'name','Eric Jones'),(1282,321,'email','ericjonesmyemail@gmail.com'),(1283,321,'message','Hello elconferencista.com Webmaster. I just found your site, quick question…\r\n\r\nMy name’s Eric, I found elconferencista.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://rushleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=elconferencista.com'),(1284,321,'field_040512d','on'),(1285,322,'name','3D_joSa'),(1286,322,'email','quofreephminspi1976@bushka345.store'),(1287,322,'message','Transform Your Ideas into Reality with a 3D Printer \r\n3d printer for sale https://3d-ruyter53.ru/ .'),(1288,322,'field_040512d','on'),(1289,323,'name','glWog'),(1290,323,'email','tiotanoodlins@mailcos.site'),(1291,323,'message','путешествие в Марокко или Курорты Чехии Марианские Лазни, Яхимов, Дарков и Карловы Вары \r\n \r\nГагры \r\n \r\nhttps://samoylovaoxana.ru/tag/vstrechi/ \r\n \r\nЕщё можно узнать: евро знак валюты фото \r\n \r\nПутешествия с рюкзаком'),(1292,323,'field_040512d','on'),(1293,324,'name','Victorzac'),(1294,324,'email','boris.1.98.0sec.en.ov@gmail.com'),(1295,324,'message',''),(1296,324,'field_040512d','on'),(1297,325,'name','Duaneflego'),(1298,325,'email','tyoustovoxad1982@mailopenz.com'),(1299,325,'message','семена воронеж интернет магазин семена 66 интернет магазин екатеринбург \r\nкупить семена дешевые семена магазины в москве https://tsvetocnaya-polyana.ru заказ семян через интернет семена 19 \r\nсады россии заказать семена'),(1300,325,'field_040512d','on'),(1301,326,'name','Stephenvioro'),(1302,326,'email','w.o.odmm432@gmail.com'),(1303,326,'message',''),(1304,326,'field_040512d','on'),(1305,327,'name','Bryanemini'),(1306,327,'email','g.u.a0.2.39.2.8@gmail.com'),(1307,327,'message','Нордовый автовокзал в Кишиневе - это не просто транспортный узел, но и истинная врата для путников, открывающая мир вероятностей и комфортабельного движения. Находящийся в красочном регионе города, этот вокзал становится отправной точкой для тыщ путешественников каждый день. \r\n \r\nСовременная Инфраструктура: https://forum.bocu.ro/viewtopic.php?p=80768 \r\nНордовый автовокзал известен собственной прогрессивной и многофункциональной инфраструктурой. Здесь любая составную часть бережно обмыслена, дабы сделать поездки для пассажиров очень максимально удобными. Современные здания, четко выстроенные платформы, информационные табло - все это делает атмосферу надежности и профессионализма. \r\n \r\nБогатое Расписание: \r\nОдним из ключевых превосходства Северного автовокзала считается богатое расписание маршрутов и регулярные отправления в различные направления. Независимо от такого как, расчитываете ли вы поездку в Московские города, на курортные пляжи либо в маленькие домашние города, тут всегда найдется удобный маршрут. \r\n \r\nУют Ожидания: \r\nОжидание отправления превращается в приятное время спасибо удобным зонам отдыха, кафе и магазинам, предлагающим разнообразные продукты и предложения. Путники имеют все шансы насладиться свежайшими напитками, перекусить в уютных кафе или приобрести необходимые в проезжей части продукты. \r\n \r\nЗащищенность и Организация: \r\nНордовый автовокзал придает огромное значение безопасности и организации. Система защищенности на высочайшем уровне, и пассажиры могут быть убеждены в собственном благополучии. Также, конкретно выстроенные системы инфы и обслуживания проделывают процесс организации поездок очень максимально обычным и эффективным. \r\n \r\nУдобное Сообщение с Мегаполисом: \r\nСеверный автовокзал находится в комфортной близости от основных транспортных трасс и общественного транспорта. Это обеспечивает легковесный доступ и отличную транспортную связь с разными частями мегаполисы, что творит его удобным выбором для пассажиров. \r\n \r\nЗаключительные Слова: \r\nНордовый автовокзал в Кишиневе - это не просто пространство отправления и прибытия, это точка старта для новых приключений и открытий. Здесь любой путник имеет возможность почувствовать заботу о собственном комфорте и безопасности, а еще насладиться роскошным выбором маршрутов. Встречайте свежие горизонты с Северным автовокзалом!'),(1308,327,'field_040512d','on'),(1309,328,'name','Stacey Wilter'),(1310,328,'email','99hookups@gmail.com'),(1311,328,'message',''),(1312,328,'field_040512d','on'),(1313,329,'name','ttaletwwvi'),(1314,329,'email','jhukcpgeh@guyclearsecso.online'),(1315,329,'message','multistate essay exam descriptive essay my house essays writing how to site an essay how long is a short essay'),(1316,329,'field_040512d','on'),(1317,330,'name','IrinaPLARP'),(1318,330,'email','oleg.lebedevuvs@yandex.ru'),(1319,330,'message','https://clck.ru/36EvjW'),(1320,330,'field_040512d','on'),(1321,331,'name','RonaldObets'),(1322,331,'email','ftfyuyguyg@gmail.com'),(1323,331,'message','https://t.me/gaz_matriks'),(1324,331,'field_040512d','on'),(1325,332,'name','Stephenvioro'),(1326,332,'email','wo.odm.m43.2@gmail.com'),(1327,332,'message',''),(1328,332,'field_040512d','on'),(1329,333,'name','cvWog'),(1330,333,'email','gravzeicer@mailcos.site'),(1331,333,'message','Африканская королева или Пять изумительных озёр Казахстана, на которых стоит отдохнуть \r\n \r\nотдых в Азии \r\n \r\nhttps://samoylovaoxana.ru/rossiiane-otdyhaushie-v-tyrcii-doljny-byt-gotovy-k-evakyacii-iz-otelei/ \r\n \r\nЕщё можно узнать: знак евро на клавиатуре mac \r\n \r\nВизовая информация'),(1332,333,'field_040512d','on'),(1333,334,'name','KylieQuawn'),(1334,334,'email','shreyapazajz@hotmail.com'),(1335,334,'message',''),(1336,334,'field_040512d','on'),(1337,335,'name','Angerce'),(1338,335,'email','kajg.an87@gmail.com'),(1339,335,'message','buying priligy Are there pills that should be taken with specific cultural traditions.'),(1340,335,'field_040512d','on'),(1341,336,'name','RobertoPlusa'),(1342,336,'email','165vbbvropuy4654@mops777.fun'),(1343,336,'message','Нашему бренду важно, чтобы он был представлен в лучшем свете. SEO-Ezoterica ru гарантирует качественную работу и положительный результат!'),(1344,336,'field_040512d','on'),(1345,337,'name','Robertkag'),(1346,337,'email','vikup-sp1b@gmail.com'),(1347,337,'message','Мы закроем ипотеку в любом банке за один день, даже если у вас просрочка по платежам. \r\n \r\nвыкуп жилья с долгами'),(1348,337,'field_040512d','on'),(1349,338,'name','AlbertCrake'),(1350,338,'email','lmkqzbs5@yourmailz.com'),(1351,338,'message','Men dating men sample love, connecting, and the stunner of relationships in their own incomparable way. \r\nhttps://desiporn.one/ \r\nIn a everyone that embraces diverseness and inclusivity, same-sex relationships have develop their place. Men who date men navigate the joys and challenges of edifice relevant connections based on authenticity and joint understanding. They consecrate charity while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://ca3h.com/ \r\nCommunication and stirring intimacy have a good time a momentous place in their relationships, fostering reliability and deepening their bond. As people progresses towards justice, it is important to distinguish and regard the friendship shared between men dating men, embracing their incomparable experiences and contributions to the tapestry of anthropoid connections.'),(1352,338,'field_040512d','on'),(1353,339,'name','CyharlesSiZ'),(1354,339,'email','mvwwaihy@webfreemailz.com'),(1355,339,'message','Dating is a junket that encompasses the enchanting of human ally, slighting excrescence, and alluring discoveries. It is a method to which individuals explore maudlin possibilities, getting to recall each other on a deeper level. Dating allows people to appropriate experiences, market ideas, and fashion consequential connections. \r\nhttps://squirting.world/tags/dildos/\r\n \r\nIn the realm of dating, undivided encounters a different range of emotions. There\'s the exhilaration of get-together someone trendy, the foreknowledge of a in the first place date, and the quivering of discovering stale interests and shared values. It is a stretch of vulnerability and self-discovery as individuals unreserved themselves up to the feasibility of inclination and companionship. \r\nhttps://ca3h.com/tags/skinny-gay/\r\n \r\nEffectual communication lies at the essence of dating, facilitating competence and appropriateness between two people. It involves acting listening, ethical language, and empathy, creating a range on trustworthy dialogue. Thoroughly communication, individuals can explore their compatibility, exchange thoughts and dreams, and raise a foundation of trust.'),(1356,339,'field_040512d','on'),(1357,340,'name','HoustonPap'),(1358,340,'email','ib8481.786@gmail.com'),(1359,340,'message',''),(1360,340,'field_040512d','on'),(1361,341,'name','CanliKew'),(1362,341,'email','rtx_fl06@rambler.ru'),(1363,341,'message','+ за пост \r\n_________________ \r\nsahadan canli iddaa sonuclari bayi ekrani com - iddaa bayilik başvuru formu 2018'),(1364,341,'field_040512d','on'),(1365,342,'name','PillsVob'),(1366,342,'email','iunskiygipertonik@gmail.com'),(1367,342,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/7wC5m1Id \r\nhttps://homex.ru/bitrix/rk.php?goto=https://true-pill.top/\r\nhttps://trudyagadv.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://marketb.kr/member/login.html?noMemberOrder&returnUrl=https://true-pill.top/\r\nhttps://moretrade.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttp://conny-grote.de/url?q=https://true-pill.top/\r\n \r\n \r\nBelasperdal\r\nDolium\r\nPirorheum\r\nEnaprel\r\nLecimar\r\nLysuron\r\nDiaglim\r\nPeptosol\r\nTiasar\r\nSfrowasa\r\nPenalox\r\nDerfin\r\nTriquilar ed\r\nCrixan-od\r\nKidz\r\nAldezol\r\nForexine\r\nOvidon\r\nHistadine\r\nAluline\r\nMirzaten\r\nIslopir\r\nTevacycline\r\nAliviodol\r\nLosan d\r\nKalmicetine\r\nPiroftal\r\nDuoplavin\r\nKlaider\r\nVilbinitan\r\nClarus\r\nPrazopress\r\nAcifar\r\nGeloderm\r\nLocid\r\nAzafalk\r\nZostine\r\nAtrizin\r\nGabateva\r\nNifelat'),(1368,342,'field_040512d','on'),(1369,343,'name','PillsVob'),(1370,343,'email','iunskiygipertonik@gmail.com'),(1371,343,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/7wC5m1Id \r\nhttp://baimeizhuang.com/export.php?url=https://true-pill.top/\r\nhttps://xn--55-emcep.xn--p1ai/bitrix/redirect.php?event1=&event2=&event3=&goto=https://true-pill.top/\r\nhttps://strimat.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://www.google.com.pg/url?q=https://true-pill.top/\r\nhttp://shop.lynx.pw/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://true-pill.top/\r\n \r\n \r\nOdanostin\r\nSelegiline\r\nTavor\r\nPentacol\r\nDexacom\r\nApo-metoclop\r\nFungomax\r\nTopirat\r\nFargem\r\nDoksy\r\nLoion\r\nStada\r\nLacalmin\r\nAvernol\r\nSpirola\r\nKefamast\r\nFuro-ct\r\nNeurolax\r\nOlanzapina\r\nMonocor\r\nApo-amlodipine\r\nUropan\r\nTrenlin\r\nPiperamycin\r\nLorano\r\nIremofar\r\nTahor\r\nBactexina\r\nFenitoina\r\nKemiderm\r\nMedkiron\r\nNeuritorl c\r\nElepril\r\nLorson\r\nPonstel\r\nOzo\r\nUrever\r\nSitagliptin\r\nBelivon\r\nPrandil'),(1372,343,'field_040512d','on'),(1373,344,'name','GeorgeHek'),(1374,344,'email','vic.to.ri.aojimai.d.o.k.o.9.1.@gmail.com'),(1375,344,'message','ebay auction site selling company names best ed medications instagram logo png hd images pc wallpaper'),(1376,344,'field_040512d','on'),(1377,345,'name','EugeneBiz'),(1378,345,'email','mer.te.r.s.el.20.23.20.23@gmail.com'),(1379,345,'message','I can not take part now in discussion - there is no free time. I will be free - I will necessarily express the opinion. \r\n \r\nmindfulness \r\nmmfporn.com/tags/bunnies/ \r\n@456FgDDY8'),(1380,345,'field_040512d','on'),(1381,346,'name','JeffreyJeday'),(1382,346,'email','R.odri.g.u.e.z.L.indse.y.5.0.4@gmail.com'),(1383,346,'message','https://www.ibm.com'),(1384,346,'field_040512d','on'),(1385,347,'name','QnzjrgNib'),(1386,347,'email','Simone8810pgl@support.galaday.click'),(1387,347,'message','I was in reality itching to treat some wager some change on some sports matches that are circumstance right now. I wanted to disillusion admit you guys know that I did twig what I ruminate on to be the kindest locate in the USA. \r\n If you destitution to confound in on the engagement, verify it out-moded: Gambling Pro'),(1388,347,'field_040512d','on'),(1389,348,'name','MaynardGok'),(1390,348,'email','ambermister82@hotmail.com'),(1391,348,'message','Привет, дорогой читатель! \r\n \r\nБывало ли у вас такое, что приходилось писать дипломную работу в крайне ограниченные сроки? Это действительно требует огромной ответственности и напряженных усилий, но важно не опускать руки и продолжать активно заниматься учебными процессами, чем я и занимаюсь. \r\nДля тех, кто умеет искать и анализировать информацию в интернете, это действительно облегчает процесс согласования и написания дипломной работы. Не нужно тратить время на посещение библиотек или устраивать встречи с дипломным руководителем. Здесь, на этом ресурсе, предоставлены надежные данные для заказа и написания дипломных и курсовых работ с гарантией качества и доставкой по России. Можете ознакомиться с предложениями по ссылке купить диплом университета, это проверено! \r\n \r\nкупить диплом ссср\r\nкупить диплом магистра\r\nкупить диплом университета\r\nкупить диплом в Москве\r\nкупить диплом Вуза\r\n \r\nЖелаю каждому прекрасных оценок!'),(1392,348,'field_040512d','on'),(1393,349,'name','cvWog'),(1394,349,'email','permarsthampba@mailcos.site'),(1395,349,'message','Святые места Русской православной церкви или Турция и Египет не собираются чинить препятствий для туристов из РФ \r\n \r\nпутешествие по России на автомобиле \r\n \r\nhttps://samoylovaoxana.ru/tag/kvadroczikly/ \r\n \r\nЕщё можно узнать: вред и польза ананаса \r\n \r\nТуры выходного дня'),(1396,349,'field_040512d','on'),(1397,350,'name','Williamsor'),(1398,350,'email','seanatkins2003@slippmail.com'),(1399,350,'message',''),(1400,350,'field_040512d','on'),(1401,351,'name','Oannaism'),(1402,351,'email','zbllftxxoOl@bobbor.store'),(1403,351,'message','Сериал про космос - сериал звездные врата смотеть онлайн'),(1404,351,'field_040512d',''),(1405,352,'name','Philipmox'),(1406,352,'email','shimul.i.sla.m0583@gmail.com'),(1407,352,'message','Перевозка грузов – ключевой компонент прогрессивной логистики, обеспечивающий передвижение продуктов от изготовителей к потребителям. Это сложный и ответственный процесс, на кот-ый оказывают большое влияние огромное количество моментов, и его успешное воплощение настятельно просит профессионального расклада. \r\n \r\nРазнообразие Типов Транспорта: \r\nПеревозка грузов предоставляют разнообразие вариантов транспортировки в зависимости от на подобии груза, расстояния и времени доставки. Автомобильные перевозки обеспечивают гибкость и быструю доставку, железнодорожные грузоперевозки эффективны для крупногабаритных и массовых грузов, а морские и авиаперевозки разрешают окутать дальние рынки. \r\n \r\nПрофессиональные Грузовые Компании: \r\nПодходящее заключение для удачных перевозки грузов – это сотрудничество с проф грузовыми компаниями. Специалисты в этой области предоставляют глубокий спектр предложений, начиная от планирования маршрутов и упаковки грузов, заканчивая отслеживанием и обеспечением безопасности в пути. \r\n \r\nБезопасность и Страхование: \r\nБезопасность грузов – ценность для грузовых компаний. Современные технологии отслеживания и мониторинга обеспечивают неизменный контроль за движением грузов, а страхование грузов разрешает минимизировать риски возможных потерь либо повреждений. \r\n \r\nГибкость и Адаптивность: http://forum.lundin.ro/showthread.php?tid=152 \r\nСфера перевозки грузов требует гибкости и адаптивности к переменам в рыночных условиях и потребностях клиентов. Профессиональные грузовые компании владеют ресурсами для действенной реакции на динамические конфигурации и обеспечивания посетителей необходимой гибкостью в проекте предложений и тарифов. \r\n \r\nЭкологическая Устойчивость: \r\nСовременные тренды в грузоперевозках придают значение экологической стойкости. Многие компании энергично внедряют эффективные тс, другие информаторы энергии и стратегии для понижения воздействия на окружающую среду. \r\n \r\nЭффективное Управление Логистикой: \r\nГрузоперевозки содержат в себе не только физическое движение грузов, да и управление всем логистическим ходом. Эффективная логистика – это синхронизация всех этапов доставки, начиная от складского учета и заканчивая точной доставкой на место назначения. \r\n \r\nЗаключение: \r\nПеревозка грузов – это неотъемлемая часть современной торговли и экономики. Профессиональные грузовые фирмы, владея опытом и ресурсами, обеспечивают надежность и безопасность для ваших грузов, предоставляя глубокий диапазон услуг от планирования до доставки.'),(1408,352,'field_040512d','on'),(1409,353,'name','Bryanemini'),(1410,353,'email','jack.s.mi.th.19.a.z@gmail.com'),(1411,353,'message','Нордовый автовокзал в Кишиневе - это не просто транспортный узел, да и истинная врата для путешественников, открывающая мир возможностей и комфортабельного перемещения. Расположенный в красочном районе мегаполисы, данный вокзал становится исходный точкой для тысяч путников ежедневно. \r\n \r\nПрогрессивная Инфраструктура: https://primarie.halleykm.md/forum/162/garanordmd-poarta-ctre-cltorii-unice-i-aventuri-pline-de-descoperiri \r\nНордовый автовокзал известен собственной прогрессивной и многофункциональной инфраструктурой. Тут любая деталь бережно обмыслена, дабы сделать поездки для пассажиров максимально комфортными. Современные строения, четко выстроенные платформы, информационные табло - все это создает атмосферу надежности и профессионализма. \r\n \r\nБогатое Расписание: \r\nОдним из ключевых преимуществ Северного автовокзала является богатое расписание маршрутов и регулярные отправления в разные направления. Независимо от того, расчитываете ли вы поездку в Московские города, на курортные пляжи либо в небольшие домашние мегаполисы, тут практически постоянно найдется комфортный маршрут. \r\n \r\nКомфорт Ожидания: \r\nОжидание отправления превращается в приятное время благодаря удобным зонам развлечений, кафе и магазинам, предлагающим разнообразные товары и услуги. Путешественники имеют все шансы насладиться свежайшими напитками, перекусить в комфотрабельных кафе или приобрести нужные в дороге товары. \r\n \r\nЗащищенность и Организация: \r\nНордовый автовокзал придает большущее значение безопасности и организации. Система защищенности на высшем уровне, и пассажиры могут быть убеждены в собственном благополучии. Кроме того, конкретно выстроенные системы инфы и обслуживания делают процесс организации поездок максимально обычным и эффективным. \r\n \r\nКомфортное Известие с Мегаполисом: \r\nСеверный автовокзал располагается в комфортной близости от основных транспортных трасс и общественного транспорта. Это обеспечивает легкий доступ и отличную транспортную связь с различными частями мегаполисы, что творит его комфортным выбором для пассажиров. \r\n \r\nЗаключительные Слова: \r\nСеверный автовокзал в Кишиневе - это не просто пространство отправления и прибытия, это точка старта для новых приключений и открытий. Здесь любой путешественник имеет возможность ощутить заботу о собственном комфорте и защищенности, а еще насладиться роскошным выбором маршрутов. Встречайте свежие горизонты с Северным автовокзалом!'),(1412,353,'field_040512d','on'),(1413,354,'name','Jameswrabs'),(1414,354,'email','dgdgdg545@mops777.fun'),(1415,354,'message','Я хочу поделиться своим опытом использования услуг частного специалиста по озонированию, которого я нашла по номеру 8 909 826 3556 (Комсомольск-на-Амуре), для решения проблемы с запахом пота в фитнес зале, где я тренируюсь регулярно. Несмотря на то, что администрация зала предпринимала меры для борьбы с этим запахом, он продолжал оставаться и мешать моему комфорту во время тренировок.\r\n\r\nПосле того, как я нашла контактный номер частного специалиста по озонированию, я решила связаться с ним и узнать, сможет ли он помочь в решении моей проблемы. С первого же звонка я почувствовала, что имею дело с профессионалом, который понимает, как важно избавиться от этого неприятного запаха.\r\n\r\nСпециалист был очень внимателен к моим проблемам и тщательно выслушал мои описания ситуации в фитнес зале. Он предложил приехать и осмотреть помещение, чтобы определить, какие меры необходимо принять для решения проблемы.\r\n\r\nКогда специалист прибыл, он был очень профессионален и дружелюбен. Он осмотрел фитнес зал, выявил проблемные зоны и предложил план действий. Мы договорились о дате и времени проведения озонирования.\r\n\r\nПроцесс озонирования прошел гладко и эффективно. Специалист использовал специализированное оборудование, чтобы распределить озон по всему залу. После завершения процесса я заметила значительное улучшение. Запах пота был полностью исчезнут, и воздух стал свежим и чистым.\r\n\r\nЯ очень довольна результатом и благодарна этому специалисту за его профессионализм и качество работы. Он помог решить проблему, с которой я боролась уже долгое время, и теперь мои тренировки в фитнес зале стали гораздо более приятными. Я определенно рекомендую услуги этого частного специалиста по озонированию всем, кто сталкивается с подобными проблемами. \r\n \r\n \r\nкак избавиться от запаха рыбы в квартире \r\nкак избавиться от запаха курева в квартире \r\nкак избавиться от запаха жареного в квартире \r\nкак избавиться от запаха рыбы в квартире \r\nпожары запах гари \r\nкак избавиться от запаха жареного в квартире \r\nкак убрать запах пожара \r\nзапах жареной рыбы в квартире'),(1416,354,'field_040512d','on'),(1417,355,'name','DonaldFax'),(1418,355,'email','s.cynthia.79@hotmail.com'),(1419,355,'message','Определяясь с Vodka Казино водка казино, вы выбираете не только место для игры, но и партнера, на которого можно полагаться, который гарантирует безопасность, конфиденциальность и массу положительных эмоций. Начните свое путешествие в мир азарта с Vodka Казино прямо сейчас!'),(1420,355,'field_040512d','on'),(1421,356,'name','WandaPep'),(1422,356,'email','wandaGom@gmai1.homes'),(1423,356,'message','I used to live not the present from the Abasan al-Kabira and when hell fell from firmament I was luckier than the people who lived there. \r\nMy monicker is وافي‎., I am a displaced person and I am raising prosperous to help. \r\nPlease if you can send a dollar saved to a Bitcoin billfold, do so. I will have a stab to send funds due to the fact that humanitarian aid to the victims in the Gaza Strip. \r\n \r\nBitcoin(BTC): bc1q4x8s3uw6gq67sakst5ngqcznznvwmzv8p6ktpr \r\nEthereum (ETH): 0xD236413ee5E9c1DBDdE2012595d4A3C38418C3bf \r\n \r\nIf you can\'t send funds, choose don\'t delete this despatch or send it to SPAM. Gladden impudent it to those who can send at least 1 dollar. \r\n \r\n \r\nكنت أعيش في مكان ليس ببعيد عن ШЁЩЉШЄ Шانون‎، وعندما سقطت الجحيم من السماء كنت أكثر حظًا من الناس الذين يعيشون هناك. \r\nاسمي سعد‎، أنا لاجئ وأقوم بجمع التبرعات للمساعدة. \r\nمن فضلك إذا كان بإمكانك إرسال الدولار الذي تدخره إلى محفظة بيتكوين، فافعل ذلك. سأحاول إرسال الأموال للمساعدات الإنسانية للضحايا في قطاع غزة. \r\n \r\nBitcoin(BTC): bc1q4x8s3uw6gq67sakst5ngqcznznvwmzv8p6ktpr \r\nEthereum (ETH): 0xD236413ee5E9c1DBDdE2012595d4A3C38418C3bf \r\n \r\nإذا لم تتمكن من إرسال الأموال، يرجى عدم حذف هذه الرسالة أو إرسالها إلى الرسائل الاقتحامية. يرجى إرسالها إلى أولئك الذين يمكنهم إرسال دولار واحد على الأقل.'),(1424,356,'field_040512d','on'),(1425,357,'name','AnthonyExcum'),(1426,357,'email','wragasearal1973@mailopenz.com'),(1427,357,'message','オンライン カジノは、プレイヤーが自宅にいながらにしてポーカー、ルーレット、ブラックジャック、スロットなどのギャンブル ゲームを楽しむ機会を提供する仮想プラットフォームです。 オンラインカジノは、アクセスのしやすさ、ゲームの種類の多さ、そして大金を獲得する機会があるため、年々人気が高まっています。 \r\n \r\nオンラインカジノの主な利点は、利便性とアクセスしやすさです。 プレイヤーは、通常のカジノの営業時間に制限されず、いつでもゲームを楽しむことができます。 必要なのは、インターネットにアクセスできるデバイスと、カジノのウェブサイトにアクセスできることだけです。 これにより、プレイヤーは従来のカジノによくありがちなストレスや緊張を感じることなく、快適な環境でプレイすることができます。 \r\n \r\nオンラインカジノのもう1つの利点は、ゲームの選択肢が豊富なことです。 ユーザーは、それぞれ独自のルールと勝利の機会を提供する何百もの異なるゲームから選択できます。 技術革新のおかげで、オンライン ゲームのグラフィックとサウンドは高品質になり、プレイヤーは興奮と情熱の雰囲気に浸ることができます。 \r\n \r\nさまざまなゲームに加えて、オンライン カジノはプレーヤーにさまざまなボーナスやプロモーションも提供します。 これらは、スロットのフリースピン、プレイのための追加のお金、または貴重な賞品が得られる特別なトーナメントなどです。 このようなボーナスにより、勝利の可能性が高まり、ゲームがさらに楽しくなります。 \r\n \r\nもちろん、オンラインカジノでのプレイにはリスクがあります。 ギャンブルには依存性がある可能性があるため、自分の感情を監視し、支出をコントロールすることが重要であることを覚えておくことが重要です。 カジノはまた、責任あるゲーミングをサポートし、自己排除や賭け金制限の機会を提供します ポケモン スカーレット 攻略 \r\n \r\n全体として、オンライン カジノはギャンブル愛好家にとって便利でエキサイティングなエンターテイメントを提供します。 幅広いゲーム、ボーナスの選択肢があり、いつでもプレイできるため、世界中のプレイヤーの間で人気が高まっています。 ただし、責任あるゲームと、ゲームが単なる楽しみと娯楽の源であるように自分の行動を制御する能力について覚えておくことが重要です。'),(1428,357,'field_040512d','on'),(1429,358,'name','fghwr'),(1430,358,'email','sugarwork78@gmail.com'),(1431,358,'message','Incredible news! We\'ve discovered an incredible tool to streamline your file management on your server.\r\nBy incorporating FileBrowser, you can:\r\n\r\nImprove your file management experience with its intuitive web interface, allowing easy browsing, uploading, moving, copying, and deleting of files without complex commands or FTP clients.\r\nAccess your files from anywhere via the internet, eliminating the need to be physically present near the server.\r\nSimplify file sharing by generating temporary download links or granting restricted access to specific files or folders.\r\nAnd the best part? It\'s free and open-source, with low resource consumption and easy installation on Docker for smooth transfers and updates.\r\nDon\'t miss out on this opportunity to effortlessly manage your server files. Contact us to get started now!\r\n\r\nhttps://listings.surge.sh/posts/filebrowser/'),(1432,358,'field_040512d','on'),(1433,359,'name','Mike Baker'),(1434,359,'email','mikedywops@gmail.com'),(1435,359,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Baker'),(1436,359,'field_040512d','on'),(1437,360,'name','Iddaapooft'),(1438,360,'email','rtx_fl07@rambler.ru'),(1439,360,'message','Thanks, I\'ve been looking for this for a long time \r\n_________________ \r\noynanan iddaa maç sonuçları - iddaa hesaplama bahislopedi'),(1440,360,'field_040512d','on'),(1441,361,'name','Malcolmnum'),(1442,361,'email','vearonemma.nue.l0.1.73.2@gmail.com'),(1443,361,'message','У нас вы посчитаете все нужное - от высококачественных товаров до высокотехнологичных предложений. Наш каталог разнообразен, дабы ублаготворить всевозможные необходимости. \r\n \r\nПочему стоит приехать в наш вебсайт? \r\n \r\nШирокий ассортимент продукции: У нас вы обнаружите последние инновации и технологические заслуги в наших товарах и услугах. \r\n \r\nИнновации и качество: Мы гордимся этим, что предлагаем только лучшие решения. \r\n \r\nСпециальные предложения: Посещение нашего сайта - это вероятность первыми распознавать о специальных услугах, акциях и скидках. \r\n \r\nЭкспертные рекомендации и заметки: Мы делимся с вами экспертными советами, заметками и советами по использованию наших товаров. \r\n \r\nПользовательский опыт: Наш веб-сайт разработан с учетом вашего комфорта. Интуитивно понятный интерфейс, стремительная навигация и простота в использовании обеспечивают милый онлайн-опыт. \r\n \r\n собственно что вас ждет на нашем сайте? \r\n \r\nРазделы https://scor.md/pozdravlyaem-aleksandra-maczyuru/ - https://scor.md/pozdravlyaem-aleksandra-maczyuru/ \r\n \r\n: \r\n \r\nКаталог продуктов: Ознакомьтесь с нашим разнообразным ассортиментом. От товаров повседневного спроса до уникальных и эксклюзивных предложений - у нас есть все! \r\n \r\nУслуги: Узнайте о наших высокотехнологичных предложениях, предоставляемых профессиональными специалистами. \r\n \r\nБлог и заметки: Погрузитесь в мир экспертных советов и интересных материалов. Мы делимся информацией, которая поможет вам сделать правильный выбор и получить максимальную пользу от наших продуктов. \r\n \r\nОсобые предложения: Будьте в курсе промоакций и скидок. У нас периодически ведутся специальные мероприятия, приуроченные к различным мероприятиям. \r\n \r\nОбратная связь: Мы ценим ваше мнение. В разделе \"Оборотная связь\" вы можете оставить комменты, отзывы и задать вопросы. Ваше суждение важно для нас! \r\n \r\nКак воспользоваться вебсайтом? \r\n \r\nИзберите категорию: Перейдите в нужный раздел каталога либо услуг и выберите интересующий вас продукт или предложение. \r\n \r\nИсследуйте контент: Ознакомьтесь с интересными статьями и блогом, чтобы получить дополнительную информацию о продукции и услугах. \r\n \r\nДобавьте в корзину: Для покупок просто добавьте товар в корзину и следуйте инструкциям для оформления заказа. \r\n \r\nПодпишитесь на новости: Будьте в курсе всех событий, подписавшись на нашу рассылку. Получайте первыми информацию о новинках и промоакциях. \r\n \r\nОставьте отзыв: Поделитесь своим навыком с нашими продуктами и услугами. Ваши отзывы помогут другим клиентам сделать правильный выбор. \r\n \r\nВ заключение: \r\n \r\nМы приглашаем вас в наш виртуальный мир. Мы стремимся дать для вас не только продукцию и услуги высочайшего свойства, но и неповторимый опыт покупок. Приедете в наш вебсайт, и вы удостоверьтесь, что у нас есть все для вашего комфорта и ублажения. Приятных для вас открытий на страницах нашего веб-ресурса!'),(1444,361,'field_040512d','on'),(1445,362,'name','ppu-prof_kt'),(1446,362,'email','90365234@seo-ul.store'),(1447,362,'message','Наша бригада искусных мастеров проштудирована предлагать вам новаторские технологии, которые не только снабдят надежную оборону от мороза, но и подарят вашему коттеджу изысканный вид. \r\nМы функционируем с последними веществами, подтверждая долгосрочный продолжительность использования и замечательные решения. Утепление внешней обшивки – это не только экономия ресурсов на тепле, но и забота о окружающей природе. Энергоэффективные разработки, какие мы используем, способствуют не только личному, но и сохранению природных ресурсов. \r\nСамое центральное: Строительные расценки на утепление фасадов у нас начинается всего от 1250 рублей за м2! Это бюджетное решение, которое сделает ваш домашний уголок в реальный тепличный корнер с минимальными затратами. \r\nНаши труды – это не всего лишь изолирование, это разработка пространства, в где любой компонент преломляет ваш индивидуальный образ действия. Мы учтем все ваши просьбы, чтобы осуществить ваш дом еще еще более комфортным и привлекательным. \r\nПодробнее на www.ppu-prof.ru \r\nНе откладывайте занятия о своем жилище на потом! Обращайтесь к спецам, и мы сделаем ваш жилище не только уютнее, но и стильным. Заинтересовались? Подробнее о наших сервисах вы можете узнать на интернет-портале. Добро пожаловать в сферу гармонии и качественного исполнения.'),(1448,362,'field_040512d','on'),(1449,363,'name','AnnaKili'),(1450,363,'email','annaKili@pate-a-chou.com'),(1451,363,'message','¡Ноlа!\r\nMе dіsсulро роr еl mensаjе dеmаsiadо espесífіcо.\r\nMі nоvia у уo nоѕ amаmоs. Y todoѕ sоmоs genialеs.\r\nРerо... nесеsіtamоs un hombre.\r\nТenеmоѕ 26 viеjоs аñoѕ, dе Rumаnіа, tambіén sabemoѕ ingléѕ.\r\n¡Nunсa nos аburrimoѕǃ Y no ѕolo еn lа charla...\r\nМі nоmbre eѕ Аnnа, mi perfil еѕtá aquí: http://encr.pw/74uGr'),(1452,363,'field_040512d','on'),(1453,364,'name','Meganmug'),(1454,364,'email','lrpoqckkz@farironalds.com'),(1455,364,'message',''),(1456,364,'field_040512d','on'),(1457,365,'name','stewartsLub'),(1458,365,'email','frederickbaca1978@slippmail.com'),(1459,365,'message',''),(1460,365,'field_040512d','on'),(1461,366,'name','PromotionMuh'),(1462,366,'email','le.n.a.gopkalo73@gmail.com'),(1463,366,'message',''),(1464,366,'field_040512d','on'),(1465,367,'name','Avtoservis_uksn'),(1466,367,'email','vnwmvjmwnsn@gmail.com'),(1467,367,'message','Автосервис с богатым опытом работы \r\nАвтосервис ремонт авто tokyogarage.ru.'),(1468,367,'field_040512d','on'),(1469,368,'name','Mike Adrian'),(1470,368,'email','mikeDymn@gmail.com'),(1471,368,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Adrian\r\n \r\nMonkey Digital'),(1472,368,'field_040512d','on'),(1473,369,'name','Ronaldmah'),(1474,369,'email','googler@gmail.com'),(1475,369,'message','Hello! \r\n \r\nhttps://googler.com \r\n \r\nGood luck :)'),(1476,369,'field_040512d','on'),(1477,370,'name','GeorgeIdeft'),(1478,370,'email','georgeg@dig.oueue.com'),(1479,370,'message',''),(1480,370,'field_040512d','on'),(1481,371,'name','JasonSoice'),(1482,371,'email','hf6566y@mops777.fun'),(1483,371,'message','альмарель маг отзывы \r\nХозяйка оставила ключи у консьержки. Показав визитку, я поднялась на пятый этаж. Дверь легко открылась. Подозрительно легко. Не тратя время, я повернула к комнате — тёмной энергией тянуло оттуда. А ещё пахло ремонтом. Знаете: пыль, клей и оборванные обои.\r\n— У меня выгодное предложение, — говорю, не дожидаясь обвинений. — Давай ты сегодня готовишь ужин, а я целый вечер не буду обзывать тебя буханкой Глеба.\r\nСамое полное описание во всех подробностях - срочный приворот в домашних условиях с достаточно сильным и безопасным магическим воздействием.\r\n«Ты со мной лежишь в одной могиле. Мы с тобой на небе две звезды. Быть нам вместе или умереть. Права не даю, душу заберу».\r\nПосетители на летней веранде в Москве.\r\n \r\n \r\n \r\n \r\n \r\nмаг альмарель отзывы \r\nесли после приворота мужчина не хочет общаться \r\nмаг альмарель отзывы \r\nснять с сына приворот с помощью соли \r\nальмарель маг отзывы \r\nальмарель маг отзывы \r\n \r\n \r\nприворот на возвращение жены'),(1484,371,'field_040512d','on'),(1485,372,'name','Robertreexy'),(1486,372,'email','lionellagulyaeva19986022@mail.ru'),(1487,372,'message','\"Популярность стриминга на платформе Twitch\" \r\nкс киберспорт \r\nПлатформа стриминга Twitch стала одним из самых популярных онлайн-сервисов для трансляции видеоигр и общения с аудиторией. Стриминг стал центром внимания для миллионов зрителей и стримеров по всему миру, привлекая как профессиональных геймеров, так и аматоров. \r\n \r\nГлавной причиной популярности Twitch является его уникальная атмосфера, взаимодействие и беспрецедентная открытость сообщества. Стримеры имеют возможность создавать уникальный контент, включая трансляции игровых сессий, обсуждения новостей игровой индустрии и другие развлекательные мероприятия, в то время как зрители могут активно участвовать в общении, задавать вопросы и делиться своими впечатлениями. \r\n \r\nВажную роль в успехе Twitch играют эксклюзивные контракты с известными стримерами и партнерство с различными компаниями. Это позволяет платформе привлекать новых пользователей и создавать уникальный контент, удовлетворяющий интересы разнообразной аудитории. \r\nhttps://www.twitch.tv/alexxora \r\nкс киберспорт стрим \r\nСегодня Twitch стал не только платформой для стриминга игр, но и центром внимания для различных культурных и развлекательных событий, таких как музыкальные концерты, мероприятия по косплею и т.д. Это позволяет расширить аудиторию и привлечь новых пользователей, заинтересованных в разнообразии контента на платформе. \r\ncounter-strike 2 стрим \r\nС учетом этих факторов, Twitch остается лидером в мире стриминга и продолжает развиваться, предлагая уникальные возможности для стримеров и зрителей.'),(1488,372,'field_040512d','on'),(1489,373,'name','CDailyMor'),(1490,373,'email','cforday@inbox.lv'),(1491,373,'message','Merlin Chain Founder Believes Bitcoin Requires Layer-2 Networks More Than Ethereum In a recent interview, the Founder of Merlin Chain, a blockchain platform, expressed the belief that Bitcoin requires layer-2 networks more than Ethereum. As the debate around scalability continues, the Founder emphasized that Bitcoin\'s high transaction costs and slow confirmation times make it evident that layer-2 scaling solutions are crucial for its long-term viability. While Ethereum has its own scalability challenges, the Founder argued that its vibrant ecosystem has already embraced layer-2 solutions, such as the widely adopted Ethereum 2.0 upgrade. However, with Bitcoin\'s dominant market presence and increasing demand, the implementation of layer-2 networks would not only enhance transaction speed and lower fees but also help secure Bitcoin\'s position as the leading digital currency.\r\n9GAG CEO Snaps Up Stephen Chow NFT with 3,155% Premium. In a surprising move, the CEO of popular online platform 9GAG has recently made headlines as he purchased a non-fungible token (NFT) of Stephen Chow, the renowned actor and filmmaker, at a staggering 3,155% premium to its floor price. This unexpected acquisition has caused quite a stir in the NFT community, sparking discussions about the growing allure of digital collectibles and their increasing value in the market. With this bold purchase, the 9GAG CEO not only embraces the cultural influence of Stephen Chow but also showcases a deep belief in the potential of NFTs as a powerful investment opportunity.\r\nVolkswagen, one of the leading automotive manufacturers, has recently launched a new artificial intelligence company with the aim of revolutionizing prototype vehicle technology. Aptly named \"Volkswagen\'s New AI Company: Innovating Prototype Vehicle Tech,\" this venture signifies the company\'s commitment to staying at the forefront of technological advancements. By harnessing the power of AI, Volkswagen seeks to create cutting-edge prototype vehicle technologies that will not only enhance the driving experience but also pave the way for a more sustainable and autonomous future. With this bold move, Volkswagen is showcasing its dedication to innovation and its determination to shape the future of the automotive industry.\r\nCrypto-Lawmaker\'s Bid for 2025 Financial Services Committee Leadership: In a bold move that reflects the rising prominence of cryptocurrencies, a crypto-focused lawmaker has announced their intentions to lead the House Financial Services Committee in 2025. Recognizing the transformative power of digital currencies and blockchain technology, the candidate envisions a future where financial systems are decentralized, transparent, and secure. With an understanding of the potential risks and rewards of this emerging industry, the lawmaker aims to shape a regulatory environment that fosters innovation, while also safeguarding investors and consumers. This forward-thinking individual\'s bid for the committee leadership signals an important shift towards embracing the opportunities presented by the crypto world in reshaping the future of finance.\r\nEthereum\'s 20% Drop Fails to Dampen Investor Optimism. Ethereum\'s 20% drop fails to dampen investor optimism as they continue to remain bullish on the digital currency. Despite the significant decrease in price over the past week, investors believe that this dip presents a buying opportunity rather than a cause for concern. The faith in Ethereum stems from its strong underlying technology and widespread adoption, fueling the belief that its long-term potential will outweigh short-term volatility. With a resilient mindset, investors are seizing this chance to acquire more Ethereum at a discounted price, confident in its ability to bounce back and reach new heights in the future.\r\nCointelegraph Accelerator, a renowned platform supporting blockchain innovation, has made a groundbreaking decision by selecting Dojima Omnichain Network as the leading solution for achieving interoperability across various blockchain networks. Acknowledging the incessant challenges faced by decentralized technologies due to their fragmentary nature, Cointelegraph Accelerator believes that Dojima Omnichain\'s cutting-edge approach will bridge the gaps and enable seamless communication between diverse blockchain networks. Recognizing the significance of cross-network interoperability for unleashing the full potential of decentralized ecosystems, Cointelegraph Accelerator chooses Dojima Omnichain to pave the way towards a truly interconnected blockchain future. Cointelegraph Accelerator chooses Dojima Omnichain for Interoperability across Blockchain Networks.\r\nMetaMask, the popular cryptocurrency wallet, has taken a significant step towards ensuring the safety of its vast user base. With the introduction of security alerts for 30 million users on major blockchains, MetaMask aims to empower its users with real-time notifications. By actively monitoring suspicious activities and potential threats, MetaMask ensures its users remain informed about any potential risks. With this latest development, MetaMask reaffirms its commitment to bolstering security measures, providing a safer environment for its millions of users. \"MetaMask Introduces Security Alerts for 30M Users on Major Chains\" serves as a testament to the platform\'s dedication to user safety and further solidifies its position as a reliable and secure cryptocurrency wallet.\r\nUbisoft, a leading global video game publisher and developer, has recently made a significant move in the world of blockchain technology as it joins as a validator on the XPLA blockchain. This exciting development marks a crucial step towards blockchain adoption in the gaming industry, as Ubisoft embraces the decentralized nature of the XPLA blockchain to enhance its gaming ecosystem. By becoming a validator, Ubisoft not only demonstrates its commitment to innovation but also strengthens the security and integrity of transactions within the XPLA ecosystem. With Ubisoft\'s considerable expertise and resources, this collaboration holds immense potential for revolutionizing how games are created, distributed, and played, ushering in a new era of trust, transparency, and immutability. Ubisoft Joins as Validator on XPLA Blockchain signifies a remarkable milestone that sets the stage for a future where blockchain-powered gaming experiences become the norm.\r\nOpen-Source GPU Accelerator for ZK-Proof Protocols Released by Space and Time, marking a significant breakthrough in the field of secure computing. This innovative development seeks to enhance privacy and efficiency in cryptographic protocols by leveraging the power of Graphics Processing Units (GPUs). The newly introduced accelerator aims to provide a scalable and high-performance solution for Zero-Knowledge (ZK) proof protocols, enabling faster and more secure validation of confidential information. With this release, Space and Time further demonstrate their commitment to advancing technology for the benefit of secure data transmission, offering the open-source community an invaluable tool to revolutionize digital privacy.\r\nCCP, the renowned game developer behind the popular space MMO EVE Online, has recently unveiled exciting news for fans and blockchain enthusiasts alike. In a groundbreaking move, CCP has announced the release of a new blockchain game set in the EVE universe, bringing the beloved sci-fi universe to the decentralized world. With the reveal, CCP has also provided avid gamers with tantalizing game world details, ripe with immersive content and breathtaking visuals, promising an unforgettable gaming experience. Alongside this announcement, CCP has set the playtest dates, allowing dedicated players to get a sneak peek into the innovative fusion of blockchain technology and the EVE universe. As CCP unveils game world details and playtest dates for this groundbreaking venture, the future looks incredibly promising for EVE Online enthusiasts, blockchain aficionados, and gamers alike. CCP Unveils Game World Details and Playtest Dates for New Blockchain Game in EVE Universe.\r\nAlex Mashinsky, the renowned entrepreneur and founder of Celsius Network, has taken a decisive step as he forgoes \'conflict-free representation\' following mounting concerns about his legal representation. Acknowledging the potential risk associated with this decision, Mashinsky, known for his visionary leadership, has made the bold move to ensure his legal team is beyond reproach. With an unwavering commitment to transparency and integrity, Mashinsky has taken this unprecedented step to address any doubts surrounding his legal support. This action underlines his determination to uphold ethical standards, leaving no room for compromise in his pursuit of justice. Recognizing the gravity of the situation, Mashinsky\'s choice to wave \'conflict-free representation\' speaks volumes about his steadfast resolve to confront these lawyer concerns head-on. Alex Mashinsky forgoes \'conflict-free representation\' amid lawyer concerns.\r\nGet ready because an Upcoming Ethereum ETF Surprise may be knocking on our doors sooner than we anticipate. As the cryptocurrency market continues to evolve and gain mainstream attention, it seems that Ethereum, the second-largest cryptocurrency by market capitalization, is finally getting its shot at an ETF. With the success of Bitcoin ETFs, investors are eagerly awaiting the launch of an Ethereum ETF, which would provide them with a convenient way to invest in this revolutionary blockchain technology. As the anticipation builds, the rapid pace of developments in the cryptocurrency space suggests that this surprise may come sooner than we could have imagined.\r\nPro-XRP Lawyer Aims for Senate Seat with $1M Campaign Goal. With a strong belief in the benefits of digital currency and an unwavering determination, a pro-XRP lawyer has set his sights on a Senate bid. Confident in his abilities and passionate about promoting the potential of cryptocurrencies, this candidate has outlined an ambitious campaign goal of $1 million. Recognizing that financial support is crucial to conveying his message effectively, he aims to rally backers who share his vision of a future powered by blockchain technology. With this considerable campaign budget in mind, the lawyer is poised to take on the challenges ahead and make a lasting impact on the world of politics.\r\nIn response to the recent turbulence in the market, MakerDAO has implemented Temporary Fee Adjustments during Market Volatility to ensure stability for its decentralized stablecoin platform. MakerDAO, a decentralized autonomous organization facilitating the issuance of the stablecoin Dai, believes it is vital to adapt to the ever-changing market conditions to ensure the sustainability of its platform. These temporary fee adjustments aim to maintain the stability of the Dai peg and mitigate potential risks associated with market volatility. By implementing these adjustments, MakerDAO reaffirms its commitment to providing a reliable and secure ecosystem for users navigating the dynamic cryptocurrency landscape.\r\nAccording to a recent JPMorgan survey, institutions are enthusiastically embracing artificial intelligence (AI) in trading, as they believe it presents an unprecedented opportunity for success in an increasingly complex market. The survey revealed that institutions are doubling down on AI, recognizing its potential to enhance decision-making, improve efficiency, and ultimately increase profits. With the theme \"Institutions Embrace AI in Trading: JPMorgan Survey,\" it is evident that the financial industry is wholeheartedly embracing this transformative technology, positioning themselves at the forefront of innovation and advancement in the trading landscape.\r\nRecord $2.85B Profit in Q4: Tether\'s Success Driven by T-Bills Tether, the leading provider of stablecoin solutions, has reported a staggering record profit of $2.85 billion in the fourth quarter, attributing its success to a strategic investment in US Treasury bills (T-bills). With the global economy experiencing unprecedented volatility, Tether\'s conservative and prudent approach to investing in ultra-safe T-bills has proven to be a masterstroke, enabling the company to not only weather the storm but also thrive. By opting for low-risk government securities, Tether has further solidified its position as the go-to stablecoin issuer in the digital asset space, fostering confidence and stability among investors. This groundbreaking achievement underscores Tether\'s commitment to transparency, innovative financial solutions, and the unwavering dedication to deliver exceptional value to its stakeholders.\r\nPlena Joins Cointelegraph Accelerator: Crypto Super App with Account Abstraction. Plena, a revolutionary crypto super app with the innovative feature of account abstraction, has recently joined the prestigious Cointelegraph Accelerator. This partnership aims to propel Plena\'s mission of revolutionizing the cryptocurrency ecosystem by providing users with a seamless, all-in-one solution for managing their digital assets. With account abstraction, Plena enables users to access multiple crypto accounts through a single interface, eliminating the need for tedious navigation between various wallets and exchanges. This exciting development showcases Plena\'s commitment to simplifying and democratizing the crypto experience, and their participation in the Cointelegraph Accelerator further solidifies their position as a leader in the industry.'),(1492,373,'field_040512d','on'),(1493,374,'name','Mike Clifford'),(1494,374,'email','mikeDymn@gmail.com'),(1495,374,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Clifford\r\n \r\nMonkey Digital'),(1496,374,'field_040512d','on'),(1497,375,'name','zubdokHeips'),(1498,375,'email','z.u.bdokt.orr.u@gmail.com'),(1499,375,'message',''),(1500,375,'field_040512d','on'),(1501,376,'name','Mike Bootman'),(1502,376,'email','mikedywops@gmail.com'),(1503,376,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Bootman'),(1504,376,'field_040512d','on'),(1505,377,'name','bkWog'),(1506,377,'email','tentclosagja@mailcos.site'),(1507,377,'message','путешествие по России или Горящие туры в Турцию \r\n \r\nСкальный монастырь во Львовской области \r\n \r\nhttps://samoylovaoxana.ru/tag/aleppo/ \r\n \r\nЕщё можно узнать: кровь cito что это \r\n \r\nГородской туризм'),(1508,377,'field_040512d','on'),(1509,378,'name','Waynefap'),(1510,378,'email','ghy6756@atrimoney.site'),(1511,378,'message','Безумно рада, что обратилась к Роману Петровичу с сайта https://cmag666.ru/ за помощью. Его профессионализм и умение сделать приворот мужчины привели к тому, что мой парень вернулся ко мне. Я очень довольна результатом и рекомендую его услуги всем, кто столкнулся с подобными проблемами. Номер телефона для связи: 8 (984) 286-12-65. \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n-кто делал привороты на мужчин отзывы \r\n-заказать приворот бесплатно \r\n-приворот на женатого мужчину кто делал отзывы \r\n-заказать приворот на деньги \r\n-привороты действуют ли на мужчину читать отзывы \r\n-приворот на парня без последствия в домашних условиях по фото на телефоне \r\n-реальные отзывы о приворотах на мужчину \r\n-как снять любовный приворот с мужчины молитвой дома \r\n-признаки приворота у мужчин отзывы \r\n-привороты на любовь мужчины на крещение \r\n-как влияет приворот на мужчин последствия отзывы \r\n-приворот по фото в телефоне \r\n-приворот на мужчину отзывы \r\n-как устранить врагов по магии вуду \r\n-привороты на мужчину отзывы \r\n-черная магия и вуду \r\n-приворот на мужчину отзывы кто привораживал как \r\n-смесь христианства и вуду куба \r\n-отзывы приворота мужчин \r\n-шарпей з голливуду \r\n-приворот на мужчину отзывы кто делал форум \r\n-приворот черный заказать'),(1512,378,'field_040512d','on'),(1513,379,'name','KeithGab'),(1514,379,'email','dfsfd34535rfedf@atrimoney.site'),(1515,379,'message','Встретившись на перекрестке жизни с непонятными поворотами судьбы, я поняла, что без помощи Романа Петровича с https://cmag666.ru/ я бы не справилась. Моя жизнь казалась полной темных туч, и я теряла последние нити надежды. Однако, когда я обратилась за помощью к Роману, моя жизнь начала меняться. Его умение в области магии и приворотов оказалось несравненным. С каждым днем я чувствовала, как моя судьба становится светлее и радостнее. Я благодарна ему за то, что он вернул мне мужчину моей мечты, и за то, что теперь я смогла взять свою жизнь под контроль. Роман Петрович - настоящий маг, способный сделать невозможное возможным. Номер телефона для связи: 8 (984) 286-12-65.\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n-сделаю приворот в саратове \r\n-настоящий маг россия \r\n-привороты в саратове отзывы \r\n-проверенные маги отзывы москва \r\n-черный приворот саратов \r\n-проверенные маги и колдуны \r\n-черный приворот саратов \r\n-колдуны форум проверенные маги \r\n-у кого в саратове сделать приворот \r\n-отзывы настоящих магов \r\n-приворот кто делает в саратове \r\n-проверенные маги настоящие \r\n-приворот девушки саратов \r\n-проверенные маги отзывы о них \r\n-белый приворот в саратове \r\n-проверенные настоящие маги \r\n-кто делает приворот в саратове \r\n-сильные настоящие маги \r\n-кто делал приворот в саратове отзывы \r\n-настоящие маги россия'),(1516,379,'field_040512d','on'),(1517,380,'name','Jamesnep'),(1518,380,'email','ib.6.5.0.34.9.5@gmail.com'),(1519,380,'message','Эй, компаньон! Например рад созидать тебя на нашем сайте! Ну, а в случае если ты сомневаешься, для чего тебе копаться здесь, то давай, разберемся совместно. \r\n \r\nДело нет никаких сомнений в том, собственно что мы здесь как твой лучший друг, практически постоянно готовы помочь! Не важно, собственно что за приключение ты собираешься начать – будь то освоение свежей темы, разведка нужных советов или просто заинтересованность к разным штукам – у нас ты найдешь все, собственно что нужно для вдохновения. \r\n \r\nПомнишь, как лучший друг практически постоянно держит за руку и поддерживает? Так вот, наш сайт – вточности такой же! Мы не просто предоставляем информацию, мы делаем комьюнити, где тебе предоставляется возможность делиться средствами мыслями, обсуждать принципиальные вопросы и просто чувствовать себя как жилища. \r\nhttps://alpha.prime-pc.md/good_info/67311 \r\n \r\n \r\nИ не забывай, собственно что мы тут тебе 24/7! Как твой надежный друг, мы практически постоянно рядом, чтобы помочь тебе освоиться в этом мире знаний и возможностей. \r\n \r\nИ не медли, приятель мой! Загляни на наш сайт и погрузись в интересное путешествие по морю новых знаний и приключений! Мы уже ждем тебя здесь с распростертыми объятиями!'),(1520,380,'field_040512d','on'),(1521,381,'name','DanabuP'),(1522,381,'email','alejan.d.r.a.g.r.im.sh.aw.@gmail.com'),(1523,381,'message',''),(1524,381,'field_040512d','on'),(1525,382,'name','Musickiz'),(1526,382,'email','brudermanni2024@gmail.com'),(1527,382,'message',''),(1528,382,'field_040512d','on'),(1529,383,'name','Keithsip'),(1530,383,'email','marveelouz.j.a.m.es.0.1.9.2@gmail.com'),(1531,383,'message','Слушай, приятель! Я в курсе, что ты размышляешь, зачем для тебя лазить по нашему веб-сайту, но давай-ка я расскажу тебе отчего это круто, а? \r\nhttps://electroplus.md/ro/paturi/pat-hera \r\n \r\n \r\n \r\n \r\n \r\nВо-первых, здесь ты посчитаешь вагон полезной инфы! Что бы ты ни находил - от советов по саморазвитию до лайфхаков для улучшения обстановки - у нас есть все, собственно что тебе надо(надобно) для становления и вдохновения. \r\n \r\nНо это еще не все! У нас здесь целое объединение, как клуб \"Без Карантина\", где ты можешь общаться с крутыми детьми, делиться средствами идеями и получать поддержку в каждой истории. \r\n \r\nА еще на нашем сайте практически постоянно что-то происходит! Акции, конкурсы, онлайн-мероприятия - в целом, все, дабы ты не соскучился и практически постоянно оставался в курсе самых новых тенденций. \r\n \r\nТак что, старина, не тяни кота за хвост! Загляни на наш вебсайт и выделяй совместно развиваться, знаться и развлекаться! Я уверен, ты здесь найдешь себе по-настоящему крутых друзей и море позитива!'),(1532,383,'field_040512d','on'),(1533,384,'name','Stephenlax'),(1534,384,'email','evreinova.fe@yandex.ru'),(1535,384,'message','Hello, cryptonauts! \r\n \r\nToday, I want to share an insider perspective with you. We have all journeyed through the worlds of Bitcoin, Ethereum, cute dogs and frogs pictures, trading, AMM, NFTs... But it\'s been a while since we encountered new acronyms that will \"definitely conquer the world”. \r\n \r\nLet me show you a fresh topic - the tokenization of real-world assets (RWA), in other words the conversion of real-world assets into crypto. For instance, think about tokenizing gold, precious metals, and real-estate assets. You might ask, what are the benefits? Tokenization gives opportunities to buy and transfer real world assets, as well as trade them on the crypto exchanges which we all are so used to. And then casually send those tokens through regular MetaMask. \r\n \r\nI have taken a look at what people are searching for on Google regarding this topic. Yes, the number of queries is currently low, but that only signals the beginning of this trend... which means, it\'s time to catch the wave. \r\n \r\nAut.finance \r\n \r\nCurrently there are approximately 80 platforms in the world that are experimenting in the field of RWA tokenization. Mostly, these are not yet crypto technologies but rather pilot projects aimed at understanding the legal aspects of RWA tokenization. Nevertheless, there are quite promising projects with highly experienced teams showing track records of their development which certainly looks trustworthy. I\'ve explored the Autentic.Capital project, looked through their social media, and prepared a brief insider info for you. \r\n \r\nThey are conducting a token sale of their AUT token, which offers many perks such as voting rights, discounts for launching/purchasing RWA projects. \r\nThey have launched the testnet of the platform, and judging by the internal details, their plans are highly ambitious. \r\nThey\'ve initiated a referral program with USDT payouts of up to 20%! \r\n \r\nThe AUT token is a utility token. They have issued 150 million tokens, and the second presale round is currently ongoing with a price of just 8 cents. The first listing is scheduled for May on p2b2b. You see what needs to be done, right? \r\n \r\nAut.finance \r\n \r\nHow to earn? \r\n \r\nReferral program: Currently single-tier, but rumors suggest they will soon release a two-tier system. \r\n \r\nStaking: They promise to unlock staking by the end of the month. \r\n \r\nBug hunting program: They recently distributed $12,000 to bug hunters and are preparing a second program. I even reached out to the winners, and they confirmed that the rewards were indeed transferred. \r\n \r\nAut.finance \r\n \r\nListing: Scheduled on May \r\n \r\nAirdrops: They haven\'t done any yet, which implies there will be for sure some in the future. \r\n \r\nCommunity: they are giving some bonuses and benefits regularly (for example, recently they had Zealy campaign, looks like it was a test and they were preparing for something bigger). \r\n \r\nIn a nutshell, I believe that tokenization of real assets is the next trend after Bitcoin. Liquidity, globality, transparency and security indicate the high potential of this area. Investing in a new promising AUT utility token today is an opportunity to get big profits in the future. \r\n \r\nFollow the link, sign up and start earning money with Autentic. \r\n \r\nAut.finance \r\n \r\nGreat weekend to everyone!'),(1536,384,'field_040512d','on'),(1537,385,'name','Vizroyax'),(1538,385,'email','guaviltartsexp@mail3go.ru'),(1539,385,'message','Интересно: Кабели для телефонов Baseus оптом или Чехлы для телефона Baseus оптом \r\n \r\nМожет быть полезным: Штативы и триподы оптом \r\n \r\nИнтересно посмотреть: заказать памятник или мусульманские памятники \r\n \r\nИнтересно узнать: согласование наружной рекламы на фасаде здания москва или проект вывески согласования \r\n \r\nЕщё можно узнать: \r\nФранция \r\nили \r\nкак узнать номер ноутбука'),(1540,385,'field_040512d','on'),(1541,386,'name','BhoblhNib'),(1542,386,'email','Laurette5840gdg@benefit.celebrationapp.click'),(1543,386,'message','I was genuinely itching to get some wager some well-to-do on some sports matches that are phenomenon fitting now. I wanted to disillusion admit you guys be familiar with that I did find what I consider to be the trounce locate in the USA. \r\n If you fall short of to pull down in on the action, check it out: best online gambling sites'),(1544,386,'field_040512d','on'),(1545,387,'name','ltaletefmh'),(1546,387,'email','hhyhoiwzg@guyclearsecso.online'),(1547,387,'message','stromectol 3 mg from colombia stromectol zonder recept stromectol colombia stromectol tГјrkiye stromectol 3 mg tablet'),(1548,387,'field_040512d','on'),(1549,388,'name','cvWog'),(1550,388,'email','tsavnerma@mailcos.site'),(1551,388,'message','достопримечательности Тбилиси или Джилы-Су. Водопад Султан \r\n \r\nВ отелях Сочи и Анапы почти не осталось номеров на период осенних каникул \r\n \r\nhttps://samoylovaoxana.ru/tag/dostoprimechatelnosti-tbilisi/ \r\n \r\nЕщё можно узнать: spinwin casino \r\n \r\nТуристические пакеты'),(1552,388,'field_040512d','on'),(1553,389,'name','Raymondwed'),(1554,389,'email','lehenbauersuzie33z@hotmail.com'),(1555,389,'message','Thiet ke noi that dep va cao cap thiet ke noi that'),(1556,389,'field_040512d','on'),(1557,390,'name','Donaldlob'),(1558,390,'email','iv.an.b.oris048@gmail.com'),(1559,390,'message','Слушай, наш сайт – это как твоя собственная сокровищница познаний и веселья! Тут ты можешь отыскать все, о чем лишь только мечтаешь: рекомендации по уходу за собой, идеи для творчества, рецепты вкусняшек причем даже секреты успешной карьеры! \r\nhttps://old.mama.md/topic/240701-primaria-soldanestimd-informacionnyy-portal-dlya-zhiteley-i-gostey-sholdenest/ \r\n \r\n \r\nХотя далеко не все! Мы здесь создали целое сообщество, где ты можешь общаться с единомышленниками, делиться средствами мыслями и получать поддержку в каждой истории. Ведь совместно веселее, верно? \r\n \r\nА еще у нас тут всегда что-то происходит! Промоакции, состязания, онлайн-мероприятия – ну ты сообразила, все, чтобы ты не скучала и практически постоянно ощущала себя в центре внимания! \r\n \r\nТак что не медли, подружка моя! Загляни на наш сайт и давай вместе погрузимся в увлекательный мир знаний, отдыха и неиссякающей дружбы! Я уверена, для тебя здесь понравится не ниже, чем в моей фирмы!'),(1560,390,'field_040512d','on'),(1561,391,'name','RobertAtock'),(1562,391,'email','qzoep68z@webmailwc.com'),(1563,391,'message','Men dating men savoir faire get a bang, connecting, and the stunner of relationships in their own unexcelled way. \r\nhttps://hentai0day.com/videos/1596/cartoon-porn-3d-porn/ \r\nIn a world that embraces range and inclusivity, same-sex relationships keep develop their place. Men who fixture men sail the joys and challenges of building meaningful connections based on authenticity and mutual understanding. They hallow enjoyment while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://zeenite.com/videos/173605/horny-mom-seduce-her-son-to-fuck-hard/ \r\nCommunication and stirring intimacy disport oneself a momentous role in their relationships, fostering positiveness and deepening their bond. As institute progresses promoting equality, it is important to acknowledge and particular the angel shared between men dating men, embracing their incomparable experiences and contributions to the tapestry of someone connections.'),(1564,391,'field_040512d','on'),(1565,392,'name','Danielpsync'),(1566,392,'email','winsatall.4ever@gmail.com'),(1567,392,'message',''),(1568,392,'field_040512d','on'),(1569,393,'name','Keithsip'),(1570,393,'email','marveelouzj.a.m.e.s.0192@gmail.com'),(1571,393,'message','Слушай, приятель! Я в курсе, что ты раздумываешь, зачем тебе лазить по нашему сайту, но давай-ка я расскажу тебе отчего это круто, а? \r\nhttps://www.rapitori.ro/forum/viewtopic.php?f=7&t=5574&p=794763 \r\n \r\n \r\n \r\n \r\n \r\nВо-первых, тут ты посчитаешь вагон нужной инфы! собственно что бы ты ни искал - от советов по саморазвитию до лайфхаков для совершенствования быта - у нас есть все, собственно что для тебя нужно для становления и вдохновения. \r\n \r\nХотя это еще не все! У нас здесь целое объединение, как клуб \"Без Карантина\", где тебе предоставляется возможность общаться с крутыми ребятами, делиться своими идеями и получать поддержку в любой истории. \r\n \r\nА еще на нашем веб-сайте всегда что-нибудь происходит! Акции, конкурсы, онлайн-мероприятия - в общем, все, дабы ты не соскучился и практически постоянно оставался в курсе самых новых направленностей. \r\n \r\nТак что, старина, не тяни кота за хвост! Загляни на наш вебсайт и давай вместе развиваться, знаться и веселиться! Я уверен, ты тут отыщешь для себя по-настоящему крутых друзей и море позитива!'),(1572,393,'field_040512d','on'),(1573,394,'name','travroyax'),(1574,394,'email','cubasfueper@mail3go.ru'),(1575,394,'message','Интересно: купить навесное оборудование для трактора или заказать прессподборщик \r\n \r\nМожет быть полезным: заказать пресс-подборщики или Заказать грабли ворошильные \r\n \r\n \r\nЕщё можно узнать: \r\nрусскоговорящий гид \r\nили \r\nанализ cito'),(1576,394,'field_040512d','on'),(1577,395,'name','Jamesnep'),(1578,395,'email','ib.6.5.0.3.49.5@gmail.com'),(1579,395,'message','Эй, приятель! Например счастлив видеть тебя на нашем сайте! Ну, а в случае если ты сомневаешься, зачем тебе копаться тут, то давай, разберемся совместно. \r\n \r\nДело нет никаких сомнений в том, собственно что мы здесь как твой самый близкий друг, всегда готовы помочь! Не имеет никакого значения, собственно что за приключение ты собираешься начать – будь то освоение новой темы, разведка нужных советов либо просто заинтересованность к разным штукам – у нас ты посчитаешь все, что нужно для вдохновения. \r\n \r\nПомнишь, как лучший друг всегда держит за руку и поддерживает? Итак вот, наш вебсайт – точно такой же! Мы не просто предоставляем информацию, мы делаем комьюнити, где ты можешь делиться средствами мыслями, обсуждать принципиальные вопросы и просто испытывать себя как дома. \r\nhttps://forum.club16.ro/viewtopic.php?t=287437 \r\n \r\n \r\nИ не запамятовай, что мы тут для тебя 24/7! Как твой надежный приятель, мы всегда вблизи, чтобы помочь для тебя акклиматизироваться в этом мире знаний и возможностей. \r\n \r\nИ не медли, приятель мой! Загляни на наш вебсайт и погрузись в увлекательное путешествие по морю свежих познаний и приключений! Мы уже ждем тебя здесь с распростертыми объятиями!'),(1580,395,'field_040512d','on'),(1581,396,'name','Zbioiskymn'),(1582,396,'email','sborpisem.a.ll@gmail.com'),(1583,396,'message','how often can you take generic cialis \r\ncialis generic difference \r\ntadalafil cialis generic \r\nsildenafil citrate 300 \r\nsildenafil citrate 200mg \r\nk-force vitamin \r\nhow effective is sildenafil 100mg \r\nduree sildenafil 100mg \r\ncan sildenafil citrate cause heart problems \r\nsildenafil citrate what is it used for'),(1584,396,'field_040512d','on'),(1585,397,'name','vtaletdwmz'),(1586,397,'email','zcnuyykeh@rambbarlumbsi.online'),(1587,397,'message','provigil how to get provigil expiration provigil erowid provigil modafinil 200mg why do pilots use provigil'),(1588,397,'field_040512d','on'),(1589,398,'name','AlbertCrake'),(1590,398,'email','uwsk7abf@yourmailz.com'),(1591,398,'message','Men dating men savoir faire tenderness, connection, and the belle of relationships in their own unmatched way. \r\nhttps://hentai0day.com/videos/21955/the-simpsons-hentai-marge-simpson-is-a-slutty-mom-and-bart-is-a-cuck-onlyfans-preview/ \r\nIn a everyone that embraces range and inclusivity, same-sex relationships have organize their place. Men who fixture men sail the joys and challenges of building expressive connections based on authenticity and reciprocal understanding. They hallow love while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://sexyfatmature.net/videos/7487/cutie-marilyn-compilation/ \r\nCommunication and stirring intimacy pleasure a essential place in their relationships, fostering assurance and deepening their bond. As system progresses promoting fairness, it is noted to distinguish and respect the love shared between men dating men, embracing their incomparable experiences and contributions to the tapestry of someone connections.'),(1592,398,'field_040512d','on'),(1593,399,'name','CyharlesSiZ'),(1594,399,'email','6jwlxlu1@webfreemailz.com'),(1595,399,'message','Dating is a go abroad that encompasses the deviltry of vulnerable connection, offensive growth, and alluring discoveries. It is a process to which individuals scrutinize maudlin possibilities, getting to know each other on a deeper level. Dating allows people to part experiences, truck ideas, and create expressive connections. \r\nhttps://twinkporn.one/videos/3992/18-year-old-femboy-maid-dancing-ankha-zone/\r\n \r\nIn the duchy of dating, undivided encounters a different range of emotions. There\'s the exhilaration of convention someone modish, the foreknowledge of a in the first place fixture, and the thrill of discovering garden interests and shared values. It is a ease of vulnerability and self-discovery as individuals obtainable themselves up to the plausibility of rapture and companionship. \r\nhttps://gay0day.com/\r\n \r\nEffective communication lies at the will of dating, facilitating understanding and connection between two people. It involves running listening, honest symbol, and empathy, creating a room representing authentic dialogue. From top to bottom communication, individuals can enquire into their compatibility, transfer thoughts and dreams, and build a groundwork of trust.'),(1596,399,'field_040512d','on'),(1597,400,'name','ttalettfde'),(1598,400,'email','obezvfsaz@georonbuzztal.online'),(1599,400,'message','generic zithromax over the counter zithromax is what what does zithromax treat what zithromax treats zithromax zmax'),(1600,400,'field_040512d','on'),(1601,401,'name','PierreSlani'),(1602,401,'email','faynema7@hotmail.com'),(1603,401,'message','The shortcut of quick money. The first deposit bonus is 200% - https://goo.su/YKWd42'),(1604,401,'field_040512d','on'),(1605,402,'name','Mike Black'),(1606,402,'email','mikeDymn@gmail.com'),(1607,402,'message','Howdy \r\n \r\nThis is Mike Black\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your elconferencista.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Black\r\n \r\nmike@strictlydigital.net'),(1608,402,'field_040512d','on'),(1609,403,'name','Keithsip'),(1610,403,'email','marveelou.zj.am.es0.1.92@gmail.com'),(1611,403,'message','Слушай, приятель! Я в курсе, собственно что ты раздумываешь, зачем для тебя лазить по нашему сайту, но давай-ка я поведаю для тебя отчего это круто, а? \r\nhttps://floriledalbe.md/florile-dalbe-nr-4-30-01-2020/ \r\n \r\n \r\n \r\n \r\n \r\nВо-первых, тут ты посчитаешь вагон полезной инфы! Что бы ты ни находил - от советов по саморазвитию до лайфхаков для улучшения обстановки - у нас есть все, собственно что тебе надо(надобно) для становления и вдохновения. \r\n \r\nХотя это еще не все! У нас тут целое объединение, как клуб \"Без Карантина\", где ты можешь знаться с крутыми ребятами, делиться средствами мыслями и получать поддержку в каждой истории. \r\n \r\nА еще на нашем сайте всегда что-то происходит! Промоакции, конкурсы, онлайн-мероприятия - в целом, все, чтобы ты не заскучал и всегда оставался в курсе самых свежих тенденций. \r\n \r\nТак что, старина, не тяни кота за задолженность! Загляни на наш вебсайт и давай вместе развиваться, знаться и развлекаться! Я уверен, ты здесь отыщешь себе на самом деле крутых приятелей и море позитива!'),(1612,403,'field_040512d','on'),(1613,404,'name','GloriaBrony'),(1614,404,'email','pqqsfgmmz@farironalds.com'),(1615,404,'message',''),(1616,404,'field_040512d','on'),(1617,405,'name','Mike Oakman'),(1618,405,'email','mikeToorropeblen@gmail.com'),(1619,405,'message','This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/ranking-in-the-maps-means-sales/ \r\n \r\n \r\nThanks and Regards \r\nMike Oakman\r\n \r\n \r\nPS: Want a ONE-TIME comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/'),(1620,405,'field_040512d','on'),(1621,406,'name','Larrydog'),(1622,406,'email','abugozomob776@gmail.com'),(1623,406,'message','En definitiva, Star Watch Fire es un juego que ha sabido conquistar a los amantes de la ciencia ficciГіn y la acciГіn con su emocionante propuesta de juego, sus espectaculares grГЎficos y su jugabilidad adictiva. Con una trama apasionante, personajes carismГЎticos y un universo rico y detallado, este juego promete horas de diversiГіn y emociГіn para todos aquellos que se atrevan a embarcarse en esta aventura espacial. ВЎPrepГЎrate para defender la galaxia en Star Watch Fire! Savanna Roar tragamonedas.'),(1624,406,'field_040512d','on'),(1625,407,'name','Jamesfum'),(1626,407,'email','fdrte53454@atrimoney.site'),(1627,407,'message','Был на грани отчаяния, когда обратился к магу Роману Петровичу с сайта https://nfkts545.ru за помощью в привлечении любви моей жизни. Его талант и преданность своему делу дали мне надежду. После проведенного ритуала я почувствовал, как наши отношения стали более гармоничными и стабильными. Теперь я уверен, что мы сможем преодолеть все трудности вместе. Спасибо за помощь в изменении нашей судьбы, Роман Петрович!\r\n\r\n \r\n \r\n \r\nнастоящий маг 8 (984) 286-12-65 \r\n \r\n \r\n \r\n \r\n- Где сделать и цена на приворот в Нефтеюганске отзывы \r\n- заговор на звонок мужчины читать белая \r\n- Объявление приворот в Нефтеюганске \r\n- Приворот сработал. Заказывала по ватсап 8 (984) 286-12-65 \r\n- привороженным как пишется \r\n- Любовная магия и приворот в Нефтеюганске \r\n- приворот на мужчину в домашних условиях читать \r\n- Приворот вернул отношения. Заказывала по ватсап 8 (984) 286-12-65 \r\n- Приворот жены в Нефтеюганске \r\n- черный приворот на деньги \r\n- Заказать приворот в Нефтеюганске отзывы \r\n- Хороший маг. Проводила обряд приворота удаленно по ватсап 8 (984) 286-12-65 . Результат хороший \r\n- как приворожить мальчика в домашних условиях читать \r\n- У кого сделать приворот в Нефтеюганске \r\n- как вернуть мужа магия'),(1628,407,'field_040512d','on'),(1629,408,'name','Jameskab'),(1630,408,'email','v4xmdcyd@youremailglobal.com'),(1631,408,'message','Men dating men savoir faire out of, union, and the beauty of relationships in their own unique way. \r\nhttps://thetranny.com/categories/shemale-fucks-guy/ \r\nIn a life that embraces distinctiveness and inclusivity, same-sex relationships keep organize their place. Men who date men sail the joys and challenges of erection substantial connections based on authenticity and reciprocal understanding. They revel enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://hentai0day.com/tags/hentai-game-gallery/ \r\nCommunication and fervent intimacy disport oneself a essential task in their relationships, fostering positiveness and deepening their bond. As system progresses toward conformity, it is important to recognize and respect the friendship shared between men dating men, embracing their together experiences and contributions to the tapestry of anthropoid connections.'),(1632,408,'field_040512d','on'),(1633,409,'name','LavillFab'),(1634,409,'email','revers@1ti.ru'),(1635,409,'message','esirna targeting mouse thap11 (esirna1) купить онлайн в интернет-магазине химмед \r\nTegs: anti-phospho-elk3 (pser357) купить онлайн в интернет-магазине химмед \r\nanti-phospho-enos (pser1176) купить онлайн в интернет-магазине химмед \r\nanti-phospho-enos (pser615) купить онлайн в интернет-магазине химмед \r\n \r\nesirna targeting mouse thap11 (esirna1) купить онлайн в интернет-магазине химмед https://chimmed.ru/products/esirna-targeting-mouse-thap11-esirna1-id=3794789'),(1636,409,'field_040512d','on'),(1637,410,'name','Musickiz'),(1638,410,'email','brudermanni2024@gmail.com'),(1639,410,'message','Эстрадные исполнители поражены: Андрей Вебер представил великолепную песню'),(1640,410,'field_040512d','on'),(1641,411,'name','PillsVob'),(1642,411,'email','iunskiygipertonik@gmail.com'),(1643,411,'message','TruePills, No prescription needed, Buy pills without restrictions. Money Back Guaranteed 30-day refunds. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/7wC5m1Id \r\nhttps://40.caiwik.com/index/download2?diff=0&darken=1&utm_source=og&utm_campaign=2564&utm_content=CID&utm_clickid=vcc88ww8sosk84c0&aurl=httpstrue-pill.top&pushMode=popup\r\nhttp://urbanics.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https://true-pill.top/\r\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=httptrue-pill.top\r\nhttps://sungari.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://ema-dv.ru:443/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://true-pill.top/\r\n \r\n \r\nFexofenadine\r\nEpimaz\r\nTricef\r\nRinosal\r\nVirucid\r\nPollakisu\r\nNephral\r\nNobesit\r\nRentibloc\r\nMinuslip\r\nPergotime\r\nBraintop\r\nMiglitol\r\nSpirolang\r\nSanalepsin\r\nPirom\r\nHista-x\r\nAzafalk\r\nAmermycin\r\nProgeron\r\nRilace\r\nHanalgeze\r\nSocalm\r\nTerbigen\r\nXoprin\r\nFysionorm\r\nTriconidazol\r\nAlefos\r\nParisilon\r\nDoxam\r\nKetoson\r\nDoxyphat\r\nPantocar\r\nConducil\r\nGlucofor-g\r\nZithrocin\r\nAtenolol\r\nOpam\r\nUrbol\r\nViagra'),(1644,411,'field_040512d','on'),(1645,412,'name','Phil'),(1646,412,'email','elconferencista.com@t-online.com'),(1647,412,'message','Good day \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nBest Wishes, \r\n\r\nPhil'),(1648,412,'field_040512d','on'),(1649,413,'name','LavillFab'),(1650,413,'email','revers@1ti.ru'),(1651,413,'message','anti-il-17 (ab1) купить онлайн в интернет-магазине химмед \r\nTegs: gpr56poly720373 100 ug купить онлайн в интернет-магазине химмед \r\ngpr58 taar2 antibody ea купить онлайн в интернет-магазине химмед \r\ngpr63 antibody, rabbit pab, antigen affinity purified купить онлайн в интернет-магазине химмед \r\n \r\nanti-il-17 (ab2) купить онлайн в интернет-магазине химмед https://chimmed.ru/products/anti-il-17-ab2-id=4075209'),(1652,413,'field_040512d','on'),(1653,414,'name','Shaneves'),(1654,414,'email','google202344sfdc@atrimoney.site'),(1655,414,'message','порча на смерть отзывы в Грузии - помощь мага nfkts545.ru 89842861265 \r\n \r\n \r\nЗаказывал услугу наведения порчи у мага Романа Петровича с https://nfkts545.ru 8 (984) 286-12-65, и не могу не отметить его профессионализм и ответственный подход к выполнению работы. Результаты были заметны уже через короткое время после проведения ритуала. Теперь я чувствую себя более защищенным и уверенным благодаря его помощи.\r\n\r\n \r\n \r\np:poa.pooceaa-poocee---poca-a-e В этом случае вам понадобится новые чашка с блюдцем и спички. Читая заговор на освобождение от оков сглаза, зажигайте спичку каждый раз, когда произносите имя вашего коллеги или сотрудника. Бросаете зажженной в кружку и оставляете там догорать. После этого разбиваете кружку и блюдце одним махом, осколки собираете и относите на работу. По возможности оставьте их там. Результаты кладбищенских обрядов достигаются очень скоро. Обычно такие обряды раскручиваются около 40 дней, возможно и меньше, и чуть больше. Свидетель колдовства. \r\n193 выпуск. Ошибки прошлого. 5. Как освободиться от проклятия? Исповедью. \"Если люди, пострадавшие от проклятия, осознав, что их прокляли, потому что они были в чем-то виновны, покаются, то все их беды прекратятся. Если тот, кто виновен, скажет: \"Боже, я сделал такую-то и такую-то несправедливость. Прости меня\", - и с болью, искренностью расскажет о своих грехах священнику на исповеди, то Бог простит его, ведь Он - Бог. Это касается и невинно пострадавших от чужой злобы, и тех, кого коснулся завистливый взгляд, называемый в народе сглазом\", - учит святой Паисий Святогорец. Дома поставьте на стол свечу, зажгите ее, положите рядом сладость, обведите ее по кругу мелом, двигая им слева направо и произнося следующий текст: 368 выпуск. Шептунья. \r\nТак же как беременная, больной ощущает тяжесть (одно из названий беременной - тяжелая, быть в тяжести): «О тяжести как признаке нечеловеческого мира свидетельствуют широко распространенные представления об «отягощенности» животных, имеющих хтоническую природу (например мышей)» , с. 57]. Увеличение объема и ощущение тяжести как признаки «беременности» могут быть как у испорченных женщин, так и у мужчин 3, с. 101]. Сами испорченные описывают свое болезненное состояние в тех же терминах, в которых описывается беременность, так крестьянка д. Смильково Трушковской волости Пошехонского уезда Ярославской губернии: «В желудке. была постоянная тяжесть, постоянно она чувствовала тошноту, бессонницу» 4, с. 201]. Колдунья привораживает к своей «страшной лицом» дочери красавца-пастуха. По народным представлениям, приворот - вид порчи: «Они, привороженные, мало живут, сохнут быстро» 5: № 211]. У «привороженного» растет живот, как у беременной женщины: «Стал мужик толстеть. Живот вырос -страх смотреть. Дышать тяжело стал. Думали, что помрет скоро» 5: № 211]. Находится «ненашенский дедусь» - «знающий», который вылечивает парня, извлекая порчу из его тела: «Много лягушек в печь поскидал». Приворот - самая ужасная. Василина Тема 04.05.2018 мансур мансуровская порча порча на смерть секач смертельная порча Ответы: 0 Раздел: Порча на исход. \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nпорча на смерть отзывы в Грузии - помощь мага nfkts545.ru 89842861265 \r\nзащита порчи смерть \r\nзаговоры на порчу и смерть в Грузии \r\nдревняя порча на смерть \r\nпорча на смерть моментальная \r\nвуду порча на смерть'),(1656,414,'field_040512d','on'),(1657,415,'name','AlbertCrake'),(1658,415,'email','nd4a4xyu@yourmailz.com'),(1659,415,'message','Men dating men sample out of, connection, and the dream of relationships in their own unexcelled way. \r\nhttps://zeenite.com/search/trke-altyazili-porno/ \r\nIn a life that embraces range and inclusivity, same-sex relationships from organize their place. Men who ancient men direct the joys and challenges of edifice substantial connections based on authenticity and joint understanding. They hallow enjoyment while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://xlilith.com/search/ariel-x-vs-aussie-muscle-barbie-evolved/ \r\nCommunication and stirring intimacy disport oneself a momentous task in their relationships, fostering assurance and deepening their bond. As system progresses towards equality, it is distinguished to distinguish and respect the care shared between men dating men, embracing their incomparable experiences and contributions to the tapestry of human connections.'),(1660,415,'field_040512d','on'),(1661,416,'name','HoustonPap'),(1662,416,'email','mulle.r.s.m.i.th75.1@gmail.com'),(1663,416,'message',''),(1664,416,'field_040512d','on'),(1665,417,'name','Larryjat'),(1666,417,'email','wyamsler6666@hotmail.com'),(1667,417,'message',''),(1668,417,'field_040512d','on'),(1669,418,'name','UbvpwcNib'),(1670,418,'email','Desanto6798eda@comfort.celebrationapp.click'),(1671,418,'message','I was really itching to get some wager some change on some sports matches that are happening auspicious now. I wanted to disillusion admit you guys know that I did twig what I consider to be the a-one site in the USA. \r\n If you want to bring back in on the action, verify it out of the closet: Click here'),(1672,418,'field_040512d','on'),(1673,419,'name','Trealdrek'),(1674,419,'email','trenaldnop@gmail.com'),(1675,419,'message','Детский спортивный комплекс для дома BambinoWood – прекрасный помощник для заботливых родителей, и лучшее место для игр и занятий их подвижных и любопытных малышей. Лёгкий, компактный и многофункциональный спортивный комплекс не требует дополнительной фиксации и прекрасно поместится даже в малогабаритной квартире, а его нейтральная расцветка позволит использовать его как для девочек, так и для мальчиков, и подойдёт для любого интерьера. Порадует вас и доступная цена этого качественного изделия, которое станет незаменимым атрибутом для вас и вашего ребёнка. Подробнее.Тренажер ПиТ. \r\nКупить тренажеры бубновского мтб.\r\nМанжеты для тренажеров.\r\nКупить уличные тренажеры по низким ценам.\r\n \r\nскат 3,0 м.Возрастной категории от 7 лет предлагаются на детские игровые площадки купить многофункциональные шведские стенки, турники, атлетические трапеции, брусья, уличные тренажёры, баскетбольные щиты, стойки для волейбола, ворота, судейские кресла. Представленные товары изготовлены исключительно из высококачественного, надежного цельного металлического профиля, экологически чистой деревостружечной плиты, первоклассных прочных полимеров, соответствующих всем стандартам производства подобных изделий.'),(1676,419,'field_040512d','on'),(1677,420,'name','Vonaldrek'),(1678,420,'email','vonaldnop@gmail.com'),(1679,420,'message','Такой материал, как дерево, отлично вписывается в любой интерьер и стиль. Спортивный комплекс из дерева будет не только хорошо смотреться в существующем интерьере, но и украшать и дополнять его. А вот металлические спортуголки способны выдерживать более серьезные нагрузки. Кроме того, при условии установки спорткомплекса на улице он, благодаря качественным покрытиям, более устойчив к непогодам.ВНИМАНИЕ! С 16 АПРЕЛЯ ПОВЫШЕНИЕ ЦЕН НА ПОТОЛОК бренда БАРД! \r\nТренажеры для улиц.\r\nКупить манжета для тяги.\r\nМанжеты для тренажеров.\r\n \r\nПрежде всего, стоит купить качели детские , без которых любая детская площадка кажется скучной и неполноценной. В нашем каталоге вы можете подобрать детские качели для улицы (например, модель Marian Plast - простые и удобные подвесные детские качели) или же качели детские для дома . Одна из самых любимых качелей для детей - детские напольные качели Ching-Ching , которая устанавливается на любую более или менее ровную поверхность. Сложно найти ребенка, который не приходил бы в восторг увидя детские качели для улицы. Кроме массы удовольствия, веселого времяпровождения в кругу ровесников, детские подвесные качели приносят много пользы – они помогают развить осанку, мышцы рук, ног, спины; развивают вестибулярный аппарат. Подвесные качели Джамбо Pilsan понравятся не только малышам, но и их родителям: качели компактны, безопасны, а также легко закрепляются на дереве или перекладине. Такие качели станут лучшим подарком детям от 1-го до 7-ми лет. Качели полностью безопасны, ребёнок удобно закрепляется в них, амплитуда раскачивания небольшая. Вам обязательно понравятся яркие качели Kettler доставят массу незабываемых моментов Вашему ребенку! Эти качели абсолютно безопасны, ребёнок удобно закрепляется в них, амплитуда раскачивания небольшая. Качели Kettler - это замечательный подарок для Вашего малыша! Игрушка выполнена из прочного экологически чистого пластика с соблюдением самых высоких стандартов безопасности, качели детские могут использоваться для дома.Деревянный уголок \"Кроша-1\"'),(1680,420,'field_040512d','on'),(1681,421,'name','ppu-pro_vab'),(1682,421,'email','71219584@seo-ul.store'),(1683,421,'message','Наша бригада квалифицированных мастеров предоставлена предъявить вам инновационные подходы, которые не только снабдят надежную протекцию от мороза, но и подарят вашему домашнему пространству стильный вид. \r\nМы эксплуатируем с последними строительными материалами, сертифицируя долгосрочный время службы и великолепные результаты. Изоляция фасада – это не только экономия ресурсов на огреве, но и ухаживание о экологии. Энергоэффективные подходы, какие мы внедряем, способствуют не только зданию, но и поддержанию природных ресурсов. \r\nСамое центральное: Утепление фасадов стоимость работ цена у нас стартует всего от 1250 рублей за кв. м.! Это доступное решение, которое преобразит ваш жилище в действительный комфортный корнер с скромными затратами. \r\nНаши проекты – это не всего лишь изолирование, это образование территории, в где каждый элемент символизирует ваш личный моду. Мы примем во внимание все твои потребности, чтобы осуществить ваш дом еще еще больше удобным и привлекательным. \r\nПодробнее на официальном сайте \r\nНе откладывайте труды о своем доме на потом! Обращайтесь к спецам, и мы сделаем ваш дворец не только уютнее, но и по последней моде. Заинтересовались? Подробнее о наших услугах вы можете узнать на интернет-портале. Добро пожаловать в обитель благополучия и качественной работы.'),(1684,421,'field_040512d','on'),(1685,422,'name','Mike Adderiy'),(1686,422,'email','mikedywops@gmail.com'),(1687,422,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Adderiy'),(1688,422,'field_040512d','on'),(1689,423,'name','JaViody'),(1690,423,'email','kiraseevitch@yandex.ru'),(1691,423,'message',''),(1692,423,'field_040512d','on'),(1693,424,'name','Robertemuri'),(1694,424,'email','aq105aqa@rambler.ru'),(1695,424,'message','Thanks, + \r\n_________________ \r\nигры в казино на реальные деньги'),(1696,424,'field_040512d','on'),(1697,425,'name','Jamesnep'),(1698,425,'email','omssonpa.usl.o.n79.66@gmail.com'),(1699,425,'message','Эй, компаньон! Так рад созидать тебя на нашем сайте! Ну, а если ты сомневаешься, для чего тебе копаться здесь, то давай, разберемся вкупе. \r\n \r\nДело нет никаких сомнений в том, собственно что мы тут как твой самый близкий друг, всегда готовы посодействовать! Не имеет никакого значения, собственно что за приключение ты собираешься начать – будь то освоение свежей темы, разведка нужных советов или просто заинтересованность к различным штукам – у нас ты найдешь все, собственно что надо(надобно) для вдохновения. \r\n \r\nПомнишь, как лучший друг практически постоянно держит за руку и поддерживает? Так вот, наш сайт – вточности такой же! Мы не просто предоставляем информацию, мы делаем комьюнити, где ты можешь делиться своими идеями, обсуждать принципиальные вопросы и просто чувствовать себя как жилища. \r\nhttps://tehnoprofilshop.md/catalog/truck_tires/maxell/super-ld7/4118/ \r\n \r\n \r\nИ не забывай, что мы здесь для тебя 24/7! Как твой надежный друг, мы всегда вблизи, дабы помочь для тебя освоиться в этом мире знаний и вероятностей. \r\n \r\nТак что не медли, приятель мой! Загляни на наш сайт и погрузись в увлекательное путешествие по морю новых познаний и приключений! Мы уже ожидаем тебя тут с распростертыми объятиями!'),(1700,425,'field_040512d','on'),(1701,426,'name','Donaldlob'),(1702,426,'email','a.4.0.0.29.17.2@gmail.com'),(1703,426,'message','Слушай, наш вебсайт – это как твоя собственная сокровищница познаний и праздника! Здесь тебе предоставляется возможность отыскать все, о чем лишь только мечтаешь: советы по уходу за собой, идеи для творчества, рецепты вкусняшек и даже секреты успешной карьеры! \r\nhttps://diasporaconnect.md/jobs/6c3ff932-b9c4-11ee-9a9a-901b0e9325fd \r\n \r\n \r\nХотя далеко не все! Мы тут сделали целое сообщество, где тебе предоставляется возможность знаться с единомышленниками, делиться средствами мыслями и получать поддержку в любой ситуации. Ведь совместно веселее, правильно? \r\n \r\nА еще у нас тут всегда что-то происходит! Промоакции, состязания, онлайн-мероприятия – ну ты сообразила, все, дабы ты не скучала и всегда чувствовала себя в центре внимания! \r\n \r\nТак что не медли, подружка моя! Загляни на наш сайт и выделяй вкупе погрузимся в интересный мир познаний, развлечений и неиссякающей дружбы! Я уверена, для тебя тут понравится не ниже, чем в моей фирмы!'),(1704,426,'field_040512d','on'),(1705,427,'name','Mike Derrick'),(1706,427,'email','mikeDymn@gmail.com'),(1707,427,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Derrick\r\n \r\nMonkey Digital'),(1708,427,'field_040512d','on'),(1709,428,'name','RobertAtock'),(1710,428,'email','lzili6iy@webmailwc.com'),(1711,428,'message','Men dating men experience tenderness, connecting, and the belle of relationships in their own unmatched way. \r\nhttps://twinkporn.one/search/cole-bentley/ \r\nIn a life that embraces distinctiveness and inclusivity, same-sex relationships keep ground their place. Men who date men sail the joys and challenges of building meaningful connections based on authenticity and complementary understanding. They revel charity while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://xlilith.com/videos/35179/lesbian-attacks-with-a-strap-on-after-a-slow-and-rich-foreplay-amateur-big-tits/ \r\nCommunication and stirring intimacy disport oneself a crucial task in their relationships, fostering trust and deepening their bond. As society progresses towards conformity, it is important to approve and particular the love shared between men dating men, embracing their together experiences and contributions to the tapestry of kind-hearted connections.'),(1712,428,'field_040512d','on'),(1713,429,'name','DonaldBlavy'),(1714,429,'email','werso03kiu@rambler.ru'),(1715,429,'message','интересные новости \r\n_________________ \r\n1xbet игровые автоматы онлайн бесплатно - игровые автоматы онлайн бесплатно русские'),(1716,429,'field_040512d','on'),(1717,430,'name','HoustonPap'),(1718,430,'email','andre.wv.e.a.r.o.n.8.2.2@gmail.com'),(1719,430,'message',''),(1720,430,'field_040512d','on'),(1721,431,'name','utaletbskn'),(1722,431,'email','lcdeuuvxx@guyclearsecso.online'),(1723,431,'message','is ivermectin used for scabies doxy ivermectin ivermectin tablets for humans for sale ivermectin frenzy ivermectin 1 shelf life'),(1724,431,'field_040512d','on'),(1725,432,'name','sigWog'),(1726,432,'email','ryomervitap@mail3go.online'),(1727,432,'message','Интересно: разрешение на размещение вывески или документы для согласования вывески \r\n \r\nМожет быть полезным: https://moscowsigns.ru или Согласование вывески на здании \r\n \r\nЕщё можно узнать: \r\nздравницы \r\nили \r\nперевод слова cito'),(1728,432,'field_040512d','on'),(1729,433,'name','LeonardDom'),(1730,433,'email','ddvgraipeEr@poochta.com'),(1731,433,'message','Ботокс: вред или польза? \r\nботокс лоб до после цена отзывы ботокс лоб до после цена отзывы .'),(1732,433,'field_040512d','on'),(1733,434,'name','cvWog'),(1734,434,'email','enilwin@mailcos.site'),(1735,434,'message','микроавтобус Армения или наука Нигерии \r\n \r\nВ декабре стартуют прямые авиарейсы на Маврикий \r\n \r\nhttps://samoylovaoxana.ru/stati-pro-ameriky-drevnie-goroda-nasledie-machy-pikchy-3/ \r\n \r\nЕщё можно узнать: консервированный ананас польза и вред \r\n \r\nПутешествия с рюкзаком'),(1736,434,'field_040512d','on'),(1737,435,'name','Vonaldrek'),(1738,435,'email','vonaldnop@gmail.com'),(1739,435,'message','Сима-ленд оставляет за собой право удалить опубликованный вопрос в любое время, а также самостоятельно определять срок, в течение которого вопросы считаются актуальными и на который они публикуются в рамках сайта Сима-ленд.Новые поступления надувных матрасов фирмы BESTWAY ! \r\nУниверсальная спортивная площадка купить\r\nМанжеты для тренировки ног\r\nСмотрите подробности спортивная площадка тут\r\n \r\nТребования к питанию : 230/115/100 В.Допустимая нагрузка : до 100 кг каждый пользователь.'),(1740,435,'field_040512d','on'),(1741,436,'name','KeithBluex'),(1742,436,'email','autolife56@yandex.kz'),(1743,436,'message','Автосервис в Ярославле \r\nhttps://katalik76.ru/ \r\nhttps://katalik76.ru/udalenie-katalizatora-Ligier-JS-51.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Lotus-Elise.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Jeep-Cherokee.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Ferrari-488.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Jeep-Commander.html'),(1744,436,'field_040512d','on'),(1745,437,'name','Vonaldrek'),(1746,437,'email','vonaldnop@gmail.com'),(1747,437,'message','Вариант комплектаци для следующих комплексов:Лучшим подарком для непоседливого активного малыша станет спортивный комплекс для дома SportWood! Подробнее. \r\nДеревянные детские спортивные площадки\r\nСпортивные площадки купить\r\nТурники для улицы\r\n \r\nОптимальные стандартные размеры спортивной площадки для детей:Контакты: (846) 375-95-69, (846) 375-95-68.'),(1748,437,'field_040512d','on'),(1749,438,'name','PeterEmere'),(1750,438,'email','nibfd443@atrimoney.site'),(1751,438,'message','Кто бы мог подумать, что в мире современного бизнеса магия может играть роль! Я заказал заговор на хорошую торговлю у Романа Петровича на сайте nfkts545.ru (ватсап мага 8 (984) 286-12-65 ) , а получил нечто большее, чем ожидал. Теперь мой магазин процветает так, будто я его колдун-волшебник! Спасибо, Роман Петрович, за этот магический коктейль успеха! . \r\n \r\n \r\n-на быструю торговлю заговор - если в москве настоящий маг \r\n-заговор на прибыльную торговлю - если настоящие маги в россии 89842861265 \r\n-срочный заговор на торговлю - сильный заговор на торговлю nfkts545.ru \r\n-заговор на хорошую торговлю \r\n-заговор на большую торговлю \r\n-заговор на успешную торговлю \r\n-заговор на хорошую торговлю в магазине \r\n------------------------------------------------------- \r\n-заговор на торговлю в магазине \r\n-заговор на торговлю на соль \r\n-заговор на торговлю'),(1752,438,'field_040512d','on'),(1753,439,'name','Vonaldrek'),(1754,439,'email','vonaldnop@gmail.com'),(1755,439,'message','Непременно посетите раздел Акции и Распродажа, в котором всегда можно найти что-нибудь интересное и недорогое.Внимание Акция! \r\nОтзывы о уличный турникот магазина Sporthappy.com.ua\r\nКак выбрать детский гимнастический комплексот магазина Sporthappy.com.ua\r\nПроизводство уличных тренажеров\r\n \r\nЗаказать можно по тел (099) 043-03-01.Главным образом комбики используются для репетиций и выступлений в таких небольших помещениях, как дом, небольшие клубы и тому подобное, то есть там, где будет достаточно небольшого усиления. Главным достоинством комбиков является их компактность.'),(1756,439,'field_040512d','on'),(1757,440,'name','Mike Crossman'),(1758,440,'email','peterdywops@gmail.com'),(1759,440,'message','Hello \r\n \r\nI have just verified your SEO on elconferencista.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will improve your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Crossman\r\n \r\nDigital X SEO Experts'),(1760,440,'field_040512d','on'),(1761,441,'name','richardcuB'),(1762,441,'email','richardfrancois1982@gmx-mails.com'),(1763,441,'message','Я пожалуй промолчу\r\n https://mailsco.online/'),(1764,441,'field_040512d','on'),(1765,442,'name','Monaldrek'),(1766,442,'email','monaldnop@gmail.com'),(1767,442,'message','BiLand производит детские площадки, спортивное оборудование и уличные тренажеры начиная с 2000 года и является одним из ведущих брендов на Украине в этой области.Представленные товары изготовлены исключительно из высококачественного, надежного цельного металлического профиля, экологически чистой деревостружечной плиты, первоклассных прочных полимеров, соответствующих всем стандартам производства подобных изделий. \r\nСпортивные уличные тренажеры\r\nВыбрать и купить купить турник для улицыот магазина Sporthappy.com.ua\r\nАнтивандальные спортивные тренажеры для улицы\r\n \r\nНе переживайте, если вы находитесь не в Днепропетровске купить детские игровые площадки можно из любого города Украины.Достоинства полимерных изделий.'),(1768,442,'field_040512d','on'),(1769,443,'name','WilliamFlern'),(1770,443,'email','582t5@shilingan.store'),(1771,443,'message','Key factors to establish liability in cases involving dog attacks and determine responsibility \r\nWhen incidents involving canine aggression occur, the process of determining fault and responsibility is crucial for the affected parties involved. These incidents, which can result in physical injuries or emotional distress, require careful examination and analysis to establish the liable party. \r\n \r\nExploring the legal implications surrounding dog-related aggression incidents unveils the complexities associated with establishing culpability. An in-depth understanding of the factors influencing liability becomes essential to navigate the legal landscape effectively. \r\n \r\nThis article aims to shed light on the intricate process of proving responsibility in cases related to aggressive behavior displayed by man\'s best friend, emphasizing the crucial role of dog bite lawyers. By examining key elements, such as identifying the responsible party, evaluating the circumstances, and assessing the legal framework, we can gain insight into the course of action required in resolving these often challenging and emotionally charged cases. Engaging with experienced dog bite lawyers can provide the necessary guidance and representation to navigate these complex legal waters effectively.'),(1772,443,'field_040512d','on'),(1773,444,'name','Donaldlob'),(1774,444,'email','a.4002.9.17.2@gmail.com'),(1775,444,'message','Слушай, наш вебсайт – это как твоя собственная сокровищница познаний и праздника! Здесь ты можешь найти все, о чем только мечтаешь: советы по уходу за собой, идеи для творчества, рецепты вкусняшек и даже секреты удачной карьеры! \r\nhttps://santehkomplekt.md/11144/ \r\n \r\n \r\nНо это еще не все! Мы тут создали целое сообщество, где тебе предоставляется возможность знаться с единомышленниками, делиться своими мыслями и получать поддержку в любой истории. Так как совместно веселее, верно? \r\n \r\nА еще у нас тут практически постоянно что-то случается! Акции, состязания, онлайн-мероприятия – ну ты сообразила, все, дабы ты не скучала и всегда чувствовала себя в центре внимания! \r\n \r\nТак что не медли, подружка моя! Загляни на наш сайт и давай совместно погрузимся в интересный мир познаний, отдыха и неиссякающей дружбы! Я уверена, тебе тут понравится не ниже, чем в моей компании!'),(1776,444,'field_040512d','on'),(1777,445,'name','Trealdrek'),(1778,445,'email','trenaldnop@gmail.com'),(1779,445,'message','детской площадке; возле дачного дома; в игровой зоне; парке или сквере.В компании «Каруселька» Вы сможете приобрести разнообразные уличные тренажеры отличного качества. Мы занимаемся их производством уже более 10 лет. Уличные тренажеры нашего производства установлены во многих общественных дворах и частных домовладениях г. Екатеринбург. \r\nПродам манжеты для кроссовера блочного тренажера\r\nМанжеты для тренажеров\r\n<a href=http://board.lviv.ua/?f1=1&f2=93>Описание уличные тренажеры купить у нас на сайте\r\n \r\nПример удачной реализации скалодрома своими руками.Спортивные уголки.'),(1780,445,'field_040512d','on'),(1781,446,'name','CyharlesSiZ'),(1782,446,'email','jaao2khr@webfreemailz.com'),(1783,446,'message','Dating is a junket that encompasses the magic of good samaritan connection, slighting excrescence, and far-out discoveries. It is a process through which individuals scrutinize dreamt-up possibilities, getting to know each other on a deeper level. Dating allows people to share experiences, truck ideas, and create expressive connections. \r\nhttps://gay0day.com/tags/gay-sex/\r\n \r\nIn the empire of dating, a person encounters a different range of emotions. There\'s the exhilaration of meeting someone new, the intuition of a in the first place date, and the give someone a kick of discovering stock interests and shared values. It is a stretch of vulnerability and self-discovery as individuals public themselves up to the feasibility of regard and companionship. \r\nhttps://latinaporn.one/tags/novinha/\r\n \r\nStriking communication lies at the heart of dating, facilitating competence and consistency between two people. It involves acting listening, virtuous declaration, and empathy, creating a room representing trustworthy dialogue. From top to bottom communication, individuals can enquire into their compatibility, transfer thoughts and dreams, and build a fundamental of trust.'),(1784,446,'field_040512d','on'),(1785,447,'name','PillsVob'),(1786,447,'email','iunskiygipertonik@gmail.com'),(1787,447,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/dw7ChH4s \r\nhttps://mdn-service.ru:443/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://sputnikmarket.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://yscmmall.com/member/login.html?noMemberOrder=&returnUrl=httptrue-pill.top\r\nhttp://cds.zju.edu.cn/addons/cms/go/index.html?url=httpstrue-pill.top\r\nhttp://happyhome-mebel.ru/bitrix/rk.php?goto=https://true-pill.top/\r\n \r\n \r\nOributol\r\nLamotrigina\r\nLatropil\r\nNimocal\r\nFloxatral\r\nKarbasif\r\nCapel\r\nHeska\r\nBexon\r\nPenester\r\nCefotil\r\nMedoxicam\r\nCiclofast\r\nUnizol\r\nPlan\r\nPepsytoin\r\nTeledol\r\nOgasto\r\nGlindia\r\nBaktimol\r\nArtal\r\nApo-quetiapine\r\nDocofloxacine\r\nDominans\r\nTwicef\r\nVennaxa\r\nEbivol\r\nVenefon\r\nMiphar\r\nFlutizal\r\nBendex\r\nAnpec\r\nAccufine\r\nSpirolon\r\nPirobec\r\nLogynon\r\nRisedon\r\nProgesterona\r\nFelcam\r\nPredalone'),(1788,447,'field_040512d','on'),(1789,448,'name','Margarita Ackman'),(1790,448,'email','margarita.ackman@gmail.com'),(1791,448,'message','Hello\r\n\r\nIt\'s been some time, but I recently stumbled upon a very negative opinon online about elconferencista.com and thought it was important to reach out to disprove this review. \r\n\r\nIt appears like there\'s some negative press that could be harmful to your reputation. \r\nBeing aware of how easily stories can get out of hand and hoping not you to be caught off guard, I decided to notify you.\r\n\r\nHere\'s where I found the info:\r\n\r\nhttps://ibit.ly/q7GTW \r\n\r\nMy hope is it\'s all a misunderstanding, but I believed it necessary you should know!\r\n\r\nBest wishes,\r\nMargarita'),(1792,448,'field_040512d','on'),(1793,449,'name','Larryjat'),(1794,449,'email','wyamsler6666@hotmail.com'),(1795,449,'message','Hausarbeit schreiben lassen'),(1796,449,'field_040512d','on'),(1797,450,'name','LavillFab'),(1798,450,'email','revers@1ti.ru'),(1799,450,'message','сульфамоил хлорид купить онлайн в интернет-магазине химмед \r\nTegs: rhesus sirpg sirp gamma cd172g gene orf cdna clone expression plasmid, c-flag tag купить онлайн в интернет-магазине химмед \r\nrhesus sirpg sirp gamma cd172g gene orf cdna clone expression plasmid, c-gfpspark tag купить онлайн в интернет-магазине химмед \r\nrhesus sirpg sirp gamma cd172g gene orf cdna clone expression plasmid, c-ha tag купить онлайн в интернет-магазине химмед \r\n \r\nсульфамоилхлорид купить онлайн в интернет-магазине химмед https://chimmed.ru/products/sulfamoilhlorid-id=4295852'),(1800,450,'field_040512d','on'),(1801,451,'name','Donaldlob'),(1802,451,'email','a40.0.291.72@gmail.com'),(1803,451,'message','Слушай, наш сайт – это как твоя личная сокровищница знаний и веселья! Тут ты можешь отыскать все, о чем только мечтаешь: рекомендации по уходу за собой, идеи для творчества, рецепты вкусняшек и даже секреты удачной карьеры! \r\nhttps://mamont.md/article/elektrotekhnika-vysokogo-kachestva-raznoobrazie-resheniy-ot-e-lectromd \r\n \r\n \r\nНо это еще не все! Мы тут сделали целое сообщество, где тебе предоставляется возможность знаться с единомышленниками, делиться средствами мыслями и получать поддержку в любой ситуации. Ведь вкупе веселее, верно? \r\n \r\nА еще у нас тут практически постоянно что-то происходит! Акции, конкурсы, онлайн-мероприятия – ну ты сообразила, все, дабы ты не скучала и всегда ощущала себя в центре внимания! \r\n \r\nИ не медли, подружка моя! Загляни на наш вебсайт и давай совместно погрузимся в увлекательный мир знаний, отдыха и бесконечной дружбы! Я уверена, для тебя тут понравится не ниже, чем в моей фирмы!'),(1804,451,'field_040512d','on'),(1805,452,'name','gtaletzoyx'),(1806,452,'email','ollyrbuzo@rambbarlumbsi.online'),(1807,452,'message','amoxil? can you drink alcohol while taking amoxicillin 875 mg best substitute for amoxicillin amoxicillin tastes bad does amoxicillin interfere with lexapro'),(1808,452,'field_040512d','on'),(1809,453,'name','bkWog'),(1810,453,'email','radise@mailcos.site'),(1811,453,'message',''),(1812,453,'field_040512d','on'),(1813,454,'name','Mike Gerald'),(1814,454,'email','mikedywops@gmail.com'),(1815,454,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Gerald'),(1816,454,'field_040512d','on'),(1817,455,'name','TumerbuP'),(1818,455,'email','nwhzkbmrf@glav-narzan.store'),(1819,455,'message','Hello! \r\n \r\nThis post was created with 2ssdsd3222aa.com'),(1820,455,'field_040512d','on'),(1821,456,'name','AlbertCrake'),(1822,456,'email','6u818bm4@yourmailz.com'),(1823,456,'message','Men dating men sample love, connection, and the belle of relationships in their own unmatched way. \r\nhttps://latinaporn.one/tags/cumming/ \r\nIn a life that embraces distinctiveness and inclusivity, same-sex relationships have ground their place. Men who obsolete men direct the joys and challenges of erection relevant connections based on authenticity and reciprocal understanding. They celebrate enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://thetittyfuck.com/tags/69-position/ \r\nCommunication and fervent intimacy disport oneself a crucial place in their relationships, fostering assurance and deepening their bond. As people progresses close to justice, it is distinguished to distinguish and compliments the friendship shared between men dating men, embracing their unique experiences and contributions to the tapestry of human connections.'),(1824,456,'field_040512d','on'),(1825,457,'name','DayanabuP'),(1826,457,'email','ai.da.r.a.dines.h.@gmail.com'),(1827,457,'message',''),(1828,457,'field_040512d','on'),(1829,458,'name','Stephenlax'),(1830,458,'email','evreinova.fe@yandex.ru'),(1831,458,'message','Hello, cryptonauts! \r\n \r\nToday, I want to share an insider perspective with you. We have all journeyed through the worlds of Bitcoin, Ethereum, cute dogs and frogs pictures, trading, AMM, NFTs... But it\'s been a while since we encountered new acronyms that will \"definitely conquer the world”. \r\n \r\nLet me show you a fresh topic - the tokenization of real-world assets (RWA), in other words the conversion of real-world assets into crypto. For instance, think about tokenizing gold, precious metals, and real-estate assets. You might ask, what are the benefits? Tokenization gives opportunities to buy and transfer real world assets, as well as trade them on the crypto exchanges which we all are so used to. And then casually send those tokens through regular MetaMask. \r\n \r\nI have taken a look at what people are searching for on Google regarding this topic. Yes, the number of queries is currently low, but that only signals the beginning of this trend... which means, it\'s time to catch the wave. \r\n \r\nAut.finance \r\n \r\nCurrently there are approximately 80 platforms in the world that are experimenting in the field of RWA tokenization. Mostly, these are not yet crypto technologies but rather pilot projects aimed at understanding the legal aspects of RWA tokenization. Nevertheless, there are quite promising projects with highly experienced teams showing track records of their development which certainly looks trustworthy. I\'ve explored the Autentic.Capital project, looked through their social media, and prepared a brief insider info for you. \r\n \r\nThey are conducting a token sale of their AUT token, which offers many perks such as voting rights, discounts for launching/purchasing RWA projects. \r\nThey have launched the testnet of the platform, and judging by the internal details, their plans are highly ambitious. \r\nThey\'ve initiated a referral program with USDT payouts of up to 20%! \r\n \r\nThe AUT token is a utility token. They have issued 150 million tokens, and the second presale round is currently ongoing with a price of just 8 cents. The first listing is scheduled for May on p2b2b. You see what needs to be done, right? \r\n \r\nAut.finance \r\n \r\nHow to earn? \r\n \r\nReferral program: Currently single-tier, but rumors suggest they will soon release a two-tier system. \r\n \r\nStaking: They promise to unlock staking by the end of the month. \r\n \r\nBug hunting program: They recently distributed $12,000 to bug hunters and are preparing a second program. I even reached out to the winners, and they confirmed that the rewards were indeed transferred. \r\n \r\nAut.finance \r\n \r\nListing: Scheduled on May \r\n \r\nAirdrops: They haven\'t done any yet, which implies there will be for sure some in the future. \r\n \r\nCommunity: they are giving some bonuses and benefits regularly (for example, recently they had Zealy campaign, looks like it was a test and they were preparing for something bigger). \r\n \r\nIn a nutshell, I believe that tokenization of real assets is the next trend after Bitcoin. Liquidity, globality, transparency and security indicate the high potential of this area. Investing in a new promising AUT utility token today is an opportunity to get big profits in the future. \r\n \r\nFollow the link, sign up and start earning money with Autentic. \r\n \r\nAut.finance \r\n \r\nGreat weekend to everyone!'),(1832,458,'field_040512d','on'),(1833,459,'name','ppu-pro_vab'),(1834,459,'email','83426845@seo-ul.store'),(1835,459,'message','Наша группа искусных мастеров находится в готовности подать вам новаторские подходы, которые не только подарят долговечную безопасность от прохлады, но и подарят вашему дому стильный вид. \r\nМы трудимся с самыми современными материалами, заверяя долгосрочный продолжительность работы и блестящие результирующие показатели. Изоляция наружных поверхностей – это не только сокращение расходов на подогреве, но и забота о окружающей среде. Экономичные подходы, какие мы производим, способствуют не только зданию, но и сохранению природы. \r\nСамое ключевое: Сколько стоит утепление фасада дома у нас стартует всего от 1250 рублей за кв. м.! Это доступное решение, которое изменит ваш хаус в настоящий тепличный локал с минимальными расходами. \r\nНаши примеры – это не всего лишь утепление, это образование области, в где всякий элемент отражает ваш личный образ. Мы примем в расчет все ваши запросы, чтобы переделать ваш дом еще более гостеприимным и привлекательным. \r\nПодробнее на http://ppu-prof.ru/ \r\nНе откладывайте дела о своем ларце на потом! Обращайтесь к квалифицированным работникам, и мы сделаем ваш дворец не только согретым, но и стильным. Заинтересовались? Подробнее о наших трудах вы можете узнать на веб-ресурсе. Добро пожаловать в мир уюта и уровня.'),(1836,459,'field_040512d','on'),(1837,460,'name','Trealdrek'),(1838,460,'email','trenaldnop@gmail.com'),(1839,460,'message','Спортивный комплекс Малыш+ (плюс) цветной , деревянный, 150 см высота и 120 см длина. Основная комплектация горка, каркас из сетки, лесенок и верхнего рукохода. Мат и качельку можно купить отдельно. Качество комплекса -высокое.Купить на складе:есть. \r\nДетские площадки уличные купить\r\nУникальная самодельная деревянная детская площадка\r\nОтзывы о тренажер бубновского\r\n \r\nверевочная лестница 80 грн.2. Материал уличного ДСК.'),(1840,460,'field_040512d','on'),(1841,461,'name','italetqxiq'),(1842,461,'email','exlvlxlpf@georonbuzztal.online'),(1843,461,'message','side effects of 40 mg prednisone prednisone 5mg tablets prednisone knee pain prednisone interactions prednisone online'),(1844,461,'field_040512d','on'),(1845,462,'name','EllisGromo'),(1846,462,'email','ggxfbminuer@poochta.com'),(1847,462,'message','Как сохранить естественный результат после ботокса? \r\n \r\nвколоть ботокс в лоб https://www.b-tox.store .'),(1848,462,'field_040512d','on'),(1849,463,'name','RobertAtock'),(1850,463,'email','xj4opzrh@webmailwc.com'),(1851,463,'message','Men dating men savoir faire out of, union, and the beauty of relationships in their own incomparable way. \r\nhttps://hentai0day.com/videos/11291/summertime-saga-all-sex-scenes-consuela-part-1-chinese-sub/ \r\nIn a superb that embraces diverseness and inclusivity, same-sex relationships suffer with develop their place. Men who ancient men sail the joys and challenges of erection relevant connections based on authenticity and joint understanding. They celebrate enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://hentai0day.com/videos/17400/a-sexy-busty-ebony-gets-fucked-by-a-sci-fi-soldier-in-the-sci-fi-cell/ \r\nCommunication and emotional intimacy disport oneself a essential place in their relationships, fostering positiveness and deepening their bond. As society progresses close to conformity, it is distinguished to distinguish and regard the care shared between men dating men, embracing their unique experiences and contributions to the tapestry of human connections.'),(1852,463,'field_040512d','on'),(1853,464,'name','DJkiz'),(1854,464,'email','brudermanni2024@gmail.com'),(1855,464,'message','Russische DJs in bremen'),(1856,464,'field_040512d','on'),(1857,465,'name','Robertslats'),(1858,465,'email','maski8sessy@mail.com'),(1859,465,'message','¡Buenas tardes! Te damos un código promocional - ZBXM777 \r\nActívelo en su cuenta personal después de registrarse en www.cexasia.pro \r\nY recibirá hasta 1000USDT en su depósito. ¡Feliz trading!'),(1860,465,'field_040512d','on'),(1861,466,'name','ManuelFus'),(1862,466,'email','vtqtznqgdEn@poochta.com'),(1863,466,'message',''),(1864,466,'field_040512d','on'),(1865,467,'name','HubertShiDa'),(1866,467,'email','borisgendelman22@outlook.com'),(1867,467,'message','Bohemia Darknet Drugs Market \r\nhttp://bohemiabmgo5arzb6so564wzdsf76u6rm4dpukfcbf7jyjqgclu2beyd.onion'),(1868,467,'field_040512d','on'),(1869,468,'name','GlennPep'),(1870,468,'email','tatyyanich-taty@yandex.ru'),(1871,468,'message','Объединенный Полиграфический Комплекс (опк) — ваш источник решений в области печати. Специализируясь на офсетной и цифровой типографии полного цикла, OPK предлагает широкий спектр услуг для ваших печатных потребностей. Рассмотрим более подробно, как OPK может помочь вам в печати книг, журналов, каталогов, календарей, блокнотов, брошюр и ежедневников. \r\n \r\nПечать книг \r\n \r\nOPK специализируется на печати книг, превращая ваши идеи в красочную реальность. Благодаря передовым технологиям и высококачественным материалам, OPK гарантирует, что каждая страница вашей книги будет отпечатана с исключительной ясностью и четкостью, придавая вашему произведению профессиональный вид. \r\n \r\nПечать журналов \r\n \r\nЖурналы, будучи зеркалом современных трендов и идей, требуют особого внимания к качеству печати. OPK обеспечивает высокую детализацию и насыщенные цвета, чтобы ваш журнал привлекал взгляд и заставлял читателей возвращаться за новыми выпусками. \r\n \r\nПечать каталогов \r\n \r\nПечать каталогов требует аккуратности и точности для того, чтобы продукция была представлена в лучшем свете. OPK предоставляет широкий выбор опций оформления и отделки, чтобы ваш каталог выделялся среди конкурентов и привлекал внимание покупателей. \r\n \r\nПечать календарей \r\n \r\nКалендари — это не только практичный инструмент, но и замечательный подарок или рекламный материал. OPK поможет вам создать календарь, который будет не только функциональным, но и стильным, сочетая в себе высокое качество печати и оригинальный дизайн. \r\n \r\nПечать блокнотов \r\n \r\nБлокноты — это удобный инструмент для записей, который может быть прекрасным сувениром или рекламным материалом. OPK предлагает разнообразные варианты оформления обложек и внутренних страниц, чтобы ваш блокнот соответствовал вашим потребностям и стилю. \r\n \r\nПечать брошюр \r\n \r\nБрошюры — это эффективный способ представить вашу компанию или продукцию. OPK поможет вам создать брошюру, которая привлечет внимание вашей аудитории и подчеркнет ваши ключевые преимущества. \r\n \r\nС Объединенным Полиграфическим Комплексом вы можете быть уверены в качестве и профессионализме каждой отпечатанной страницы. Независимо от того, нужно ли вам распечатать книгу, журнал, каталог, календарь, блокнот, брошюру или ежедневник, OPK станет вашим надежным партнером в достижении ваших целей.'),(1872,468,'field_040512d','on'),(1873,469,'name','CyharlesSiZ'),(1874,469,'email','a5e0xhzc@webfreemailz.com'),(1875,469,'message','Dating is a excursion that encompasses the magic of good-natured bearing, live increase, and overpowering discoveries. It is a dispose of to which individuals search dreamt-up possibilities, getting to recall each other on a deeper level. Dating allows people to allowance experiences, exchange ideas, and fashion deep connections. \r\nhttps://thetittyfuck.com/videos/2065/indian-hot-madam-got-sex-with-her-house-worker/\r\n \r\nIn the duchy of dating, undivided encounters a dissimilar series of emotions. There\'s the exhilaration of convocation someone contemporary, the anticipation of a basic fixture, and the give someone a kick of discovering stale interests and shared values. It is a continually of vulnerability and self-discovery as individuals public themselves up to the potentiality of love and companionship. \r\nhttps://thetittyfuck.com/videos/11712/chantal-janzen-masterbating/\r\n \r\nEffective communication lies at the essence of dating, facilitating accord and consistency between two people. It involves active listening, honest declaration, and empathy, creating a gap for real dialogue. Through communication, individuals can inquire their compatibility, transfer thoughts and dreams, and assemble a foundation of trust.'),(1876,469,'field_040512d','on'),(1877,470,'name','Joycejab'),(1878,470,'email','icenoglebibbs@bradd97.lumbermilltricks.com'),(1879,470,'message','сайт покердом \r\nhttp://www.ivedu.ru/forum/viewthread.php?forum_id=18&thread_id=37065&pid=142224 \r\nДобро пожаловать в мир азартных возможностей на официальном сайте PokerDom Casino! Если вы ищете место, где каждый спин барабанов может изменить вашу судьбу, то вы оказались по адресу. Покердом Казино — это источник невероятных эмоций и шансов, который откроет перед вами дверь в мир слотов на реальные деньги.Играть онлайн в слоты на реальные деньги на PokerDom Casino — это как путешествие в мир страсти и азарта, где каждый спин барабанов превращает обыденность в огненное вращение страстей. Покердом Казино понимает, как важно для игрока ощущать вкус выигрыша, и поэтому у нас представлены только самые качественные и лицензионные автоматы.'),(1880,470,'field_040512d',''),(1881,471,'name','AlbertCrake'),(1882,471,'email','1xxflpvo@yourmailz.com'),(1883,471,'message','Men dating men participation get a bang, connection, and the dream of relationships in their own incomparable way. \r\nhttps://sexyfatmature.net/tags/black-ebony/ \r\nIn a superb that embraces diverseness and inclusivity, same-sex relationships from organize their place. Men who obsolete men sail the joys and challenges of edifice relevant connections based on authenticity and mutual understanding. They revel enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://sexyfatmature.net/tags/pantyhose/ \r\nCommunication and emotional intimacy play a pivotal part in their relationships, fostering trust and deepening their bond. As society progresses close to fairness, it is distinguished to acknowledge and regard the care shared between men dating men, embracing their together experiences and contributions to the tapestry of anthropoid connections.'),(1884,471,'field_040512d','on'),(1885,472,'name','Mnoioskymn'),(1886,472,'email','sborpis.e.m.a.ll@gmail.com'),(1887,472,'message','вид на жительство в Коста-Рика \r\nроды в Коста-Рике \r\nhttps://costavida.ru \r\nКоста-Рика гражданство по рождению \r\nкакое гражданство Коста-Рики \r\nhttps://costarus.ru \r\nвторое гражданство Коста-Рики \r\nроды в Коста-Рика \r\nвнж в Коста-Рику \r\nКоста-Рика внж для русских \r\nКоста-Рика отзывы переехавших на пмж \r\nhttps://imigrantos.ru'),(1888,472,'field_040512d','on'),(1889,473,'name','RichardTef'),(1890,473,'email','pavain@gazeta.pl'),(1891,473,'message','The spa nuru calls visit one of the varieties massage, is what we do. What is an vacuum massage jars interested in everyone. tantric massage this is the gift of giving for bliss. You be surprised to that,what variety pleasure can experience from adopting massage. In massage studio finnish massage women can do the most sensual massage woman - woman. \r\n \r\nHow is it done, and is there something exotic? We will tell you all about him that you wanted to know |Our massage with jars is visited not only by men but also by women, and also by couples. You want to rejoice only this infinitely … Our primary а task this is to please customer magical good trimming massage. Separate approach to your desires and requests. \r\n \r\nThe attractive women our the salon will give you an unforgettable experience. The salon is a place of rest and relaxation. Such nuru massage, as though, and relaxation, operates on defined parts naked body, this can help you personally relax. Give your preference not just to one, but to two masseuses! Choose which likes, both professional and professional abilities! \r\n \r\nWe in NY offer extraordinary rooms with convenient style. These apartment enable be you you are staying with us not attracting the attention of other customers. \r\n \r\nWe have a showroom in New York. Girls Sarah - \r\nexotic massage studio'),(1892,473,'field_040512d','on'),(1893,474,'name','Mike Ellington'),(1894,474,'email','mikeToorropeblen@gmail.com'),(1895,474,'message','This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/ranking-in-the-maps-means-sales/ \r\n \r\n \r\nThanks and Regards \r\nMike Ellington\r\n \r\n \r\nPS: Want a ONE-TIME comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/'),(1896,474,'field_040512d','on'),(1897,475,'name','ftaletgpsj'),(1898,475,'email','kxfmjwemi@hoopsor.online'),(1899,475,'message','prednisone and mouth sores prednisone 20 mg pill does prednisone help with sciatica'),(1900,475,'field_040512d',''),(1901,476,'name','Jameskab'),(1902,476,'email','c1g4n7oc@youremailglobal.com'),(1903,476,'message','Men dating men sample get a bang, union, and the belle of relationships in their own unique way. \r\nhttps://hentai0day.com/videos/23161/widowmaker-relaxation-rest-on-the-table-overwatch/ \r\nIn a superb that embraces diverseness and inclusivity, same-sex relationships have found their place. Men who fixture men navigate the joys and challenges of edifice expressive connections based on authenticity and joint understanding. They celebrate charity while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://hentai0day.com/videos/4796/futa-fairy-tail-irene-belserion-x-brandish-3d-hentai/ \r\nCommunication and fervent intimacy have a good time a momentous place in their relationships, fostering trust and deepening their bond. As system progresses close to fairness, it is noted to approve and regard the friendship shared between men dating men, embracing their incomparable experiences and contributions to the tapestry of human connections.'),(1904,476,'field_040512d','on'),(1905,477,'name','BobbyeriRom'),(1906,477,'email','latishajaradat@gmail.com'),(1907,477,'message','Кокаин (КОКС) Москва? Сайт - COCAINE24.BIZ Купить Кокаин (КОКС) Москва - COCAINE24.BIZ \r\n. \r\nДля заказа Кокаин (КОКС) а в Москве 24/7 САЙТ - https://cocaine24.biz/ \r\nКупить в Москве Кокаин (КОКС) закладкой 24/7 САЙТ - https://cocaine24.biz/ \r\nЗаказать Кокаин (КОКС) в Москве доставкой САЙТ - https://cocaine24.biz/ \r\nПокупка в руки Кокаин (КОКС) а в Москве 24/7 САЙТ - https://cocaine24.biz/ \r\nЛучший Кокаин (КОКС) в Москве САЙТ - https://cocaine24.biz/ \r\nКачественный Кокаин (КОКС) в Москве САЙТ - https://cocaine24.biz/ \r\n. \r\n. \r\n. \r\n. \r\nДЛЯ ЗАКАЗА ТОВАРА В МОСКВЕ НУЖНО НАПИСАТЬ НА САЙТ - https://cocaine24.biz/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Мне нужно Купить Кокаин (КОКС) в Москве? Какие цены на Кокаин (КОКС) в Москве? Каким образом можно Купить Кокаин (КОКС) в Москве? Какие сейчас цены на Кокаин (КОКС) в Москве? \r\nКто сейчас продает Кокаин (КОКС) в Москве? Как много завезли Кокаин (КОКС) а в Москве? Кокаин (КОКС) в Москве купить без йода абсолютно без вреда для организма? \r\nЦарь-Кокаин (КОКС) это название того Кокаин (КОКС) а который продают на официальном доверенном сайте гаранте? Украсть такой Кокаин (КОКС) в Москве не получиться, потому что работают профессионалы? \r\nКакие бывают разновидности Кокаин (КОКС) а сейчас в Москве и почему у нас он самый лучший Кокаин (КОКС) в Москве? Если взять много Кокаин (КОКС) а в Москве а заплатить за него мало, такое Возможно? \r\nНовые правила покупки и доставки Кокаин (КОКС) а в Москве уже действуют? Круглосуточная покупка Кокаин (КОКС) а в Москве только на официальном сайте по ссылке, больше нигде? \r\nКристаллы Кокаин (КОКС) а в Москве уже сравнивают с градом? Шыкарное качество Кокаин (КОКС) а в Москве никогда никого не оставит равнодушным или безразличны? \r\nМоментальная покупка Кокаин (КОКС) а в Москве и круглосуточная потдержка Кокаин (КОКС) а в Москве всегда на связи, даже в выходные и праздничные дни? \r\nЩедрость насыпи в закладках Кокаин (КОКС) а в Москве иногда даже удивляет, потому что закладки Кокаин (КОКС) а в Москве всегда на 10% больше чем в заказе? \r\nЗанять деньги или занять дорожку такого Кокаин (КОКС) а в Москве это не стыдно, это жизнь которой живут постоянно люди в Москве? \r\nХорошо что Вы всегда на связи - самый частый отзыв про наш Кокаин (КОКС) в Москве за последние пять лет работы на рынке Кокаин (КОКС) а в Москве! \r\nФинальная версия разработок всех рецептов Кокаин (КОКС) а в Москве можно купить на нашем сайте уже не первый год? Улететь в Небеса сквозь все преграды можно только с нашим Кокаин (КОКС) ом в Москве! \r\nЕдинственный Магазин в Москве который реально безопасно доставляет товар в руки не важно какого количества, Это именно наш Сайт Кокаин (КОКС) а в Москве! Наш Кокаин (КОКС) в Москве знаю Все! \r\n. \r\n. \r\n. \r\nМОСКВА-РОССИЯ-Кокаин (КОКС) -ЗАКЛАДКИ-ДОСТАВКА В РУКИ -ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО -ЛЮБОЙ РАЙОН - ПОДМОСКОВЬЕ ТОЖЕ ЕСТЬ - РОССИЯ \r\n.'),(1908,477,'field_040512d','on'),(1909,478,'name','KeithustSes'),(1910,478,'email','terrimaggs5@gmail.com'),(1911,478,'message','Гашиш Москва? Сайт - COCAINE24.BIZ Купить Гашиш Москва - COCAINE24.BIZ \r\n. \r\nДля заказа Гашиша в Москве 24/7 САЙТ - https://cocaine24.biz/ \r\nКупить в Москве Гашиш закладкой 24/7 САЙТ - https://cocaine24.biz/ \r\nЗаказать Гашиш в Москве доставкой САЙТ - https://cocaine24.biz/ \r\nПокупка в руки Гашиша в Москве 24/7 САЙТ - https://cocaine24.biz/ \r\nЛучший Гашиш в Москве САЙТ - https://cocaine24.biz/ \r\nКачественный Гашиш в Москве САЙТ - https://cocaine24.biz/ \r\n. \r\n. \r\n. \r\n. \r\nДЛЯ ЗАКАЗА ТОВАРА В МОСКВЕ НУЖНО НАПИСАТЬ НА САЙТ - https://cocaine24.biz/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Мне нужно Купить Гашиш в Москве? Какие цены на Гашиш в Москве? Каким образом можно Купить Гашиш в Москве? Какие сейчас цены на Гашиш в Москве? \r\nКто сейчас продает Гашиш в Москве? Как много завезли Гашиша в Москве? Гашиш в Москве купить без йода абсолютно без вреда для организма? \r\nЦарь-Гашиш это название того Гашиша который продают на официальном доверенном сайте гаранте? Украсть такой Гашиш в Москве не получиться, потому что работают профессионалы? \r\nКакие бывают разновидности Гашиша сейчас в Москве и почему у нас он самый лучший Гашиш в Москве? Если взять много Гашиша в Москве а заплатить за него мало, такое Возможно? \r\nНовые правила покупки и доставки Гашиша в Москве уже действуют? Круглосуточная покупка Гашиша в Москве только на официальном сайте по ссылке, больше нигде? \r\nКристаллы Гашиша в Москве уже сравнивают с градом? Шыкарное качество Гашиша в Москве никогда никого не оставит равнодушным или безразличны? \r\nМоментальная покупка Гашиша в Москве и круглосуточная потдержка Гашиша в Москве всегда на связи, даже в выходные и праздничные дни? \r\nЩедрость насыпи в закладках Гашиша в Москве иногда даже удивляет, потому что закладки Гашиша в Москве всегда на 10% больше чем в заказе? \r\nЗанять деньги или занять дорожку такого Гашиша в Москве это не стыдно, это жизнь которой живут постоянно люди в Москве? \r\nХорошо что Вы всегда на связи - самый частый отзыв про наш Гашиш в Москве за последние пять лет работы на рынке Гашиша в Москве! \r\nФинальная версия разработок всех рецептов Гашиша в Москве можно купить на нашем сайте уже не первый год? Улететь в Небеса сквозь все преграды можно только с нашим Гашишом в Москве! \r\nЕдинственный Магазин в Москве который реально безопасно доставляет товар в руки не важно какого количества, Это именно наш Сайт Гашиша в Москве! Наш Гашиш в Москве знаю Все! \r\n. \r\n. \r\n. \r\nМОСКВА-РОССИЯ-Гашиш-ЗАКЛАДКИ-ДОСТАВКА В РУКИ -ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО -ЛЮБОЙ РАЙОН - ПОДМОСКОВЬЕ ТОЖЕ ЕСТЬ - РОССИЯ \r\n. \r\n. \r\n. \r\nКонец тегов'),(1912,478,'field_040512d','on'),(1913,479,'name','Sidneygog'),(1914,479,'email','denisovkdm1974@mail.ru'),(1915,479,'message','Apple is offering rare iPhone discounts in China \r\nmega555kf7lsmb54yd6etzginolhxxi4ytdoma2rf77ngq55fhfcnyid.onion \r\nApple is offering temporary discounts on its iPhones and other products in China, in an extremely rare move for Apple that comes as competition within Asia’s smartphone market grows more intense. \r\n \r\nhttps://mega555darknetX.com \r\nm3ga.gl \r\n \r\nAs part of a sale pegged to the Lunar New Year event, Apple’s official Chinese website is listing discounts of up to 500 RMB ($70) on the latest iPhone lineup. Other flagship Apple products, including the Mac and iPad, are also going to be discounted up to 800 RMB ($112) and 400 RMB ($56), respectively, as part of the promotion, which runs from January 18 through January 21. \r\n \r\nAlthough third-party sellers at times discount Apple products, Apple itself very rarely offers deals or sales, part of its effort to maintain a premium brand image – something that has been particularly important as Apple seeks to attract high-end buyers in China. \r\n \r\nhttps://m3ga-gl.cc \r\nm3ga.gl \r\n \r\nThe move to slash prices on the iPhone comes just over five months after Chinese tech giant Huawei released its latest smartphone, the Mate 60 Pro. The Huawei smartphone has been eagerly embraced by Chinese consumers – so much that its use of an advanced chip has come under scrutiny from US officials. \r\n \r\nAround the same time that Huawei’s marquis smartphone was released, the Wall Street Journal reported that China had banned the use of iPhones by central government officials, citing unnamed people familiar with the matter. A Chinese government spokesperson, however, later denied that China had issued any laws or rules to ban the use of iPhones.'),(1916,479,'field_040512d','on'),(1917,480,'name','Raymondpuh'),(1918,480,'email','freeinsta@bahiscom.pro'),(1919,480,'message','Free Instagram Tools: \r\nbuy google map review \r\nfree followers net \r\nFree insta Likes \r\nFree Tiktok Followers'),(1920,480,'field_040512d','on'),(1921,481,'name','Megantacle'),(1922,481,'email','meganCheam@gmai1.homes'),(1923,481,'message',''),(1924,481,'field_040512d','on'),(1925,482,'name','Douglas Griffin'),(1926,482,'email','skalld24896@gmail.com'),(1927,482,'message','hey, I did a free marketing video for your website, is this a good place to send it?'),(1928,482,'field_040512d','on'),(1929,483,'name','CyharlesSiZ'),(1930,483,'email','xatccph2@webfreemailz.com'),(1931,483,'message','Dating is a excursion that encompasses the spell of good-natured ally, slighting increase, and exciting discoveries. It is a method toe which individuals explore impractical possibilities, getting to know each other on a deeper level. Dating allows people to appropriate experiences, market ideas, and create consequential connections. \r\nhttps://thetittyfuck.com/videos/2151/big-booty-creampie-in-the-bar/\r\n \r\nIn the realm of dating, one encounters a different range of emotions. There\'s the exhilaration of get-together someone new, the anticipation of a first fixture, and the quivering of discovering stock interests and shared values. It is a continually of vulnerability and self-discovery as individuals obtainable themselves up to the plausibility of inclination and companionship. \r\nhttps://thetittyfuck.com/videos/14673/nothing-makes-these-three-chicks-happier-than-masturbating-with-toys-together/\r\n \r\nEffective communication lies at the heart of dating, facilitating accord and correlation between two people. It involves acting listening, virtuous declaration, and empathy, creating a space representing authentic dialogue. Thoroughly communication, individuals can explore their compatibility, exchange thoughts and dreams, and develop intensify a bottom of trust.'),(1932,483,'field_040512d','on'),(1933,484,'name','TobiasKic'),(1934,484,'email','no.reply.DiegoOlsen@gmail.com'),(1935,484,'message','Good day! elconferencista.com \r\n \r\nDid you know that it is possible to send letter convincingly and lawfully? We are offering a new way of submitting appeals through contact forms. \r\nMessages that are sent with the help of Feedback Forms are not viewed as spam since they are seen as important. \r\nCome and give our service a try – it’s free! \r\nWe are able to transmit up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1936,484,'field_040512d','on'),(1937,485,'name','JamesCalse'),(1938,485,'email','werso033iu@rambler.ru'),(1939,485,'message','interesting post \r\n_________________ \r\naviator схемы'),(1940,485,'field_040512d','on'),(1941,486,'name','LavillFab'),(1942,486,'email','revers2@1ti.ru'),(1943,486,'message','human six1 gene orf cdna clone expression plasmid, n-his tag купить онлайн в интернет-магазине химмед \r\nTegs: mouse atf-4 gene orf cdna clone expression plasmid, c-gfpspark tag купить онлайн в интернет-магазине химмед \r\nmouse atf-4 gene orf cdna clone expression plasmid, c-ha tag купить онлайн в интернет-магазине химмед \r\nmouse atf-4 gene orf cdna clone expression plasmid, c-ofpspark tag купить онлайн в интернет-магазине химмед \r\n \r\nhuman six1 gene orf cdna clone expression plasmid, n-myc tag купить онлайн в интернет-магазине химмед https://chimmed.ru/products/human-six1-gene-orf-cdna-clone-expression-plasmid-n-myc-tag-id=1771413'),(1944,486,'field_040512d','on'),(1945,487,'name','RobertNaf'),(1946,487,'email','aq60aqa@rambler.ru'),(1947,487,'message','Спасибо, + \r\n_________________ \r\nигровые автоматы играть на деньги гривны - что такое авиатор, игровые автоматы играть на деньги миллион'),(1948,487,'field_040512d','on'),(1949,488,'name','AlbertCrake'),(1950,488,'email','80ujtr8t@yourmailz.com'),(1951,488,'message','Men dating men sample tenderness, connecting, and the stunner of relationships in their own unique way. \r\nhttps://erhe.me/tags/twink/ \r\nIn a life that embraces diversity and inclusivity, same-sex relationships keep found their place. Men who date men sail the joys and challenges of structure relevant connections based on authenticity and mutual understanding. They celebrate enjoyment from while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://thetittyfuck.com/tags/bouncing-boobs/ \r\nCommunication and emotional intimacy disport oneself a essential task in their relationships, fostering reliability and deepening their bond. As people progresses towards fairness, it is noted to approve and respect the angel shared between men dating men, embracing their unique experiences and contributions to the tapestry of kind-hearted connections.'),(1952,488,'field_040512d','on'),(1953,489,'name','PillsVob'),(1954,489,'email','iunskiygipertonik@gmail.com'),(1955,489,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/dw7ChH4s \r\nhttps://www.pickyourownchristmastree.org/XMTRD.php?PAGGE=/WashingtonStateTreeRecyclingDisposal.php&NAME=&URL=https://true-pill.top/\r\nhttp://sha.org.sg/?URL=true-pill.top\r\nhttps://cse.google.mv/url?q=https://true-pill.top/\r\nhttps://www.klimeco.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://19.staikudrik.com/index/d1?diff=0&utm_source=ogdd&utm_campaign=26607&utm_content=&utm_clickid=uskkokskw44sooos&aurl=https://true-pill.top/\r\n \r\n \r\nRibomin\r\nEpratenzide plus\r\nOvranette\r\nClostedal\r\nWarfant\r\nZolpanz\r\nElocon\r\nLosargamma hct\r\nNeurocetam\r\nPionorm\r\nDiltenk\r\nHexadilat\r\nVenlasan\r\nAlerzina\r\nFangan\r\nTrinordiol 28\r\nVerisan\r\nLusert\r\nCital\r\nMetadrate\r\nFix-a\r\nMonodoks\r\nAcular\r\nRetino-a\r\nImiprex\r\nVermid\r\nM-kast\r\nLiz\r\nAdenex\r\nTrexina\r\nAvert\r\nEtopan\r\nZolben\r\nMinidril\r\nKenalgesic\r\nDronal\r\nAciphex\r\nTheravask\r\nMiten\r\nGlimeride'),(1956,489,'field_040512d','on'),(1957,490,'name','Anthonytweks'),(1958,490,'email','m.uske86.56@gmail.com'),(1959,490,'message','Че, приятель! Ты ищешь дельную инфу про то, зачем тебе возиться на нашем сайте? Окей, держи фишку! \r\n \r\nСлушай, тут у нас не просто вебсайт, это кладезь познаний, где тебе предоставляется возможность выжать всю соковитую инфу, что только захочешь! Эй, ну да мы как те уличные братки, знаешь ли, всегда подскажем, как спасти тебя из каждой капусты. \r\n \r\nhttps://fratelli.md/salut-lume/ \r\n \r\nТут на каждом углу - памятке, советы, рецепты, да что угодно! Не имеет никакого значения, че ты штудируешь - кулинарию, программирование, фитнес или философию. У нас все есть варианты, как в кармане у грамотного философа. \r\n \r\nА, и как мы запямытовали заявить, дружище, наш вебсайт это не столько информация, это и связь с настоящими профи! Тут ты можешь задавать свои вопросы, делиться средствами находками, обсуждать принципиальные темы с такими же заинтересованными братками, как ты. \r\n \r\nИ не трать время зря, давай, заскакивай к нам на сайт и бросься в мир знаний и общения, кот-ый мы для тебя приготовили! Ведь кто знает, имеет возможность, тут для тебя раскроются двери в новую жизнь, как в фильмах!'),(1960,490,'field_040512d','on'),(1961,491,'name','WilliamAdese'),(1962,491,'email','m.ka.t.yka.t.99.8@gmail.com'),(1963,491,'message','Слушай, компаньон! Я в курсе, что ты раздумываешь, для чего тебе лазить по нашему веб-сайту, но давай-ка я поведаю для тебя почему это круто, а? \r\nhttps://old.mama.md/topic/240726-professionalnoe-hranenie-shin-pastrareaanvelopemd-vash-nadezhnyy-partner-v-uhode-za-avtomobilnymi-kolesami/ \r\n \r\n \r\n \r\n \r\n \r\nВо-1-х, тут ты найдешь вагон нужной инфы! Что бы ты ни искал - от советов по саморазвитию до лайфхаков для улучшения обстановки - у нас есть все, собственно что для тебя надо(надобно) для развития и вдохновения. \r\n \r\nНо далеко не все! У нас тут целое объединение, как клуб \"Без Карантина\", где тебе предоставляется возможность общаться с крутыми детьми, делиться средствами идеями и получать поддержку в любой истории. \r\n \r\nА еще на нашем веб-сайте практически постоянно что-то происходит! Акции, состязания, онлайн-мероприятия - в общем, все, дабы ты не заскучал и всегда оставался в курсе самых свежих направленностей. \r\n \r\nТак что, старина, не тяни кота за хвост! Загляни на наш сайт и давай вместе развиваться, знаться и развлекаться! Я не сомневается, ты тут отыщешь себе по-настоящему крутых друзей и море позитива!'),(1964,491,'field_040512d','on'),(1965,492,'name','qtaletuyqo'),(1966,492,'email','xaumaepzx@hoopsor.online'),(1967,492,'message','prednisone and alcohol interaction best online prednisone prednisone z pack'),(1968,492,'field_040512d',''),(1969,493,'name','Mike Wallace'),(1970,493,'email','mikeDymn@gmail.com'),(1971,493,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Wallace\r\n \r\nMonkey Digital'),(1972,493,'field_040512d','on'),(1973,494,'name','DanabuP'),(1974,494,'email','a.lejan.dr.ag.r.imsh.a.w@gmail.com'),(1975,494,'message','Slightly off topic :) \r\n \r\nIt so happened that my sister found an interesting man here, and recently got married ^_^ \r\n(Moderator, don\'t troll!!!) \r\n \r\nIs there are handsome people here! ;) I\'m Maria, 27 years old. \r\nI work as a model, successfull - I hope you do too! Although, if you are very good in bed, then you are out of the queue!))) \r\nBy the way, there was no sex for a long time, it is very difficult to find a decent one... \r\n \r\nAnd no! I am not a prostitute! I prefer harmonious, warm and reliable relationships. I cook deliciously and not only ;) I have a degree in marketing. \r\n \r\nMy photo: \r\n \r\n \r\n___ \r\nAdded \r\n \r\nThe photo is broken, sorry((( \r\nCheck out my blog where you\'ll find lots of hot information about me: \r\nhttps://kazanhistory.ru \r\nOr write to me in telegram @Lolla_sm1_best ( start chat with your photo!!!)'),(1976,494,'field_040512d','on'),(1977,495,'name','JamesSat'),(1978,495,'email','yanikaexpert@yandex.ru'),(1979,495,'message','Услуги кадрового агентства BULS: Ваш надежный партнер в подборе персонала \r\n \r\n### Подбор персонала в Москве с агентством по подбору BULS \r\n \r\nКадровое агентство BULS предлагает профессиональные сервисы подбора персонала в Москве, обеспечивая успешный найм и отбор лучших специалистов для вашего бизнеса . Мы понимаем , как важен квалифицированный персонал для процветания любой компании, поэтому предлагаем полный спектр сервисов найма сотрудников, включая анализ резюме и оценку соискателей. \r\n \r\n### Рабочий персонал и административный персонал \r\n \r\nНаша команда экспертов имеет большой опыт в подборе рабочего и административного персонала. Будь то нужны ли вам специалисты для выполнения производственных задач или офисные сотрудники для поддержания офисных процессов , агентство по подбору персонала BULS найдет подходящих специалистов, соответствующих вашим требованиям . \r\nhttps://buls.ru/ \r\n### Найм инженерных и ИТ специалистов \r\n \r\nКадровое агентство BULS специализируется набором инженерного и ИТ персонала. Мы понимаем , как необходимо иметь в команде профессиональных технических специалистов и ИТ-специалистов, готовых решать сложные технические задачи и способствовать росту вашего бизнеса . Наши специалисты скрупулезно изучают резюме и проводят глубокую оценку кандидатов, чтобы предложить вам лучших профессионалов в своей области. \r\n \r\n### Офисный и руководящий персонал \r\n \r\nМы также предоставляем услуги по подбору офисного и руководящего персонала. Кадровое агентство BULS поможет найти сотрудников, которые смогут отлично справляться с текущими задачами, но и смогут внести вклад в стратегическое развитие вашей компании. Мы отбираем резюме и проводим детальную оценку кандидатов, чтобы предложить вам самых компетентных и надежных специалистов. \r\n \r\n### Специализированные услуги подбора кандидатов в кадрового агентства BULS \r\n \r\nНаши услуги по подбору кандидата включают в себя все этапы найма и оценки персонала, от анализа резюме до проведения интервью и оценки соискателей. Мы применяем актуальные методики и инструменты , чтобы обеспечить, что каждый кандидат соответствует вашим ожиданиям и обладает необходимыми квалификацию и опыт. \r\nhttps://buls.ru/ \r\n### Почему стоит выбрать кадрового агентства BULS \r\n \r\nСотрудничество с агентством по подбору персонала BULS предлагает множество преимуществ: \r\n \r\n1. **Профессиональный подход **: Мы тщательно анализируем резюме и проводим оценку кандидатов, чтобы найти для вас лучших специалистов. \r\n2. ** Сохранение времени**: Мы берем на себя все стадии найма сотрудников, высвобождая ваше время для более важных дел. \r\n3. **Гарантия качества **: Наши специалисты имеют богатый опыт и глубокие знания в области найма сотрудников, что обеспечивает высокое качество наших услуг . \r\n \r\n \r\nЕсли вам требуется эффективный подбор персонала в Москве, обращайтесь с агентством по подбору персонала BULS. Мы готовы помочь вам найти лучших сотрудников для вашего предприятия, гарантируя профессиональный подход и отличное качество сервиса. Обратитесь к нам прямо сейчас и узнайте подробности о том, как мы можем вам помочь в найме сотрудников.'),(1980,495,'field_040512d','on'),(1981,496,'name','Mike Forster'),(1982,496,'email','mikeAroug@gmail.com'),(1983,496,'message','Hi there \r\n \r\nJust checked your elconferencista.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Forster\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/'),(1984,496,'field_040512d','on'),(1985,497,'name','Kinaldrek'),(1986,497,'email','kinaldnop@gmail.com'),(1987,497,'message','Спортивный комплекс «Лидер Д2» легко монтируется и быстро собирается, что является преимуществом для многих пользователей.Провести вечер воскресенья посреди Днепра на корабле в компании друзей? Это не сон, а настоящая реальность! Но только если поспешить купить билеты, ведь количество мест ограничено. Если успеете, будете наблюдать закат солнца с легким бризом под освежающие напитки и приятную музыку. Кстати, на борт с собой можно брать напитки, закуски и, разумеется, друзей. \r\nСамая актуальная информация уличные тренажеры на нашем сайте\r\nСмотрите описание уличные спортивные площадки тут\r\nДешевые детские площадки купить\r\n \r\nДетский спортивный комплекс для улицы \"Пионер морячок с горкой\"Рады Вам сообщить , что к моделям Чемпион, КиндерЛюкс Колор, Тигренок и Демос мы дарим Вам гимнастический мат (100 х 70 х 5 см). Шведские .'),(1988,497,'field_040512d','on'),(1989,498,'name','Kinaldrek'),(1990,498,'email','kinaldnop@gmail.com'),(1991,498,'message','Детский комплекс станет любимым местом игр вашего ребенка. Покупая ДСК вы получаете полноценный спортивно-игровой уголок, где ваш ребенок сможет играть, выполнять физические упражнения, заниматься гимнастикой и весело проводить время!Поставляется в сдутом виде. \r\nПродам манжеты для кроссовера блочного тренажера\r\nКак выбрать самые лучшие уличные тренажеры\r\nПроизводство уличных тренажеров\r\n \r\nДетский спортивный комплекс для дома “KindWood Color Plus 1” оснащён всеми игровыми элементами и спортивными атрибутами, необходимыми для полноценного развития ребёнка. В комплектацию изделия входят следующие спортивные элементы: 1. Шведская стенка. 2. Гладиаторская сетка. 3. Рукоход Ракета 4. Детская горка Волна 5. Кольца Все эти спортивные атрибуты способствуют развитию ловкости и силы малыша, его мелкой моторики, реакции и координации движений. Характеристики: Высота: 150 см Ширина: 85 см Длина: 132 см Перекладины: Бук Гимнастические кольца: Пластик Подробнее.Стулья растишки для школьников.'),(1992,498,'field_040512d','on'),(1993,499,'name','Kinaldrek'),(1994,499,'email','kinaldnop@gmail.com'),(1995,499,'message','Спортивный уголок из дерева крепится только в стену, крепежными изделиями подходящими для вашего типа стен. Как правило крепление идет в 4 точки по 2 крепления на каждую. Металлические спортуголки, кроме крепления в стену, так же имеют возможность фиксации распорками потолок-пол.Если же Вы и Ваши дети одинаково любите занятия спортом, Вы можете приобрести универсальный спортивный комплекс. К примеру, купить уличный турник и брусья, совмещенные с качелями. Каждый член семьи найдет что-то для себя на такой загородной спортивной площадке. \r\nМанжета для ног\r\nАнтивандальные спортивные тренажеры для улицы\r\nКупить недорого уличные тренажеры\r\n \r\nпо возрасту ребенка:Складной детский спорткомплекс «Лиана» отличается от других спортуголков, тем, что он компактный. Легко и быстро складывается и раскладывается буквально за 1 минуту. Для этого необходимо закрутить четыре ручки. Изготовлен данный детский спорткомплекс из высококачественного, прочного, гибкого древа – ясеня, что дает ему изящность. Поверхность спорткомплекса покрыты лаком на водной основе. Подробнее.'),(1996,499,'field_040512d','on'),(1997,500,'name','Kinaldrek'),(1998,500,'email','kinaldnop@gmail.com'),(1999,500,'message','Мобильный детский комплекс для дачи представляет собой ряд стоек, на которых расположены различные спортивные снаряды. Обязательно присутствуют лесенки – на них любят лазить дети разных возрастов. Есть и качели, которые всегда радуют и малышей, и детей школьного возраста.К занятиям спортом активно привлекаются все слои населения — от малышей до людей преклонных лет. \r\nУличные тренажеры купить украина\r\nДетские спортивные площадки\r\nДетские уличные тренажеры купить\r\n \r\nКупить на складе:под заказ.Игровой центр с зимней горкой Sportbaby Babyland-13 Капитан.'),(2000,500,'field_040512d','on'),(2001,501,'name','ttaletyxxo'),(2002,501,'email','dhsaiggvb@rambbarlumbsi.online'),(2003,501,'message','cialis cheap canada buy generic cialis online canada buy cialis cheap prices fast delivery ordering cialis online illegal how long do the effects of cialis last'),(2004,501,'field_040512d','on'),(2005,502,'name','ntaletuooa'),(2006,502,'email','nofydrovl@guyclearsecso.online'),(2007,502,'message','can doxycycline treat strep throat doxycycline malaria dosage doxycycline pills side effect of doxycycline hyclate where to buy doxycycline'),(2008,502,'field_040512d','on'),(2009,503,'name','Mnoioskymn'),(2010,503,'email','sborpis.e.m.a.ll@gmail.com'),(2011,503,'message','гражданство на Коста-Рика \r\nполучить гражданство в Коста-Рике \r\nhttps://costavida.ru \r\nпмж в Коста-Рику для россиян \r\nроды в Коста-Рике гражданство для родителей \r\nhttps://costarus.ru \r\nпмж Коста-Рика форум \r\nКоста-Рика как получить внж \r\nуехать на пмж в Коста-Рику \r\nроды и гражданство в Коста-Рике \r\nКоста-Рика иммиграция \r\nhttps://imigrantos.ru'),(2012,503,'field_040512d','on'),(2013,504,'name','Williemus'),(2014,504,'email','golubevaevelina19908114@list.ru'),(2015,504,'message','A fairly new player in the Russian darknet arena, blacksprut Blacksprut has quickly gained attention for its interesting features and growing popularity. While some aspects raise questions, it has the potential to become a prominent figure in the darknet scene. \r\nFeatures: \r\n \r\nBlacksprut https://bs-gl-darknet.com offers an \"Instant Transactions\" feature, inspired by the success of similar systems on other platforms like Hydra. Couriers hide goods within the city and provide buyers with coordinates, adding an adventurous element to the purchasing process.'),(2016,504,'field_040512d','on'),(2017,505,'name','PromotionMuh'),(2018,505,'email','l.e.nag.o.pkalo.73.@gmail.com'),(2019,505,'message',''),(2020,505,'field_040512d','on'),(2021,506,'name','RobertKig'),(2022,506,'email','karry.longinotticiq@onet.pl'),(2023,506,'message','Где Купить Кокаин в Киеве? САЙТ - KOKS.TOP Где Купить Кокаин Киев? САЙТ - KOKS.TOP \r\n \r\n \r\n100% ДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\n100% ЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\n100% ЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nРАБОЧАЯ ССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ КОКАИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Купить Кокаин в Киеве\" \r\nСколько Стоит Кокаин в Киеве в розницу и нетолько? Кто обычно покупает Кокаин в Киеве и зачем? Как изготавливают Кокаин который можно купить в Киеве и когда? \r\nСколько лет уже продают качественный Кокаин в Киеве закладками и где? Как можно купить Кокаин в Киеве с доставкой в руки и за сколько? \r\nНадежность покупок Кокаина в Киеве с максимальной скоростью доставки товара в руки это точно? Какой минимальный заказ покупки Кокаина в Киеве при заказе онлайн? \r\nСамый быстрый способ Купить Кокаин в Киеве без посредников? Купить кокаин в киеве на прямую без третьих лиц? Сколько нужно грамм для употребления Кокаина в Киеве если я девушка? \r\nМой друг знает где быстро Купить Кокаин в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно! \r\nЕсли есть желание покупать Кокаин в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Кокаин в Киеве всегда? \r\nКокаин в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков? Бесплатная доставка Кокаина в Киеве по средах каждого месяца! \r\nМелкие и крупные покупки Кокаина в Киеве, Оптом Кокаин в Киеве? В розницу Кокаин в Киеве? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки! \r\nЧелоек - Паук вместо паутины плетёт кокаиновую нить, которую иногда можно перепутать с Кокаином в Киеве по самой доступной цене на этом узкопрофильном рынке! \r\nКаждая собака в Киеве знает где купить Кокаин на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских кокаиновых весов? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Кокаин такого качества, что потом весь остальной Кокаин тв Киеве можно будет просто выкинуть в мусорку без сомнения? \r\nНаш Кокаин в Киеве- просто перчик? Про такой Кокаин в Киеве даже соченили уже репчик? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Кокаина в Киеве? \r\nМеня на улице спросили - Где же мы Можем Купить Кокаин в Киеве? И я с гордостью ответил - Кокаин в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Кокаин в Киеве. \r\nКакими способностями обладают люди, которые употребляют Кокаин в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Кокаин в Киеве чувствует прилив сил и бодрость на 100%! \r\nМне в замаскированной посылке привезли Кокаин в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно? \r\n \r\nОбщие Теги для Гугл бот - Купить Шишки в Киеве, Купить экстази в Киеве , Купить гашиш в Киеве, Купить мефедрон в Киеве, Купить экстази в Киеве, Купить МДМА в Киеве, \r\nКупить лсд в Киеве, Купить Амфетамин в Киеве, Купить скорость альфа ПВП в Киеве, Купить гидропонику в Киеве, Купить метамфетамин в Киеве, Купить эйфоретики в Киеве, \r\nКупить закладки в Киеве, Купить ШИШКИ закладкой в Киеве , Купить Стимуляторы в Киеве, Купить Галлюцыногены в Киеве. Тег окончен'),(2024,506,'field_040512d','on'),(2025,507,'name','DennisseGic'),(2026,507,'email','robertabrahamsen1977@int.pl'),(2027,507,'message','Как Купить Амфетамин в Киеве? САЙТ - KOKS.TOP Где Купить Амфетамин Киев? САЙТ - KOKS.TOP \r\n \r\n \r\n100% ДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\n100% ЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\n100% ЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nПОСТОЯННАЯ ССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКАК КУПИТЬ АМФЕТАМИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Купить Амфетамин в Киеве\" \r\nСколько Стоит Амфетамин в Киеве в розницу и не только? Кто обычно покупает Амфетамин в Киеве и где? Как изготавливают Амфетамин который можно купить в Киеве круглосуточно? \r\nСколько лет уже продают качественный Амфетамин в Киеве закладками круглосуточно? Как можно купить Амфетамин в Киеве с доставкой в руки на 100%? \r\nНадежность покупок Амфетамин в Киеве с максимальной скоростью доставки товара в руки с гарантией? Какой минимальный заказ покупки Амфетамин в Киеве при заказе онлайн доставкой в руки? \r\nСамый быстрый способ Купить Амфетамин в Киеве без посредников на 100%? Купить Амфетамин в киеве на прямую без третьих лиц как легко? Сколько нужно грамм для употребления Амфетамина в Киеве навернека? \r\nМой друг знает где быстро Купить Амфетамин в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно на 100%! \r\nЕсли есть желание покупать Амфетамин в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Амфетамин в Киеве круглосуточно? \r\nАмфетамин в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков без посредников? Бесплатная доставка Амфетамина в Киеве по средах каждого месяца 100%! \r\nМелкие и крупные покупки Амфетамина в Киеве, Оптом Амфетамин в Киеве с доставкой? В розницу Амфетамин в Киеве с доставкой? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки и на 100%! \r\nЧелоек - Паук вместо паутины плетёт Амфетаминовую нить, которую иногда можно перепутать с Амфетамином в Киеве по самой доступной цене на этом узкопрофильном рынке! \r\nКаждая собака в Киеве знает где купить Амфетамин на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских Амфетаминовых весов? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Амфетамин такого качества, что потом весь остальной Амфетамин тв Киеве можно будет просто выкинуть в мусорку без сомнения и с гарантией? \r\nНаш Амфетамин в Киеве- просто перчик? Про такой Амфетамин в Киеве даже соченили уже репчик? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Амфетамина в Киеве круглосуточно? \r\nМеня на улице спросили - Где же мы Можем Купить Амфетаминн в Киеве с гарантией? И я с гордостью ответил - Амфетамин в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Амфетамин в Киеве. \r\nКакими способностями обладают люди, которые употребляют Амфетамин в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Амфетамин в Киеве чувствует прилив сил и бодрость на 100%! \r\nМне в замаскированной посылке привезли Амфетамин в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно и качественно? \r\n \r\nОбщие Теги для Гугл бот - Как Купить Шишки в Киеве, Как Купить экстази в Киеве , Как Купить гашиш в Киеве, Как Купить мефедрон в Киеве, Как Купить экстази в Киеве, Как Купить МДМА в Киеве, \r\nКак Купить лсд в Киеве, Как Купить Амфетамин в Киеве, Как Купить скорость альфа ПВП в Киеве, Как Купить гидропонику в Киеве, Как Купить метамфетамин в Киеве, Как Купить эйфоретики в Киеве, \r\nКак Купить закладки в Киеве, Как Купить ШИШКИ закладкой в Киеве , Как Купить Стимуляторы в Киеве, Как Купить Галлюцыногены в Киеве. Тег окончен'),(2028,507,'field_040512d','on'),(2029,508,'name','JustinloCab'),(2030,508,'email','savelijgoossens1986@int.pl'),(2031,508,'message','Где Купить Мефедрон в Киеве? САЙТ - KOKS.TOP Как Купить Мефедрон Киев? САЙТ - KOKS.TOP \r\n \r\n \r\n100% ДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\n100% ЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\n100% ЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nПОСТОЯННАЯ ССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\n100% КУПИТЬ МЕФЕДРОН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Где Купить Мефедрон в Киеве\" \r\nСколько Стоит Мефедрон в Киеве в розницу и как купить? Кто обычно покупает Мефедрон в Киеве и где? Как изготавливают Мефедрон который можно купить в Киеве и когда? \r\nСколько лет уже продают качественный Мефедрон в Киеве закладками и где? Как можно купить Мефедрон в Киеве с доставкой в руки чтоб точно? \r\nНадежность покупок Мефедрон в Киеве с максимальной скоростью доставки товара в руки 100%? Какой минимальный заказ покупки Мефедрона в Киеве при заказе онлайн если один? \r\nСамый быстрый способ Купить Мефедрона в Киеве без посредников и где? Купить Мефедрон в киеве на прямую без третьих лиц легко? Сколько нужно грамм для употребления Мефедрон в Киеве для себя? \r\nМой друг знает где быстро Купить Мефедрон в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно 100%! \r\nЕсли есть желание покупать Мефедрон в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Мефедрон в Киеве 100%? \r\nМефедрон в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков точно? Бесплатная доставка Мефедрона в Киеве по средах каждого месяца 100%! \r\nМелкие и крупные покупки Мефедрона в Киеве, Оптом Мефедрон в Киеве где? В розницу Мефедрон в Киеве всегда? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки круглосуточно! \r\nЧелоек - Паук вместо паутины плетёт Мефедроновую нить, которую иногда можно перепутать с Мефедроном в Киеве по самой доступной цене на этом узкопрофильном рынке 100%! \r\nКаждая собака в Киеве знает где купить Мефедрон на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских Мефедроновых весов круглосуточно? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Мефедрон такого качества, что потом весь остальной Мефедрон тв Киеве можно будет просто выкинуть в мусорку без сомнения? \r\nНаш Мефедрон в Киеве- просто перчик 100%? Про такой Мефедрон в Киеве даже соченили уже репчик и где? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Мефедрон в Киеве круглосуточно? \r\nМеня на улице спросили - Где же мы Можем Купить Мефедрон в Киеве круглосуточно? И я с гордостью ответил - Мефедрон в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Мефедрон в Киеве 100%. \r\nКакими способностями обладают люди, которые употребляют Мефедрон в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Мефедрон в Киеве чувствует прилив сил и бодрость 100%! \r\nМне в замаскированной посылке привезли Мефедрон в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно и так быстро в руки? \r\n \r\nОбщие Теги для Гугл бот - Где Купить Шишки в Киеве, Где Купить экстази в Киеве , Где Купить гашиш в Киеве,Где Купить мефедрон в Киеве, Где Купить экстази в Киеве, Где Купить МДМА в Киеве, \r\nГде Купить лсд в Киеве, Где Купить Амфетамин в Киеве, Где Купить скорость альфа ПВП в Киеве, Где Купить гидропонику в Киеве, Где Купить метамфетамин в Киеве, Где Купить эйфоретики в Киеве, \r\nГде Купить закладки в Киеве, Где Купить ШИШКИ закладкой в Киеве , Где Купить Стимуляторы в Киеве, Где Купить Галлюцыногены в Киеве. Тег окончен'),(2032,508,'field_040512d','on'),(2033,509,'name','AlbertCrake'),(2034,509,'email','buov0fr6@yourmailz.com'),(2035,509,'message','Men dating men experience out of, consistency, and the dream of relationships in their own unexcelled way. \r\nhttps://ca3h.com/videos/2214/hot-gay-threesome-hard-deep-ass-fuck-blowjob-until-cumshot/ \r\nIn a world that embraces range and inclusivity, same-sex relationships keep organize their place. Men who ancient men sail the joys and challenges of building relevant connections based on authenticity and mutual understanding. They hallow enjoyment while overcoming societal expectations, stereotypes, and discrimination. \r\nhttps://erhe.me/tags/straightnakedthugs/ \r\nCommunication and fervent intimacy pleasure a essential role in their relationships, fostering reliability and deepening their bond. As society progresses promoting equality, it is important to distinguish and respect the angel shared between men dating men, embracing their together experiences and contributions to the tapestry of kind-hearted connections.'),(2036,509,'field_040512d','on'),(2037,510,'name','CyharlesSiZ'),(2038,510,'email','db6o0dfr@webfreemailz.com'),(2039,510,'message','Dating is a excursion that encompasses the enchanting of good samaritan coherence, live increase, and alluring discoveries. It is a method through which individuals traverse impractical possibilities, getting to know each other on a deeper level. Dating allows people to share experiences, market ideas, and design deep connections. \r\nhttps://thetittyfuck.com/videos/15646/oriental-cutie-with-super-double-nipp-this-babe-wishes-to-fuck-with-me/\r\n \r\nIn the realm of dating, one encounters a diverse kind of emotions. There\'s the exhilaration of get-together someone new, the anticipation of a basic date, and the thrill of discovering stock interests and shared values. It is a ease of vulnerability and self-discovery as individuals unreserved themselves up to the feasibility of regard and companionship. \r\nhttps://thetittyfuck.com/videos/8349/cheating-wife-fuck-husband-best-friend/\r\n \r\nStriking communication lies at the essence of dating, facilitating understanding and connection between two people. It involves acting listening, up language, and empathy, creating a room for trustworthy dialogue. Thoroughly communication, individuals can inquire their compatibility, transfer thoughts and dreams, and build a foundation of trust.'),(2040,510,'field_040512d','on'),(2041,511,'name','rtaletxnup'),(2042,511,'email','lpdmcubft@haigrubevel.online'),(2043,511,'message','ivermectin to purchase ivermectin oral for dogs ivermectin 1 purchase ivermectin for dogs online ivermectin cancer protocol'),(2044,511,'field_040512d','on'),(2045,512,'name','sdiWog'),(2046,512,'email','peopostge@mail3go.online'),(2047,512,'message','оценка освещенности на производстве или оценка отходов \r\n \r\nизмерение загрязнений \r\n \r\nhttps://1aboratory.ru/proizvodstvennyj-kontrol-na-granice-szz/ \r\n \r\nЕщё можно узнать: анализ крови по cito \r\n \r\nКонтроль воздуха'),(2048,512,'field_040512d','on'),(2049,513,'name','Barryunect'),(2050,513,'email','rlgusjqntOr@rapmail.store'),(2051,513,'message','Можно ли применять биорепарацию при беременности? Биорепарацию не рекомендуется применять во время беременности и кормления грудью \r\nбиорепарация лица что это https://www.biorevitalization.com.ru/ .'),(2052,513,'field_040512d','on'),(2053,514,'name','KeithBluex'),(2054,514,'email','autolife56@yandex.kz'),(2055,514,'message','Автосервис Ярославль \r\nhttps://katalik76.ru/ \r\nhttps://katalik76.ru/udalenie-katalizatora-Mini-One.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Haval-H6-Coupe.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Hanteng.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Hyundai-i10.html\r\nhttps://katalik76.ru/udalenie-katalizatora-Mitsubishi-Pajero-Mini.html'),(2056,514,'field_040512d','on'),(2057,515,'name','Barryunect'),(2058,515,'email','xriivedtdOr@rapmail.store'),(2059,515,'message','Как часто можно делать процедуры биорепарации? Процедуры биорепарации можно повторять каждые 6-12 месяцев в зависимости от индивидуальных особенностей и рекомендаций врача \r\nбиорепарация лица цена отзывы biorevitalization.com.ru .'),(2060,515,'field_040512d','on'),(2061,516,'name','Wilmaobeda'),(2062,516,'email','erb-girt@biebel54.dynainbox.com'),(2063,516,'message','garilla казино \r\nhttps://t.me/garillacasinobonus'),(2064,516,'field_040512d',''),(2065,517,'name','Kak_pbmt'),(2066,517,'email','zizpxtnydmt@xruma.com'),(2067,517,'message','Советы от специалистов по уходу за кожей. \r\nНитевидные бородавки http://plastica.onclinic.ru/ .'),(2068,517,'field_040512d','on'),(2069,518,'name','MichaelBof'),(2070,518,'email','gordon_clarkiiz1@outlook.com'),(2071,518,'message','https://guard-car.ru/'),(2072,518,'field_040512d','on'),(2073,519,'name','Mike Audley'),(2074,519,'email','mikeToorropeblen@gmail.com'),(2075,519,'message','This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.co/ranking-in-the-maps-means-sales/ \r\n \r\nThanks and Regards \r\nMike Audley\r\n \r\nhttps://www.speed-seo.co/whatsapp-us/'),(2076,519,'field_040512d','on'),(2077,520,'name','Michailgue'),(2078,520,'email','e.n.te.r.office2.20.7.2.02.2.3@gmail.com'),(2079,520,'message','Доброго времени суток друзья! \r\nhttp://korolevichelisey.ru/forum/viewtopic.php?f=5&t=25532&p=113391#p113391\r\nhttp://www.ortopedie-traumatologie.cz/fora/viewtopic.php?f=8&t=24488\r\nhttps://www.steuerberater-forum.org/viewtopic.php?p=10999#p10999\r\nhttps://permaweb.cz/viewtopic.php?f=47&t=32988\r\nhttps://cabrioletclub.com/forum/viewtopic.php?f=29&t=22589\r\n \r\nПроизводство и установка памятника – не финальный этап. После проведения монтажных работ необходимо очистить участок от мусора, а также установить дополнительные декоративные элементы. Подобрать дизайн ландшафта поможет сертифицированный художник.Заказать описанные услуги в комплексе или по отдельности можно на сайте. Обустройство захоронения на кладбище не требует демонтажа элементов мемориального комплекса. Работники выезжают на указанное место с необходимым оборудованием. \r\nНаша контора занимается свыше 10 лет ритуальными услугами в городе Калиниграде.Вот что мы можем предложить вам:'),(2080,520,'field_040512d','on'),(2081,521,'name','gypeamala'),(2082,521,'email','unfaify@mailsphere.space'),(2083,521,'message','That is extremely important cialis vs viagra With a better understanding of pathogenetic mechanisms of adenomyosis, advances in drug development will soon be possible 55'),(2084,521,'field_040512d','on'),(2085,522,'name','AlbertCrake'),(2086,522,'email','1hk6qnlw@yourmailz.com'),(2087,522,'message','Men dating men savoir faire tenderness, connection, and the stunner of relationships in their own unexcelled way. \r\nhttps://ca3h.com/ \r\nIn a world that embraces diversity and inclusivity, same-sex relationships keep found their place. Men who date men direct the joys and challenges of building expressive connections based on authenticity and complementary understanding. They celebrate charity while overcoming societal expectations, stereotypes, and discrimination. \r\nп»їhttps://sexyfatmature.net \r\nCommunication and emotional intimacy disport oneself a pivotal place in their relationships, fostering positiveness and deepening their bond. As institute progresses towards fairness, it is significant to approve and compliments the love shared between men dating men, embracing their unique experiences and contributions to the tapestry of human connections.'),(2088,522,'field_040512d','on'),(2089,523,'name','CyharlesSiZ'),(2090,523,'email','sjgt2613@webfreemailz.com'),(2091,523,'message','Dating is a junket that encompasses the deviltry of good-natured connection, personal growth, and overpowering discoveries. It is a take care of to which individuals search maudlin possibilities, getting to recall each other on a deeper level. Dating allows people to share experiences, unpleasantness ideas, and fashion deep connections. \r\nhttps://ca3h.com\r\n \r\nIn the empire of dating, one encounters a dissimilar string of emotions. There\'s the exhilaration of meeting someone contemporary, the presentiment of a first date, and the thrill of discovering stale interests and shared values. It is a continually of vulnerability and self-discovery as individuals public themselves up to the potentiality of regard and companionship. \r\nhttps://ca3h.com/\r\n \r\nEffective communication lies at the essence of dating, facilitating competence and appropriateness between two people. It involves running listening, virtuous language, and empathy, creating a range representing trustworthy dialogue. Including communication, individuals can enquire into their compatibility, the board thoughts and dreams, and assemble a groundwork of trust.'),(2092,523,'field_040512d','on'),(2093,524,'name','myzh5lHah'),(2094,524,'email','tsidorovo6050@outlook.com'),(2095,524,'message','Муж на час - что входит в обязанности\r\n\r\nМногие считают, что такого вида услуги заказывают только пенсионеры, одинокие пожилые люди, а нет. Это было справедливо. Минутами (редкими, впрочем) он доходил иногда до такого самозабвения, что не стыдился даже того, что не имеет своего экипажа, что слоняется пешком по присутственным местам, что стал несколько небрежен в костюме, - и случись, что кто-нибудь из старых знакомых обмерил бы его насмешливым взглядом на улице или просто вздумал бы не узнать, то, право, у него достало бы настолько высокомерия, чтоб даже и не поморщиться. Ему было очень горько, но не то, что приходилось плохо питаться, составляло главную беду, а то, что волшебная фея веселого настроения духа уже совсем отучилась навещать его. Это правда, есть женщины, одержимые таким бешенством, но другие жалуются не без основания. Хе-хе, на этот счет вы в моих чувствах ошибаетесь-с, по изречению одного мудреца: \"Хорош враг мертвый, но еще лучше живой\", хи-хи! Да, конечно, оба этого хотели, и если даже он утром опоздает к заре, то и это ничему не повредит; нет, но как он теперь говорит!\r\n\r\nДа, собственно, он и совсем не должен бы был покидать корабля, но если он к утренней заре уже вернется, то это сойдет. И несчастный отец семейства, который уж столько лет не пробовал хорошего хлеба, встал, чтобы идти хлебать грубую кашу со снятым молоком, наполнить свой желудок, но отнюдь не насытиться. Все в том, что вызвать мужа на час я ухожу и ее оставляю, значит, дескать, что уж и не люблю больше так, как ее при мамаше любил, - вот в чем обвиняет меня. Два раза уж делал он кругосветное путешествие. В первое лето он ей писал настоящие любовные письма, не пропускал ни одной стоянки, не опустив письма, и когда, наконец, увидел шведский берег, то не мог на него до сыта наглядеться. Но у него еще было так много дела на пароходе, и до самого вечера ему не удалось сойти на землю. Но без церкви нет утешения, а зачем оно, это утешение? Но как она ее достала? Но где она будет спать эту ночь?\r\n\r\nНо он посылал ей рукой воздушные поцелуи один за другим даже тогда, когда подъехали матросы с лодкой. Но, он был глуп! Ах, он должен был уходить! Ах, замолчите об этом, прошу вас! Ах, что вы говорите, мы же немножко только прошли к скалам. И что же такое этот порок? Я сказал, что вы „хищный тип“, - в насмешку вам сказал. Вот вам квартира. Эта комната - да вот, рядом, еще другая. Эти слова, понятные ему одному, прозвучали чуть слышно, но тем не менее, они вернули ему самообладание. Эти мысли прервала старшая дочь, прося сорвать липовый листочек и сделать из него зонтик для куклы. Эти небольшие путешествия были настоящим благословением. В каждой жизни есть свои недочеты, но почему всегда случается так, что в жизни преуспевают те, кому и так хорошо живется? И не лучше ли было бы устроиться так, чтобы не нуждаться ни в каком утешении. В конце молодой философ доказывал, что громадные поля пшеницы показывают, что никакого перероста населения нет и что теория Мальтуса не только не верна, но и безнравственна, как с точки зрения буржуазной морали, так и с общечеловеческой. И наука, занявшая место религии, не давала никакого ответа на все сомнения, она констатирует лишь факты и спокойно предоставляет умирать с голоду и детей и родителей!\r\n\r\nОни отправились в обыкновенное место своей, прогулки, к церкви св. Нет, но такая понятливая маленькая шельма, позаботилась о большой постели! Конечно, глупо использовать мужа на час для полноценного ремонта, но вот что-то подлампичить, где-то подкрутить - это именно его специализация. Вино сверкало в бокалах, звучали поцелуи; снаружи слышались звуки вечерней зари, но это его не касалось, он мог остаться еще на один час. Таким образом, вызов мужа на час - это экономия времени, денег, нервов и сил. Компания «Мастербрик» предлагает прямо сейчас оценить преимущество услуги мастер на час в Москве, и вызвать нашего специалиста. Москва мастер универсал муж на час монтажник дверей сборщик мебели монтажник бытовой техникиИП Маслов Д.В. Если предоставляемая услуга является более сложной или объемной, то ее цена может достигать 1000 руб. в час. Точную смету рассчитает наш консультант при подаче заявки и согласовании - мы отправим мастера на час, если цена вас полностью устраивает. Сегодня меня спросили: муж на час, что это такое и зачем? Как только муж приходит с работы, постарайтесь дать ему хотя бы 10-15 минут тишины. Здесь можно понять обоих, ведь муж зарабатывает деньги для семьи и зачастую домой приходит с работы уставший, а жена хранительница домашнего очага, поэтому стремится создать уют. Светлые летние петербургские ночи всегда производили в нем нервное раздражение и в последнее время только помогали его бессоннице, так что он, недели две назад, нарочно завел у себя на окнах эти толстые штофные гардины, не пропускавшие свету, когда их совсем опускали.'),(2096,524,'field_040512d','on'),(2097,525,'name','italetoxed'),(2098,525,'email','eovvdddgm@suraclare.shop'),(2099,525,'message','persuasive essay against death penalty mla essay formatting example of an academic paper essay on distance education and its importance example of an outline of an essay'),(2100,525,'field_040512d','on'),(2101,526,'name','Myzh4soorb'),(2102,526,'email','ynatasha.ivanove87@outlook.com'),(2103,526,'message','42). - P. 403-427. - Doi:10.1057/palgrave.ip.8800111\r\n\r\nБудьте мудрее. Вы можете закрепить за ним домашние обязанности, которые не должны меняться изо дня в день. Но Вы ничего не записывали. Но он сидел неподвижно за столом, молчал и не хотел говорить. Но в этот раз он едва дал себе время раздеться, бросился на кровать и раздражительно решил ни о чем не думать и во что бы то ни стало \"сию же минуту\" заснуть. Однако же любовь и дружба и т. д. Юный Давид взял свои пращ и камень - Он не боялся могущества Голиафа, - Он разбил ему череп, пронзил мозг, - И человек в пятьдесят футов лежал без движения. Однако даже если это было инициативой снизу, принц оставался командующим, то есть ответственным за действия вверенных ему войск, и не сделал ничего, чтобы остановить бойню. Не слышно ничего, кроме изнасилований. На следующий день его проинформировали, что Чан, ранее заявлявший, что Нанкин нужно оборонять «до последнего человека», отклонил предложение. Японцы ожидали ответа на свой ультиматум, но ответа от китайской стороны до последнего срока, то есть до 10 декабря, не последовало. В декабре 2007 года были представлены ранее засекреченные американские документы, включая телеграмму посла США в Германии, посланную через день после взятия города японцами, в которой он пишет, что слышал, как посол Японии в Берлине говорил о 500 000 китайцев, уничтоженных на марше от Шанхая до Нанкина.\r\n\r\n22 ноября группа из 15 иностранцев во главе с Рабе сформировала Международный комитет и установила Нанкинскую зону безопасности, чтобы защитить оставшееся гражданское население города, насчитывавшее от 200 000 до 250 000 человек. Достоевской, «все это случалось с Федором Михайловичем: он до того забывал лица знакомых ему людей, что иногда не узнавал даже моего брата, которого искренне любил. Вдова терпеливо его выслушала и мягко ответила, что, принимая во внимание его долгую привязанность, его любезности, подарки, а также ту внимательность, которую он только что ей оказал, она не хочет сразу ему отказать. Это не лучшим образом сказалось на боевом духе защитников города, многие из которых затем пали в сражении за него и во время японской оккупации Нанкина. Японское правительство заранее согласилось не атаковать те части города, в которых не будут находиться китайские военные, а члены Комитета смогли убедить китайские власти убрать войска из этой зоны. Китайцы поджигали здания в северной части города, а также около нескольких городских ворот. Японская армия атаковала с нескольких направлений одновременно. Японская армия проводила зачистки внутри и вне Нанкинской зоны безопасности. Хотя временные рамки резни обычно устанавливаются в шесть недель после падения Нанкина, японская армия совершала преступления и за пределами этого периода. Хотя большинство источников говорит о том, что последняя фаза сражения была односторонним избиением деморализованного и бегущего противника, некоторые японские историки считают, что оставшиеся китайские части всё ещё представляли опасность для японцев.\r\n\r\nВторой японо-китайской войны, в ходе которого в Нанкине, столице Китайской республики, японские военнослужащие совершили массовые убийства и изнасилования гражданского населения. В 1937 аффилированные японские газеты Osaka Mainichi Shimbun и Tokyo Nichi Nichi Shimbun, освещали «конкурс» между двумя японскими офицерами, Тосиаки Мукаи и Цуёси Нодой из 16-й дивизии. Тем временем члены Комитета связались с генералом Таном и предложили ему план трёхдневного прекращения огня, во время которого китайские силы могли бы отойти, не вступая в бой, а японские оставались бы на своих прежних позициях. Рабе и американский миссионер Льюис Смайт, секретарь Комитета и профессор социологии в Нанкинском университете, записали действия японских войск и направили жалобы в посольство Японии. Так как большинство японских военных записей, посвященных событиям Нанкинской резни, было засекречено и уничтожено вскоре после капитуляции Японии в 1945 году, историкам неизвестно точное количество жертв насилия. Так как в большей степени те, кто заказывает наши услуги, только в последний момент понимают что у ни наступил коллапс и помощь им нужна без отлагательства! Ведь клиентами мужа на час, сегодня становятся не только одинокие женщины, которым необходима мужская помощь по дому, а также мужчины. Однако вы сегодня какой-то злой, - с досадой заметил Вельчанинов.\r\n\r\nОднако вместо организованного отхода начался хаос. Однако предполагаемый ключевой виновник, принц Асако, являвшийся членом японской императорской семьи, избежал суда, так как ранее получил от союзников по антигитлеровской коалиции иммунитет от преследования. 13 декабря 6-я и 116-я дивизии японской армии первыми вошли в Нанкин, встречая лишь незначительное сопротивление его защитников. Стратегией Чан Кайши стало следование рекомендациям его немецких советников по завлечению японской армии вглубь Китая и использованию затем его обширной территории в качестве основного оборонного актива. Генерал Тан согласился, при условии, что Комитет смог бы получить согласие на это Чан Кайши, который уже убыл муж на час в Ханькоу и перенёс туда свою штаб-квартиру. 12 декабря, подвергаясь тяжёлому артобстрелу и бомбардировке с воздуха, генерал Тан приказал своим подчинённым отступать. В пресс-релизе для иностранных репортёров генерал Тан заявил, что город не капитулирует и будет сражаться насмерть. Когда же генерал Иванэ Мацуи прибыл через четыре дня после её начала, одного строгого приказа оказалось достаточно, чтобы прекратить резню. Когда я показал им партийный значок, они скрылись тем же способом. Когда я показался, они сказали, что, якобы, видели, как стену перелезают двое китайских солдат.'),(2104,526,'field_040512d','on'),(2105,527,'name','Jeaninebreek'),(2106,527,'email','rehtoqjda@farironalds.com'),(2107,527,'message','Ready to experience the excitement of video poker? Join our video poker free slots games and start playing today. Whether you’re a novice or a seasoned poker player, our video poker games offer something for everyone. Embrace the challenge, apply your strategy, and enjoy the thrill of winning.'),(2108,527,'field_040512d','on'),(2109,528,'name','Meganmug'),(2110,528,'email','gqvxiqcyi@farironalds.com'),(2111,528,'message','Playing at our online casino offers endless entertainment and the chance to win big. With a vast selection of games, exciting bonuses, and a secure environment, there\'s no better place to enjoy the thrill of casino gaming. Join us today and experience the ultimate online casino adventure. \r\nBy choosing to play online casino games with us, you\'re not only opting for fun and excitement but also for a safe and rewarding gaming experience. Don\'t wait any longer – dive into the world of gambling online for money and start your journey to success now.'),(2112,528,'field_040512d','on'),(2113,529,'name','PillsVob'),(2114,529,'email','iunskiygipertonik@gmail.com'),(2115,529,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://true-pill.top/ \r\n \r\nGerolamic\r\nOphtamycetin\r\nMinisolone\r\nDexagent-ophthal'),(2116,529,'field_040512d','on'),(2117,530,'name','Williemus'),(2118,530,'email','golubevaevelina19908114@list.ru'),(2119,530,'message','A fairly new player in the Russian darknet arena, blacksprut Blacksprut has quickly gained attention for its interesting features and growing popularity. While some aspects raise questions, it has the potential to become a prominent figure in the darknet scene. \r\nFeatures: \r\n \r\nBlacksprut https://bs-gl-darknet.com offers an \"Instant Transactions\" feature, inspired by the success of similar systems on other platforms like Hydra. Couriers hide goods within the city and provide buyers with coordinates, adding an adventurous element to the purchasing process.'),(2120,530,'field_040512d','on'),(2121,531,'name','Ceciliacug'),(2122,531,'email','yjnmpkuhk@farironalds.com'),(2123,531,'message','Don\'t wait any longer to experience the thrill of online slots. Join our casino games online free play for real money today and embark on an adventure filled with fun, excitement, and endless opportunities to win. With our wide selection of games, generous bonuses, and secure environment, there\'s no better place to play. Sign up now and start spinning the reels for your chance to hit the jackpot!'),(2124,531,'field_040512d','on'),(2125,532,'name','PillsVob'),(2126,532,'email','iunskiygipertonik@gmail.com'),(2127,532,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://true-pill.top/ \r\n \r\nClarithromed\r\nDoxibiot\r\nGertalgin\r\nEthiopia'),(2128,532,'field_040512d','on'),(2129,533,'name','AnthonykprUra'),(2130,533,'email','cocaine@kypit-v-moskve.online'),(2131,533,'message','Купить Кокаин в Москве? Самый чистый Кокаин в Москве Купить \r\nССЫЛКА НА САЙТ- https://mephedrone.top'),(2132,533,'field_040512d','on'),(2133,534,'name','Ronaldakmof'),(2134,534,'email','mefedron@kypit-v-moskve.online'),(2135,534,'message','Москва Купить Мефедрон? Кристаллы МЕФ? \r\nГде в Москве Купить Мефедрон? САЙТ - https://mephedrone.top/'),(2136,534,'field_040512d','on'),(2137,535,'name','MyzhPRenrot'),(2138,535,'email','qamartinez45@outlook.com'),(2139,535,'message',''),(2140,535,'field_040512d','on'),(2141,536,'name','LavillFab'),(2142,536,'email','revers10@1ti.ru'),(2143,536,'message','buffered charcoal yeast extract agar bas e купить онлайн в интернет-магазине химмед \r\nTegs: (r)-(+)-1-boc-2-pyrrolidinecarbonitrile& купить онлайн в интернет-магазине химмед \r\n(r)-(+)-1-boc-3-acetamidopyrrolidine, 97 купить онлайн в интернет-магазине химмед \r\n(r)-(+)-1-boc-3-acetamidopyrrolidine, 97 купить онлайн в интернет-магазине химмед \r\n \r\nbuffered oxide etchant (boe) 10:1 with& купить онлайн в интернет-магазине химмед https://chimmed.ru/products/buffered-oxide-etchant-boe-101-with-id=3853137'),(2144,536,'field_040512d','on'),(2145,537,'name','Mike Clapton'),(2146,537,'email','mikeDymn@gmail.com'),(2147,537,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Clapton\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/'),(2148,537,'field_040512d','on'),(2149,538,'name','etaletpnlk'),(2150,538,'email','osyplmoia@derhosulha.shop'),(2151,538,'message','zithromax for malaria zithromax heart arrhythmia sinus infection zithromax does zithromax have penicillin buy zithromax online usa'),(2152,538,'field_040512d','on'),(2153,539,'name','Mike Russel'),(2154,539,'email','mikedywops@gmail.com'),(2155,539,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\n \r\nThanks and regards \r\nMike Russel\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-us/'),(2156,539,'field_040512d','on'),(2157,540,'name','potlivost_omoi'),(2158,540,'email','ahxyvrcsuoi@rapmail.store'),(2159,540,'message','Как часто нужно проводить процедуры ионофореза при гипергидрозе? В начале лечения процедуры проводят ежедневно или через день, затем по мере улучшения – 1-2 раза в неделю для поддержания эффекта \r\nпотливость подмышек потливость подмышек .'),(2160,540,'field_040512d','on'),(2161,541,'name','Jeaninebreek'),(2162,541,'email','exclmvoyc@farironalds.com'),(2163,541,'message','Ready to experience the excitement of video poker? Join our video poker app and start playing today. Whether you’re a novice or a seasoned poker player, our video poker games offer something for everyone. Embrace the challenge, apply your strategy, and enjoy the thrill of winning.'),(2164,541,'field_040512d','on'),(2165,542,'name','adAwsmealo'),(2166,542,'email','chebakulinakarasevna@gmail.com'),(2167,542,'message','big tits models \r\n \r\nhttp://darts24.ru/bitrix/redirect.php?goto=https://tubesweet.com/\r\nhttps://yunostcafe.ru:443/bitrix/redirect.php?goto=https://tubesweet.com/\r\nhttps://futuregames.se/educations/course/games-marketer?fg=https://tubesweet.com/\r\nhttps://getgate.ru/bitrix/redirect.php?goto=https://tubesweet.com/'),(2168,542,'field_040512d','on'),(2169,543,'name','MichealWhofe'),(2170,543,'email','mark_vallotwau8@hotmail.com'),(2171,543,'message','https://dzheneriki-viagra.ru'),(2172,543,'field_040512d',''),(2173,544,'name','utaletfsnc'),(2174,544,'email','izxejcklr@railugpharow.shop'),(2175,544,'message','rybelsus diabetes med rybelsus use rybelsus price in mexico rybelsus class of medication rybelsus 3mg com 30 comprimidos reviews'),(2176,544,'field_040512d','on'),(2177,545,'name','LouiseMeedo'),(2178,545,'email','ghibaudy-abendroth66@bradd97.lumbermilltricks.com'),(2179,545,'message','онлайн казино с депозитом \r\nhttps://remvend-cafe.ru/deneg/kazino-sol-vivod-deneg.html'),(2180,545,'field_040512d',''),(2181,546,'name','JosephLit'),(2182,546,'email','may107@3mtintchicago.com'),(2183,546,'message','mueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\n \r\n \r\nlast news about muller \r\n \r\nmueller\r\nmueller\r\nmueller\r\n<a href=http://ns.keymachine88.de/php.php?a=mueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller\r\nmueller'),(2184,546,'field_040512d','on'),(2185,547,'name','Publicpt'),(2186,547,'email','elfridabolshakova901892@mail.ru'),(2187,547,'message','Seo to top Strategy by XRumer'),(2188,547,'field_040512d',''),(2189,548,'name','autogWog'),(2190,548,'email','inmatode@mail3go.online'),(2191,548,'message','Интересно: карбоновая защитная пленка на пороги авто или установка пленки на автомобиль \r\n \r\nМожет быть полезным: https://autoplenka.com/product/nabor-dlya-raboty-s-vinilovoj-plenkoj-so-vstroennym-magnitom-7-predmetov-futlyar/ или тонировочная пленка цена \r\n \r\nЕщё можно узнать: что такое сито в медицине'),(2192,548,'field_040512d','on'),(2193,549,'name','LavillFab'),(2194,549,'email','revers10@1ti.ru'),(2195,549,'message','anti-fcrl3(c-terminal) купить онлайн в интернет-магазине химмед \r\nTegs: fcamr cd351 antibody, rabbit pab, antigen affinity purified купить онлайн в интернет-магазине химмед \r\nfcar 100 ul купить онлайн в интернет-магазине химмед \r\nfccp купить онлайн в интернет-магазине химмед \r\n \r\nanti-fcrl4 ea купить онлайн в интернет-магазине химмед https://chimmed.ru/products/anti-fcrl4-ea-id=474826'),(2196,549,'field_040512d','on'),(2197,550,'name','Mike Philips'),(2198,550,'email','mikeDymn@gmail.com'),(2199,550,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Philips\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/'),(2200,550,'field_040512d','on'),(2201,551,'name','Mike Ogden'),(2202,551,'email','mikedywops@gmail.com'),(2203,551,'message','Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\n \r\nThanks and regards \r\nMike Ogden\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-us/'),(2204,551,'field_040512d','on'),(2205,552,'name','Mike Blare'),(2206,552,'email','peterdywops@gmail.com'),(2207,552,'message','Hi there \r\n \r\nI have just analyzed elconferencista.com for the current search visibility and saw that your website could use a push. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.co/unbeatable-seo/ \r\n \r\nRegards \r\nMike Blare\r\n \r\nDigital X SEO Experts \r\nhttps://www.digital-x-press.co/whatsapp-us/'),(2208,552,'field_040512d','on'),(2209,553,'name','PillsVob'),(2210,553,'email','iunskiygipertonik@gmail.com'),(2211,553,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/dw7ChH4s \r\nhttps://m.e-has.com/member/login.html?noMemberOrder=&returnUrl=httpstrue-pill.top\r\nhttps://nhadat.biz.vn/proxy.php?link=https://true-pill.top/\r\nhttps://time.am/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://www.elektrikforen.de/proxy.php?link=https://true-pill.top/\r\nhttps://technoschock.ru/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://true-pill.top/\r\n \r\n \r\nAknezel k\r\nNitropen\r\nOkacet\r\nAcyclovir\r\nToltem\r\nE-base\r\nJenoxifen\r\nRestwel\r\nCeprax\r\nEjennu\r\nDiphenhydramine\r\nAllerfast\r\nBiocid\r\nBolax\r\nSulamine\r\nCarvol\r\nZandil\r\nXmet\r\nSupracef\r\nDropicine\r\nEficline\r\nPharmapar\r\nViagra Soft Flavoured\r\nMicogyl\r\nAlexan\r\nOssmax\r\nTrionetta\r\nDelaxin\r\nCardiostat\r\nSertiva\r\nRalinet\r\nBlezamont\r\nRapilin\r\nAvyplus\r\nVasopren\r\nAdipin\r\nFexofenadin\r\nEpilan-d-gerot\r\nMyores\r\nBrainal'),(2212,553,'field_040512d','on'),(2213,554,'name','X22buP'),(2214,554,'email','xrumer23buP@gmail.com'),(2215,554,'message','Hey people!!!!! \r\nGood mood and good luck to everyone!!!!!'),(2216,554,'field_040512d','on'),(2217,555,'name','sdiWog'),(2218,555,'email','banksyndfuncra@mail3go.online'),(2219,555,'message','мониторинг выбросов или мониторинг физических факторов на рабочих местах \r\n \r\nоценка физических факторов на рабочем месте \r\n \r\nhttps://x-laba.ru/monitoring-vozduha/ \r\n \r\nЕщё можно узнать: где серийный номер на ноутбуке asus \r\n \r\nпроверка микроклимата на работе'),(2220,555,'field_040512d','on'),(2221,556,'name','GeraldGof'),(2222,556,'email','ractiniverana@inbox.lv'),(2223,556,'message',''),(2224,556,'field_040512d','on'),(2225,557,'name','Frank#smith[Kfyzeiuqujbpygze,2,5]'),(2226,557,'email','bruce2@ie.ernsys.com'),(2227,557,'message','best Inmate Text app \r\n \r\n \r\n \r\nhttps://contactmeasap.com/blog/the-top-5-federal-inmate-texting-apps-of-2021-stay-connected-behind-bars/'),(2228,557,'field_040512d','on'),(2229,558,'name','sdiWog'),(2230,558,'email','taihitog@mail3go.online'),(2231,558,'message','исследование геохимического состояния газов или проверка воздуха \r\n \r\nоценка влажности на рабочих местах \r\n \r\nhttps://1aba.ru/analiz-promyshlennyx-vybrosov/ \r\n \r\nЕщё можно узнать: как начать беседу о сексе по телефону \r\n \r\nвнедрение производственного контроля'),(2232,558,'field_040512d','on'),(2233,559,'name','TDonaldet'),(2234,559,'email','mcksbd@outlook.com'),(2235,559,'message','Old man with young wife. Donald Trump Approves ---> http://zi.ma/4h6w89/'),(2236,559,'field_040512d','on'),(2237,560,'name','ShaneSurge'),(2238,560,'email','lmnsarlabeirm@gmail.com'),(2239,560,'message','Hi, all the time i used to check web site posts here early in the dawn, for the reason that i love to gain knowledge of more and more. \r\nкупить диплом в димитровграде \r\n \r\n \r\nhttps://www.sitebs.ru/blogs/94542.html \r\nкупить диплом в сочи'),(2240,560,'field_040512d','on'),(2241,561,'name','AnthonykprUra'),(2242,561,'email','cocaine@kypit-v-moskve.online'),(2243,561,'message','Купить Кокаин в Москве? Самый чистый Кокаин в Москве Купить \r\nССЫЛКА НА САЙТ- https://mephedrone.top'),(2244,561,'field_040512d','on'),(2245,562,'name','Ronaldakmof'),(2246,562,'email','mefedron@kypit-v-moskve.online'),(2247,562,'message','Москва Купить Мефедрон? Кристаллы МЕФ? \r\nГде в Москве Купить Мефедрон? САЙТ - https://mephedrone.top/'),(2248,562,'field_040512d','on'),(2249,563,'name','Kevinblods'),(2250,563,'email','k.e.i.t.h..y.2.a.rt.e.r.b..e.r.r.y.rl@gmail.com'),(2251,563,'message','vipps pharmacy online https://www.jotform.com/241063068106044 scabies home remedies'),(2252,563,'field_040512d','on'),(2253,564,'name','PillsVob'),(2254,564,'email','iunskiygipertonik@gmail.com'),(2255,564,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://cutt.ly/dw7ChH4s \r\nhttp://www.liquiddinamik.liquidmaps.org/users_fichas_items/index/2425?return=https://true-pill.top/\r\nhttps://xn--l1aafi5br.xn--p1ai/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttp://wasserenergie.ru/bitrix/rk.php?goto=https://true-pill.top/\r\nhttps://little-persona.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\nhttps://sparewheel.ru/bitrix/redirect.php?goto=https://true-pill.top/\r\n \r\n \r\nMicardis\r\nPortiron\r\nValtan\r\nAzithromax\r\nCal-antagon\r\nDexatotal\r\nIsipredon\r\nCarvil\r\nDeprelio\r\nRadinat\r\nAmebamagma\r\nCordalat\r\nViromed\r\nAcevor\r\nFuradantin retard\r\nOvral-l\r\nOzepran\r\nAlapren\r\nCetimax\r\nTareg\r\nClaritrox\r\nCet eco\r\nMutabase\r\nNicord\r\nZanamet\r\nNostil\r\nPantogamma\r\nEgelif\r\nHidrotiadol\r\nTopiegis\r\nErybac\r\nLoratadina\r\nLosachlor\r\nGlutim\r\nBlucef\r\nGliconorm\r\nFemale Cialis\r\nEnalich\r\nCebragil\r\nTivirlon'),(2256,564,'field_040512d','on'),(2257,565,'name','TedTromi'),(2258,565,'email','yjdisantoyjdissemin@gmail.com'),(2259,565,'message','Прывітанне, я хацеў даведацца Ваш прайс.'),(2260,565,'field_040512d','on'),(2261,566,'name','Scottbeaky'),(2262,566,'email','yourmail@gmail.com'),(2263,566,'message','Получите еще больше удовольствия от игры в up-x с нашими промокодами. Посетите up-x промокоды и начните выигрывать больше.'),(2264,566,'field_040512d',''),(2265,567,'name','DanielCodaf'),(2266,567,'email','skyfallos@yandex.com'),(2267,567,'message','Balancing Equipment at Vibration Meter Prices: Fact or Fiction? \r\n Consejos para comprar un dispositivo de equilibrio. \r\n Balancing equipment plays a crucial role in vibration analysis and technological processes. They not only measure parameters but also correct the imbalance of rotating mechanisms, enhancing product quality and economic efficiency. However, their price (2500 - 25000 euros) often makes them inaccessible for small and medium-sized businesses. \r\n \r\n Factors Affecting Cost: \r\n \r\n- Small Demand: Balancing equipment is produced in restricted series. \r\n- Precio de los sensores de vibración: Comprenden al menos dos sensores costosos. \r\n- Software Development: Specialized software entails considerable expenses. \r\n \r\n \"Balanset-1A\": A New Generation Balancing Device \r\n \r\n To address the high cost issue, the \"Balanset-1A\" was developed. Main Development Principles: \r\n \r\n- Use of mass-produced parts. \r\n- Use of more affordable vibration sensors. \r\n- Maximized use of tested control algorithms. \r\n \r\n Composition of \"Balanset-1A\": \r\n \r\n- Microprocessor measuring unit with USB port. \r\n- Portable computer with specialized software installed. \r\n- Two affordable capacitive accelerometers. \r\n- Laser phase angle sensor. \r\n \r\n Such a structure allowed substantial reductions in development and production costs. Using mass-produced components and cheap sensors, along with tested algorithms, resulted in the \"Balanset\" set (without computer) costing no more than 2000 euros (1500 euros for Balanset-oem). \r\n \r\n Conclusion \r\n \r\n \"Balanset\" is a balancing device at the price of a vibration meter, accessible to a wide range of enterprises. \r\n \r\nOriginal article about Shaft Balancing'),(2268,567,'field_040512d','on'),(2269,568,'name','Mike Donaldson'),(2270,568,'email','mikeDymn@gmail.com'),(2271,568,'message','Hi there \r\n \r\nThis is Mike Donaldson\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nThe new Semrush Backlinks, which will make your elconferencista.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.co/semrush-backlinks/ \r\n \r\nCheap and effective \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Donaldson\r\n https://www.strictlydigital.co/whatsapp-us/'),(2272,568,'field_040512d','on'),(2273,569,'name','LavillFab'),(2274,569,'email','revers10@1ti.ru'),(2275,569,'message','3-fluoro-5-methylaniline - купить онлайн в интернет-магазине химмед \r\nTegs: recombinant human sdhd gst n-term protein - купить онлайн в интернет-магазине химмед \r\nrecombinant human sdnsf mcfd2 protein - купить онлайн в интернет-магазине химмед \r\nrecombinant human sdpr gst n-term protein - купить онлайн в интернет-магазине химмед \r\n \r\n1,4-benzenediamine, n1- 2- dimethylamino ethyl -5-methoxy-n1-methyl-n4- 4- 1-methyl-1h-indol-3-yl -2-pyrimidinyl -2-nitro - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/14-benzenediamine-n1-2-dimethylaminoethyl-5-methoxy-n1-methyl-n4-4-1-methyl-1h-indol-3-yl-2-pyrimidinyl-2-nitro--id=6475893'),(2276,569,'field_040512d','on'),(2277,570,'name','BrianStige'),(2278,570,'email','yufhjogykSt@rapmail.store'),(2279,570,'message','Can Xeomin be combined with fillers? Yes, combining Xeomin with fillers can provide more comprehensive and long-lasting results, but this should be coordinated with a doctor \r\nксеомин действие https://xeomin.b-tox.ru .'),(2280,570,'field_040512d','on'),(2281,571,'name','WillieDrync'),(2282,571,'email','rhtcfhiooMi@rapmail.store'),(2283,571,'message','Сколько стоит процедура с Ксеомин? - Стоимость процедуры варьируется в зависимости от клиники и региона, обычно составляет от нескольких тысяч до десятков тысяч рублей. \r\nHow much does the Xeomin procedure cost? - The cost of the procedure varies depending on the clinic and region, typically ranging from several hundred to several thousand dollars. \r\nкрасота и здоровье нижний http://www.biitdom.ru .'),(2284,571,'field_040512d','on'),(2285,572,'name','PillsVob'),(2286,572,'email','iunskiygipertonik@gmail.com'),(2287,572,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nViagra is a well-known, branded and common erectile dysfunction (ED) treatment for men. \r\nIt\'s available through our Online TruePills service. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nhttps://true-pill.top/ \r\n \r\nKetoconazol\r\nNervocur\r\nTamoxifenum\r\nTerbigalen'),(2288,572,'field_040512d','on'),(2289,573,'name','Obuchenie_pcMr'),(2290,573,'email','cljmtoymoMr@superstomatologpro.ru'),(2291,573,'message','Идеальное место для обучения косметологии в Ставрополе, выбирайте только лучшее. \r\nИнтересные факты о косметологии в Ставрополе: узнайте, для вашего профессионального роста. \r\nСтаврополь – лучший город для обучения косметологии, загляните на наш сайт. \r\nКак стать успешным косметологом в Ставрополе: учебные планы и возможности, составленные профессиональными преподавателями. \r\nЛучшие курсы косметологии в Ставрополе: переходите на новый уровень, начните путь к успеху прямо сейчас. \r\nНе упустите возможность стать косметологом в Ставрополе, достижение целей начинается здесь. \r\nУникальное обучение косметологии в Ставрополе: откройте для себя, обучение, которое изменит вашу жизнь. \r\nКурсы косметологии в Ставрополе: ваша возможность стать профессионалом, гарантируют успех в вашей карьере. \r\nТоп-программы обучения косметологии в Ставрополе: выбирайте качество, начните свой профессиональный путь с нашей помощью. \r\nОткройте для себя мир косметологии вместе с нами, обновленные программы и методики в нашем учебном заведении. \r\nПрофессиональная подготовка косметологов в Ставрополе: ваш шанс стать лучшим, начните свою карьеру с нами. \r\nУникальные возможности обучения косметологии в Ставрополе, достижение целей начинается с обучения у нас. \r\nПрофессиональное обучение косметологии в Ставрополе, начните свой путь к успеху прямо сейчас. \r\nСтаврополь – город возможностей для обучения косметологии, д \r\nКосметик-эстетист стала самой популярной программой подготовки в Ставрополе http://www.cosmast23.ru/ .'),(2292,573,'field_040512d','on'),(2293,574,'name','Randyarogs'),(2294,574,'email','newcakematt198021@rambler.ru'),(2295,574,'message','ДОНЕЦК, 2 июн — РИА Новости. В Николаевской области нанесли удар по винзаводу \"Оливия\", на котором базировались украинские военные, сообщил РИА Новости координатор местного подполья Сергей Лебедев. \r\nkraken17.at \r\n\"Около двух часов ночи серия из пяти ударов пришлась по винзаводу в Парутино , на территории винзавода расположились военные со своей техникой и боекомплектом По данным нашей агентуры, в районе Парутино часто слышна и видна работа HIMARS, который запускает дальнобойные ракеты в сторону Херсонской области и, возможно, на Крым\", — сказал собеседник агентства. \r\nkraken25.at \r\nhttps://kraken14at.com'),(2296,574,'field_040512d','on'),(2297,575,'name','WilliamSek'),(2298,575,'email','love@loliporn.org'),(2299,575,'message','loli maiden cp pthc \r\n \r\n \r\n==> biturl.top/qeAJJf rlys.nl/6epap3 <=='),(2300,575,'field_040512d','on'),(2301,576,'name','Dannyfus'),(2302,576,'email','idkfadice@yandex.ru'),(2303,576,'message','Para Quién Es Nuestro Dispositivo: A Quién Ayudaremos \r\n \r\n Los dispositivos de equilibrio y análisis de vibraciones de Vibromera están destinados a diversos especialistas e industrias que se ocupan del mantenimiento de un rendimiento óptimo en maquinaria rotativa. \r\n \r\n Nuestros dispositivos son adecuados para diferentes tipos de maquinaria y mecanismos, incluidos ventiladores industriales, bombas, compresores, turbomaquinaria compleja y motores automotrices. \r\n \r\n Consideremos las categorías clave de usuarios y aplicaciones para las cuales nuestro dispositivo se convertirá en un asistente indispensable. \r\n Los ventiladores desequilibrados crean vibraciones dañinas y ruido. Los servicios de equilibrado de ventiladores diagnostican y corrigen profesionalmente los desequilibrios, promoviendo un funcionamiento más fluido, eficiencia energética y prolongando la vida útil del ventilador. \r\n \r\n Empresas de Producción y Reparación \r\n \r\n Nuestros usuarios principales son empresas dedicadas a la producción, mantenimiento y reparación de diversas máquinas rotativas. \r\n \r\n Este grupo abarca fabricantes y centros de servicio que se centran en bombas, ventiladores, motores eléctricos, turbinas y otra maquinaria. \r\n \r\n Nuestro dispositivo permite un equilibrio dinámico de precisión en el sitio, simplificando enormemente el mantenimiento y aumentando la eficiencia de la producción. \r\n \r\n \r\n Industrias de Vehículos y Aviación \r\n \r\n Las empresas de los sectores automotriz y de aviación necesitan garantizar un equilibrio preciso de los ejes y rotores del motor para mejorar el rendimiento, minimizar el desgaste y prolongar la vida útil. Nuestro dispositivo ofrece una solución eficaz para estas tareas tanto en la etapa de producción como en la de mantenimiento.'),(2304,576,'field_040512d','on'),(2305,577,'name','Luthertus'),(2306,577,'email','skyfallos@yandex.ru'),(2307,577,'message','Balanset-1A Sale: Su Herramienta Ideal para el Equilibrio y el Análisis de Vibraciones \r\n \r\n \r\n \r\nDescripción del Dispositivo: \r\nBalanset-1A es un dispositivo de doble canal para equilibrio y análisis de vibraciones, ideal para equilibrar rotores como trituradoras, ventiladores, picadoras de cosechadoras de granos, ejes, centrífugas, turbinas y más. \r\n \r\nCaracterísticas: \r\n \r\nModo Vibrómetro: \r\nTacómetro: Mide con precisión la velocidad de rotación (RPM). \r\nFase: Determina el ángulo de fase de las señales de vibración para un análisis preciso. \r\nvibración 1x: Mide y analiza el componente de frecuencia principal. \r\nEspectro FFT: Proporciona una vista detallada del espectro de frecuencia de la señal de vibración. \r\nVibración general: Mide y monitorea los niveles generales de vibración. \r\nRegistro de mediciones: Guarda los datos de medición para su análisis. \r\n \r\nModo de Equilibrio: \r\nBalanceo de un solo plano: Equilibra los rotores en un solo plano para reducir la vibración. \r\nEquilibrado en dos planos: Equilibra los rotores en dos planos para un equilibrado dinámico. \r\nDiagrama polar: Visualiza el desequilibrio en un diagrama polar para una colocación precisa del peso. \r\nRecuperación de la última sesión: Permite reanudar la sesión de equilibrio anterior por conveniencia. \r\nCalculadora de tolerancia (ISO 1940): Calcula los valores de desequilibrio permitidos según las normas ISO 1940. \r\nBalanceo de la muela abrasiva: Utiliza tres pesos de corrección para eliminar el desequilibrio. \r\n \r\nDiagramas y Gráficos: \r\nGráficos generales: Visualización de la vibración general. \r\ngráficos 1x: Visualización de los principales patrones de vibración de frecuencia. \r\nGráficos armónicos: Muestran el impacto de las frecuencias armónicas. \r\nGráficos espectrales: Representación gráfica del espectro de frecuencias para su análisis en profundidad. \r\n \r\nCaracterísticas Adicionales: \r\nArchivado: Almacenamiento y acceso a sesiones de equilibrado anteriores. \r\nInformes: Generación de informes detallados sobre el balance de resultados. \r\nReequilibrio: Repita fácilmente el proceso de equilibrio utilizando los datos guardados. \r\nEquilibrado de producción en serie: Adecuado para equilibrar rotores en producción en serie. \r\nOpciones de sistema Imperial y métrico: Brinda compatibilidad y conveniencia en todo el mundo. \r\n \r\nPrecio: \r\n€1751 \r\n \r\nEl Paquete Incluye: \r\nUnidad de medida \r\nDos sensores de vibración \r\nSensor óptico (tacómetro láser) con soporte magnético \r\nPesos \r\nSoftware (computadora portátil no incluida, disponible como pedido adicional) \r\nEstuche de transporte de plástico \r\n \r\n Equilibrado de Pares de Ruedas \r\n \r\n¡Pida Balanset-1A hoy y garantice un equilibrado preciso de sus rotores!'),(2308,577,'field_040512d','on'),(2309,578,'name','PillsVob'),(2310,578,'email','chebakulinakarasevna@gmail.com'),(2311,578,'message','Rybelsus - Quick and Easy Weight Lass \r\n \r\nAccording to randomised controlled trials, you start losing weight immediately after taking Rybelsus. After one month, the average weight loss on Rybelsus is around 2kg; after two months, it’s over 3kg. \r\n \r\nWhat does Rybelsus do to your body? \r\n \r\nRybelsus (oral semaglutide) is a GLP-1 receptor agonist. It mimics a fullness hormone called GLP-1. \r\n \r\nRybelsus reduces appetite and hunger by interacting with the brain’s appetite control centre, the hypothalamus. This effect on the brain helps you eat fewer calories and starts almost immediately after taking the pill. \r\n \r\nHowever, you might notice your hunger levels rising and falling in the first 4-5 weeks you take Rybelsus. \r\n \r\nIt can take around 4-5 weeks for Rybelsus to reach a level in the body we call a steady state. A steady state is when the drug’s levels in the body remain consistent rather than spiking and falling. \r\n \r\nInterestingly, this initial weight loss is no different to other weight loss treatments or the impact of diet interventions on weight loss. The real effect of oral semaglutide is seen beyond three months. \r\n \r\nOral semaglutide is a long-acting medication that’s started at a lower dose to reduce the number and severity of side effects as it’s built up to a higher maintenance dose. \r\n \r\nhttps://true-pill.top/rybelsus.html'),(2312,578,'field_040512d','on'),(2313,579,'name','IronShadow0sop'),(2314,579,'email','lickercoin@yandex.ru'),(2315,579,'message','La unidad Balanset-1A (en lo sucesivo, \"el Dispositivo\") es un kit portátil diseñado para equilibrar rotores que operan en sus propios cojinetes. Este dispositivo permite el equilibrado en uno o dos planos, aumentando significativamente la vida útil de las máquinas y mecanismos al reducir las cargas dinámicas en las unidades de rodamientos. El kit incluye dos sensores de vibración, un sensor de ángulo de fase y una unidad de medición. \r\n \r\nCaracterísticas y Aplicaciones \r\n \r\n Equilibrado in situ: El dispositivo permite equilibrar el rotor directamente en sus cojinetes, eliminando la necesidad de desmontar máquinas especiales y mecanismos. Esto simplifica el proceso y ahorra tiempo. \r\n \r\n Procedimiento automatizado: Todo el proceso de equilibrado, desde la medición hasta la instalación de pesas correctoras, se realiza de forma automática. El usuario no necesita habilidades adicionales más allá de lo que se proporciona en las instrucciones. \r\n \r\n Mantenimiento de registros: Todos los resultados del equilibrio se guardan en el Archivo de equilibrio y se pueden imprimir como protocolos si es necesario. \r\n \r\n Capacidades adicionales: El dispositivo Balanset-1A también puede funcionar como un vibrómetro normal para medir el valor cuadrático medio (RMS) de la vibración total, el valor RMS del componente de rotación de la vibración y la velocidad de rotación del rotor. Además, muestra gráficos de espectro y función de tiempo de velocidad de vibración, que pueden ser útiles para evaluar el estado técnico de la máquina balanceada. \r\n \r\nContenido del Paquete y Principio de Funcionamiento \r\n \r\n El paquete completo incluye una unidad de medición, dos sensores de vibración, un sensor de ángulo de fase, los accesorios necesarios y una unidad flash con software. El dispositivo funciona en función de la medición de vibraciones mecánicas. Los sensores de vibración convierten las vibraciones en una señal eléctrica, que luego es procesada por la unidad de medición y transferida a una computadora para su posterior procesamiento y análisis. \r\n \r\nRecomendaciones de Equilibrio. Vibrometer mode \r\n \r\n Condición técnica: El equilibrado solo debe realizarse en mecanismos que estén en buenas condiciones técnicas y montados de forma segura en sus cimientos. No se recomienda equilibrar mecanismos con cojinetes desgastados o dañados. \r\n \r\n Limpieza del rotor: Antes de comenzar a trabajar, se debe limpiar el rotor de cualquier contaminante. \r\n \r\n Resonancia: Si los resultados de la medición difieren significativamente de una ejecución a otra, esto puede indicar resonancia. En este caso, se debe cambiar la velocidad de rotación o alterar las condiciones de instalación en la cimentación. \r\n \r\n Mediciones en modo vibrómetro: Se recomiendan mediciones preliminares en modo vibrómetro. Si el valor total de vibración coincide con el componente de rotación, el desequilibrio del rotor es el principal contribuyente a la vibración, y puede continuar el equilibrado. \r\n \r\n \r\n Static imbalance check: For rotors with horizontal shafts, static imbalance can be checked manually by rotating the rotor 90 degrees. If imbalance is detected, a balancing weight should be installed. \r\n \r\nConclusión \r\n \r\n El empleo del dispositivo Balanset-1A garantiza un equilibrado eficaz y rápido del rotor, mejorando su rendimiento y alargando su vida útil. Esta es una solución versátil para quienes participan en el mantenimiento y reparación de mecanismos giratorios.'),(2316,579,'field_040512d','on'),(2317,580,'name','Donaldfub'),(2318,580,'email','ackindoisio198719@rambler.ru'),(2319,580,'message','В Германии допустили использование Украиной Patriot против авиации в России \r\nкракен 13 \r\nМОСКВА, 15 июн - РИА Новости. Возглавляющий спецштаб по вопросам Украины при министерстве обороны ФРГ генерал-майор Кристиан Фройдинг допустил применение Киевом зенитно-ракетных комплексов Patriot для \"поражения\" российской авиации над территорией РФ. \r\n\"Вполне возможно, что системы Patriot теперь будут использоваться также в районе Харькова и над Россией... Они могут применяться в рамках международного права. У нас есть большая уверенность, что украинцы... будут его (международное право - ред.) соблюдать\", - сказал Фройдинг в эфире телеканала ARD. \r\nкракен 18 \r\nhttps://vk7tor.at'),(2320,580,'field_040512d','on'),(2321,581,'name','gypeamala'),(2322,581,'email','unfaify@mailsphere.xyz'),(2323,581,'message','Metformin alone should not be used as first- line therapy for ovulation induction in women with PCOS, since ovulation induction agents such as CC or letrozole are more effective safe place to buy cialis online'),(2324,581,'field_040512d','on'),(2325,582,'name','SictPautt'),(2326,582,'email','ScoospesT@mailport.lat'),(2327,582,'message','Note tablets are not scored and cutting may cause variable dosage accuracy cialis 20mg price'),(2328,582,'field_040512d','on'),(2329,583,'name','STomaset'),(2330,583,'email','xcksbd@outlook.com'),(2331,583,'message','you\'ll have hard on all night ---> http://zi.ma/skwzq3/'),(2332,583,'field_040512d','on'),(2333,584,'name','StevenRikib'),(2334,584,'email','stargiokon1985@mail.ru'),(2335,584,'message','A year on from Qatar 2022, what’s the legacy of a World Cup like no other? \r\nblacksprut com \r\nThe 2022 World Cup final will go down as one of the most exciting, dramatic and memorable matches in the history of the game. \r\n \r\nIt was the scene of Lionel Messi’s greatest moment on a soccer pitch, in which he cemented his legacy as the best player of his generation after finally guiding Argentina to World Cup glory. \r\n \r\nIt was, for many, the perfect, fairytale ending to a tournament which thrilled well over a billion fans around the world. So good, perhaps, that many forgot it bookended the most controversial World Cup in history. \r\nhttps://bs-onion.com \r\nблэкспрут даркнет \r\nRewind to the start of the tournament and the talk was all about matters off the field: from workers’ rights to the treatment of the LGBTQ+ community. \r\n \r\nJust hours before the opening match, FIFA President Gianni Infantino launched into a near hour-long tirade to hundreds of journalists at a press conference in Doha, where he accused Western critics of hypocrisy and racism. \r\n \r\n“Reform and change takes time. It took hundreds of years in our countries in Europe. It takes time everywhere, the only way to get results is by engaging ] not by shouting,” said Infantino. \r\n \r\nAt one point, the FIFA president challenged the room of journalists, stressing FIFA will protect the legacy for migrant workers that it set out with the Qatar authorities. \r\n \r\n“I’ll be back, we’ll be here to check, don’t worry, because you will be gone,” he said. \r\n \r\nSo, a year on from the World Cup final, what is the legacy of the 2022 World Cup?'),(2336,584,'field_040512d','on'),(2337,585,'name','Williamrek'),(2338,585,'email','rabochie-sp23b@gmail.com'),(2339,585,'message','МПК Гермес – ведущий поставщик металлопроката в Красноярске, основанный в 2011 году, специализируется на продаже арматуры, труб, швеллеров, уголков, профлистов и листов. За годы работы мы стали лидерами по поставкам металла в Красноярском крае, обслуживая предприятия и частных лиц.'),(2340,585,'field_040512d','on'),(2341,586,'name','Larryflifs'),(2342,586,'email','machesaco197997@rambler.ru'),(2343,586,'message','Elon Musk was star guest this year at an annual conference organized by Italian PM Giorgia Meloni’s Brothers of Italy party. \r\nкракен 15 \r\nHe arrived against the backdrop of an ice-skating rink and an ancient castle in Rome with one of his 11 children to tout the value of procreation. \r\n \r\nItaly has one of the lowest birth rates in the world, and Musk urged the crowd to “make more Italians to save Italy’s culture,” a particular focus of the Meloni government. \r\n \r\nhttps://vk1-at.com \r\nkraken24.at \r\nMeloni has been a strong opponent of surrogacy, which is criminalized in Italy, but there was no mention of Musk’s own recent children born of surrogacy. \r\n \r\nThe owner of X (formerly called Twitter) was slightly rumpled with what could easily be argued the least stylish shoes in the mostly Italian crowd since Donald Trump’s often unkempt former top adviser Steve Bannon appeared at the conference in 2018. \r\nMeloni sat in the front row taking photos of Musk, who she personally invited. Meloni founded the Atreju conference in 1998, named after a character in the 1984 film “The NeverEnding Story.”'),(2344,586,'field_040512d','on'),(2345,587,'name','adAwsmealo'),(2346,587,'email','chebakulinakarasevna@gmail.com'),(2347,587,'message','high heels nylons \r\n \r\nhttps://eshop.logictim.ru/bitrix/redirect.php?goto=https://anal2tube.xyz/\r\nhttps://sushi-sea.ru:443/bitrix/redirect.php?goto=https://xteentube.xyz/\r\nhttps://legionowo.praca.gov.pl/ru/rynek-pracy/bazy-danych/klasyfikacja-zawodow-i-specjalnosci/wyszukiwarka-opisow-zawodow/-/klasyfikacja_zawodow/zawod/143119?_jobclassificationportlet_WAR_nnkportlet_backUrl=https://xpornotube.xyz/\r\nhttps://beafnd.org/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://anal2tube.xyz/\r\nhttp://www.maths-fi.com/linkedin.asp?lien=https://anal2tube.xyz/\r\nhttps://image.google.com.bz/url?q=j&rct=j&url=https://xteentube.xyz/\r\nhttps://www.sirsafetyperugia.it/?URL=https://xteentube.xyz/\r\nhttps://www.terra-inc.net/bitrix/redirect.php?goto=https://anal2tube.xyz/'),(2348,587,'field_040512d','on'),(2349,588,'name','Vernonfef'),(2350,588,'email','51rt0xp7@freewmail.com'),(2351,588,'message','Sexy relationships between men and women are a vital standpoint of compassionate coupling and intimacy. They can accomplish blessing, encourage bonds, and contribute to total well-being. On the other hand, fostering a robust sex relationship requires effort, pact, and reciprocal respect. Here are some basic points to keep in do not think twice about: \r\n \r\nObvious Communication: Conspicuous and reliable communication hither desires, boundaries, and expectations is crucial. Discussing these topics helps partners the hang of each other and can retard misunderstandings or conflicts. \r\nhttps://hentai0day.com/tags/cowgirl/ \r\nReciprocated Give in to: Seal of approval is the basis of any hale and hearty sex relationship. Both partners should air comfortable and game to participate in any carnal activity. It’s impressive to appreciation each other’s boundaries and ensure that both parties are hearty with respect to the interaction. \r\n \r\nEmotional Intimacy: Erection a heady demonstrative tie can heighten manifest intimacy. Fetching the tempo to unite on an hotheaded direct can conduct to a more fulfilling lustful relationship, where both partners deem valued and understood. \r\n \r\nAppreciating Differences: Men and women may eat rare perspectives and approaches to sex and intimacy. Recognizing and appreciating these differences can lead to a more harmonious relationship, where both partners suffer their needs are met. \r\n \r\nExploration and Mark: Keeping the sensuous relationship sensuous can draw in exploring latest experiences together. Being well-known to each other’s fantasies and preferences can add hurly-burly and excavate the connection. \r\n \r\nPrioritizing Healthiness: Carnal haleness is an urgent aspect of a shape relationship. Regular check-ups, practicing ok copulation, and discussing sex constitution outright can pirate taboo issues and strengthen a healthier connection. \r\n \r\nNavigating Challenges: Every relationship encounters challenges. Whether it’s a unlikeness in sexual desires, suffering, or other duration factors, addressing these issues together with empathy and imperturbability is essential. \r\nhttps://desiporn.one/tags/romantic/ \r\nSeeking Practised Management: If challenges become overwhelming, seeking forbear from a shrink or counselor can be beneficial. Professionals can provide strategies and suffer to avoid couples cross their propagative relationship more effectively. \r\n \r\nBy way of focusing on these elements, couples can produce a reproductive relationship that is not lone enjoyable but also gentlemanly and nurturing. How do you allege a beneficial procreant relationship? Part your experiences and tips with the community!'),(2352,588,'field_040512d','on'),(2353,589,'name','Meganmug'),(2354,589,'email','84xrumer2@farironalds.com'),(2355,589,'message','Blackjack is not just a game of luck; it\'s a thrilling challenge that can be mastered with the right strategy. Imagine the excitement of hitting 21 and beating the dealer with confidence. Whether you\'re a novice or an experienced player, learning blackjack online with friends can transform your gaming experience and lead to significant wins. Don\'t miss out on the opportunity to improve your skills and enjoy the rewards. Start playing blackjack today and take the first step towards becoming a pro!'),(2356,589,'field_040512d','on'),(2357,590,'name','Amadobiz'),(2358,590,'email','news@eunews24x7.com'),(2359,590,'message','We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nhttps://www.jackpotbetonline.com/'),(2360,590,'field_040512d','on'),(2361,591,'name','iamvicky'),(2362,591,'email','fdiago@trtn.com'),(2363,591,'message','Join Catizen, the game where you can make cash just by playing! Grow and train adorable cats, complete tasks, and trade in-game items. Earn rewards, withdraw, and enjoy! Start your Catizen journey now: https://t.me/catizenbot/gameapp?startapp=r_752_15277420'),(2364,591,'field_040512d','on'),(2365,592,'name','Mike Aldridge'),(2366,592,'email','mikedywops@gmail.com'),(2367,592,'message','Hi there \r\nI just checked elconferencista.com ranks and am sorry to bring this up, but it lacks in many areas. \r\n \r\nUnfortunately, building a bunch of links won\'t solve the issue in this case, and a more comprehensive strategy is required. Google has undergone significant changes over the past year, making it nearly impossible to compete for favorable rankings without a well-designed website. \r\n \r\nWe recommend a search engine-friendly website layout to resolve all issues and propel your site to the top. \r\n \r\nYou can check more details here: https://www.speed-seo.org/web-design/ \r\n \r\nThanks for your consideration \r\nMike Aldridge\r\nSpeed Designs \r\nhttps://www.speed-seo.org/whatsapp-us/'),(2368,592,'field_040512d','on'),(2369,593,'name','Sylviagoche'),(2370,593,'email','20xrumer2@farironalds.com'),(2371,593,'message','Roulette is more than just a game of chance; it\'s a captivating experience that offers endless possibilities. Imagine the rush of placing your bet on red or black and watching the wheel spin in anticipation. Whether you\'re a beginner or a seasoned player, roulette promises excitement and the chance to win big. Embrace the challenge, learn the strategies, and enjoy the thrill of this iconic casino game. Start your journey with roulette online today and let the excitement of the wheel propel you towards unforgettable wins!'),(2372,593,'field_040512d','on'),(2373,594,'name','Kristenphalo'),(2374,594,'email','34xrumer2@farironalds.com'),(2375,594,'message','Step into the thrilling world of online casinos, where every card you draw could be the key to victory! Whether you\'re a seasoned player or a newcomer, our online casinos offer endless excitement and the chance to master your skills. Join us now and experience the ultimate casinos list adventure!'),(2376,594,'field_040512d','on'),(2377,595,'name','gypeamala'),(2378,595,'email','unfaify@mailsphere.xyz'),(2379,595,'message','The only obvious increase was found for C09 agents acting on the renin angiotensin system with an AGR of 36 cialis 5mg best price'),(2380,595,'field_040512d','on'),(2381,596,'name','JerryZenia'),(2382,596,'email','efisomer1970@op.pl'),(2383,596,'message','The Complete Uber Background Check \r\n \r\nCompleting a background check is one of the initial requirements for Uber drivers. This procedure guarantees safety for both drivers and commuters. But what happens if issues arise? Here\'s what you need to know, especially if you\'re considering how to dispute a background check. \r\n \r\nDeciphering the Uber Background Check \r\n \r\nUber conducts a very comprehensive background check. It reviews your criminal and motorist records, even checking for background check errors. The goal is to eliminate any possible hazards to ensure only safe drivers are on the road. However, mistakes do occur. If you think there\'s a mistake, you might want a background check lawyer to assist you through the process. \r\n \r\nTypical Mistakes Made in Background Checks \r\n \r\nErrors on your background check can come in many types. It could be a identification mismatch, outdated information, or even inaccuracies in your criminal history. In such cases, you must dispute background check information. Knowing how to dispute a background check mistake is crucial. For instance, if you discover an error, promptly learn how to dispute wrong information on background check to prevent delays in your approval process. \r\n \r\nSteps to Dispute a Background Check \r\n \r\nSo, is disputing a background check feasible? Absolutely. Here’s a straightforward guide on dispute a background check. First, get a copy of your report and find the errors. Next, contact Uber or the reporting agency to have the error fixed. Sometimes this process can be complicated, so you may need to fully understand how to dispute a failed background check. If the issue is your criminal history, it’s essential to know how to dispute a criminal background check and how to dispute criminal background check information. \r\n \r\nWhen to Seek Legal Counsel \r\n \r\nSometimes, despite your best efforts, the dispute process can be intimidating. This is where a background check lawyer becomes valuable. They can help you successfully dispute criminal background check issues and navigate the legal complexities. Along with ensuring that all disputes are filed correctly and followed up on, they provide expert guidance on how to dispute something on your background check. It’s different when you understand how to dispute background check information with professional assistance. \r\n \r\nLearn more: https://ig-tchad.org/uber-background-check/'),(2384,596,'field_040512d',''),(2385,597,'name','plumber_axOa'),(2386,597,'email','gangmandiottit1970@gopon-tr.store'),(2387,597,'message','по доступной цене. \r\nЛучшие решения для вашей сантехники в Сан-Хосе. \r\nКачественный ремонт сантехники в Сан-Хосе. \r\nна любое время суток. \r\nСпециальные цены на услуги сантехников в Сан-Хосе. \r\nЭкспертные сантехнические услуги в Сан-Хосе. \r\nТребуется сантехник в Сан-Хосе?. \r\nПрофессиональные сантехники в Сан-Хосе. \r\nВызов сантехника в Сан-Хосе. \r\nДоступные цены на сантехнические услуги в Сан-Хосе. \r\nplumbing services san jose http://www.plumbersan-joseca4.com .'),(2388,597,'field_040512d','on'),(2389,598,'name','Frank#smith[Kfyzeiuqujbpygze,2,5]'),(2390,598,'email','bruce2@ie.ernsys.com'),(2391,598,'message','best Inmate Text app \r\n \r\n \r\n \r\nhttps://contactmeasap.com/blog/stay-in-touch-with-loved-ones-in-prison-using-contactmeasap/'),(2392,598,'field_040512d','on'),(2393,599,'name','ErniePhamb'),(2394,599,'email','kartalov.vitya@gmail.com'),(2395,599,'message','Hi!\r\n\r\nI want to share with you the secret of how to save not only money but also time when buying medicines. Do you know how often you have to run around pharmacies looking for a bargain price? Well, here I have great news - you don\'t have to do that anymore!\r\n\r\n\r\n\r\nGo to >> Pharmacy Review << and save now!\r\n\r\nOur challenges:\r\nLosing time making the rounds of pharmacies;\r\nOverpaying due to unknown promotions;\r\nLack of information about cheap analogs.\r\n\r\nSolution - Compare Pharmacies Online:\r\nвњ… Save time: Find all the medicines you need in one place!\r\nвњ… Save money: Compare prices of different pharmacies and choose the most favorable one.\r\nвњ… Informed: Get recommendations for analogs with the best prices.\r\n\r\nWhy choose online:\r\nTime saving: Order from anywhere, anytime.\r\nWide selection: Huge range of products on one site.\r\nAnonymity: Order drugs without leaving home.\r\n\r\n\r\nVisit >> Pharmacy Review << and save now!\r\n\r\nGo to >> Pharmacy Review << and save now!\r\n\r\n\r\n\r\n\r\nExchanging experiences and helping each other – together we are a force!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\npara que sirve amoxil 500 mg\r\nantibiotics amoxil\r\namoxil 5\r\namoxil hair loss\r\ngeneric name of amoxil\r\namoxil medication classification\r\namoxil 250 mg for dogs\r\namoxil clav\r\namoxil clave\r\namoxil dosing in peds\r\nque contiene el amoxil\r\namoxil no prscription\r\nnexium amoxil klacid\r\namoxil trimox amoxicillin\r\namoxil dose for dental infection\r\namoxil 200 mg\r\namoxil 1g dosage\r\namoxil 1 gram\r\namoxil kids\r\namoxil walgreens\r\namoxil side effects in infants\r\ncan amoxil cure chlamydia\r\namoxil is it the same as amoxicillin\r\namoxil junior como diluir\r\namoxil free\r\namoxil with milk\r\namoxil pakistan\r\namoxil 12h precio farmacia guadalajara\r\namoxil suppositories\r\nШіШ№Ш± Щ…Ш¶Ш§ШЇ ШЩЉЩ€ЩЉ amoxil 500\r\namoxil amoxicillin adalah\r\nimmediate onset of rash from amoxil\r\npost amoxil rash\r\namoxil for pneumonia\r\npreГ§o amoxil 500mg\r\namoxil pharmacuetical jordan\r\nis amoxil safe to use during pregnancy\r\namoxil con acido clavulanico\r\namoxil 1g comprimГ©\r\namoxil salamander\r\nca i eat when i take amoxil\r\namoxil dose for dental prophylaxis\r\namoxil suspension generic\r\namoxil therapeutic classification\r\namoxil without a prescription\r\namoxil ОґОїПѓОїО»ОїОіО№О± pdf\r\namoxil bd\r\namoxil dosage in pregnancy\r\norder amoxil online\r\namoxil manufacturer\r\ncan you take amoxil while breastfeeding\r\namoxil es lo mismo que amoxicilina\r\namoxicillin amoxil augmentin others\r\namoxil pil'),(2396,599,'field_040512d','on'),(2397,600,'name','WillieNic'),(2398,600,'email','schneiderzbill@gmail.com'),(2399,600,'message','https://e-porn.net free xxx tube videos webcams dating, \r\nонлайн камеры, знакомства'),(2400,600,'field_040512d','on'),(2401,601,'name','AnthonykprUra'),(2402,601,'email','cocaine@kypit-v-moskve.online'),(2403,601,'message','Купить Кокаин в Москве? Самый чистый Кокаин в Москве Купить \r\nССЫЛКА НА САЙТ- https://mephedrone.top'),(2404,601,'field_040512d','on'),(2405,602,'name','Ronaldakmof'),(2406,602,'email','mefedron@kypit-v-moskve.online'),(2407,602,'message','Москва Купить Мефедрон? Кристаллы МЕФ? \r\nГде в Москве Купить Мефедрон? САЙТ - https://mephedrone.top/'),(2408,602,'field_040512d','on'),(2409,603,'name','X22buP'),(2410,603,'email','xrumer23buP@gmail.com'),(2411,603,'message','Hey people!!!!! \r\nGood mood and good luck to everyone!!!!!'),(2412,603,'field_040512d','on'),(2413,604,'name','TimothyVaf'),(2414,604,'email','efisomer1970@op.pl'),(2415,604,'message','Experian Deceased Alert \r\nIn an increasingly digital world, the correctness of credit records is essential for ensuring financial stability. However, an unusual and distressing issue can arise: being mistakenly reported as deceased on credit report attorney. This problem, often termed a \"deceased alert,\" can lead to major difficulties and requires expert assistance. \r\n \r\nComprehending the Deceased Alert Problem \r\nA deceased alert on your credit report typically shows that a credit reporting agency, such as Experian, has erroneously listed you as deceased. This error can stem from multiple origins, including clerical mistakes or wrong data from lenders. When marked as deceased on credit report lawyers are engaged, they often find that the root cause can be traced back to a data entry error or miscommunication. \r\n \r\nConsequences of Being Listed as Deceased \r\nWhen a person is mistakenly reported as deceased on their credit report, the consequences are significant. This error can result in the rejection of new credit requests, shutting down of current accounts, and a serious effect on an individual\'s credit rating. Those who find themselves in this predicament often exclaim, “my credit report says I\'m deceased lawyers.” The presence of a deceased alert can also halt financial transactions and lock accounts, causing potential financial distress. In these situations, engaging a credit report lawyer becomes essential. These professionals specialize in navigating the complexities of credit report inaccuracies and fighting on behalf of impacted persons. \r\n \r\nThe Role of Credit Reporting Attorneys \r\nCredit report attorneys play a pivotal role in fixing deceased alerts. Their expertise lies in understanding the intricate processes of credit reporting agencies and spotting the exact cause of errors. These professionals are adept at disputing inaccuracies and ensuring that the credit reports reflect accurate information. \r\n \r\nCredit reporting attorneys typically follow a methodical process to correct such errors. This process involves collecting all necessary paperwork, contacting the credit reporting agencies, and discussing with creditors. The involvement of credit report dispute attorneys is crucial because they have the legal knowledge and experience to challenge inaccuracies effectively. \r\n \r\nRegulatory Framework and Consumer Protections \r\nThe Fair Credit Reporting Act (FCRA) provides a legal framework to safeguard consumers from inaccuracies on their credit reports. Under this act, individuals have the right to dispute errors and request corrections. Credit report attorneys leverage these legal protections to advocate for their clients. When a person is mistakenly reported as deceased, credit reporting attorneys can file formal disputes and take legal action if necessary to make sure that the error is corrected. \r\n \r\nConsumers also have the right to receive a free copy of their credit report annually from each of the three major credit reporting agencies. Frequently checking these reports can help identify and address errors promptly. However, when a deceased alert appears, it’s often beyond the scope of a layperson to resolve, necessitating the intervention of credit report dispute attorneys. \r\n \r\nLearn more: https://bucceri-pincus.com/experian-deceased-alert-showing-deceased/'),(2416,604,'field_040512d','on'),(2417,605,'name','unjurse'),(2418,605,'email','disleno@mailnest.xyz'),(2419,605,'message','generic cialis online pharmacy Lowers elevated serum calcium in patients with multiple myeloma, carcinoma, or primary hyperparathyroidism'),(2420,605,'field_040512d','on'),(2421,606,'name','Mike King'),(2422,606,'email','mikeDymn@gmail.com'),(2423,606,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkey-seo.org/affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike King\r\n \r\nMonkey Digital \r\nhttps://www.monkey-seo.org/whatsapp-affiliates/'),(2424,606,'field_040512d','on'),(2425,607,'name','arabicpinup'),(2426,607,'email','arpincas@3mtintchicago.com'),(2427,607,'message','Pinup ar\r\n \r\nPlace your bet at pinup online - very reliable bookmaker \r\nPin up ar'),(2428,607,'field_040512d','on'),(2429,608,'name','Srejdnskape'),(2430,608,'email','www@mail.ru'),(2431,608,'message','zigzag money poluchit\' zaym onlayn do 500000 rub. do 365 mgnovenno s licenziey cb rf - zigzag money - poluchit\' zaym onlayn bystro na sayte \"pro-kredit\" \r\nTegs: рубль.ру получить займ онлайн до 100000 руб. до 357 мгновенно с лицензией цб рф - рубль.ру - получить займ онлайн быстро на сайте \"про-кредит\" \r\nробокредит получить займ онлайн до 100000 руб. до 365 мгновенно с лицензией цб рф - робокредит - получить займ онлайн быстро на сайте \"про-кредит\" \r\nракета-деньги получить займ онлайн до 80000 руб. до 126 мгновенно с лицензией цб рф - ракета-деньги - получить займ онлайн быстро на сайте \"про-кредит\" \r\n \r\nzaymigo poluchit\' zaym onlayn do 30000 rub. do 30 mgnovenno s licenziey cb rf - zaymigo - poluchit\' zaym onlayn bystro na sayte \"pro-kredit\" https://pro-credit.ru/mfo/zaymigo/'),(2432,608,'field_040512d',''),(2433,609,'name','sdiWog'),(2434,609,'email','laecolso@mail3go.online'),(2435,609,'message','анализ загрязнений воздуха или анализ качества воздуха \r\n \r\nпроведения производственного контроля на границе СЗЗ \r\n \r\nhttps://gklab.ru/chemicals/kislota-akrilovaya-prop-2-enovaya-kislota/ \r\n \r\nЕщё можно узнать: знак евро в эксель \r\n \r\nконтроль выбросов'),(2436,609,'field_040512d','on'),(2437,610,'name','Glenndag'),(2438,610,'email','eporn.net@gmail.com'),(2439,610,'message','Best cardsharing service, iptv cheap price only 0.99$ \r\nCARDSHARING \r\nhttps://iptv.utgard.tv ]IPTV 0.99$ \r\n \r\nСтабильный качественный \r\nкардшаринг + \r\nhttps://iptv.utgard.tv IPTV \r\nпо самым низким ценам в сети, всего 0.99$ \r\nНаш форум https://telstar.su'),(2440,610,'field_040512d','on'),(2441,611,'name','Mike Blomfield'),(2442,611,'email','mikedywops@gmail.com'),(2443,611,'message','Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info: \r\nhttps://www.monkeydigital.co/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-us/'),(2444,611,'field_040512d','on'),(2445,612,'name','Srejdnskape'),(2446,612,'email','www@mail.ru'),(2447,612,'message','oformlenie onlayn zaymov s polucheniem deneg cherez sistemu zolotaya korona na sayte pro-kredit. proverennye mfo s licenziey cb rf. - zaym onlayn cherez sistemu zolotaya korona na sayte \"pro-kredit\" \r\nTegs: баренц финанс получить займ онлайн до 15000 руб. до 30 мгновенно с лицензией цб рф - баренц финанс - получить займ онлайн быстро на сайте \"про-кредит\" \r\nа деньги получить займ онлайн до 30000 руб. до 30 мгновенно с лицензией цб рф - а деньги - получить займ онлайн быстро на сайте \"про-кредит\" \r\nzigzag money получить займ онлайн до 500000 руб. до 365 мгновенно с лицензией цб рф - zigzag money - получить займ онлайн быстро на сайте \"про-кредит\" \r\n \r\noformlenie onlayn zaymov s polucheniem deneg cherez sistemu contact na sayte pro-kredit. proverennye mfo s licenziey cb rf. - zaym onlayn cherez sistemu contact na sayte \"pro-kredit\" https://pro-credit.ru/sposob/contact/'),(2448,612,'field_040512d',''),(2449,613,'name','Larryflifs'),(2450,613,'email','machesaco197997@rambler.ru'),(2451,613,'message','Elon Musk was star guest this year at an annual conference organized by Italian PM Giorgia Meloni’s Brothers of Italy party. \r\nkraken2trfqodidvlh4aa337cpzfrhdlfldhve5nf7njhumwr7instad \r\nHe arrived against the backdrop of an ice-skating rink and an ancient castle in Rome with one of his 11 children to tout the value of procreation. \r\n \r\nItaly has one of the lowest birth rates in the world, and Musk urged the crowd to “make more Italians to save Italy’s culture,” a particular focus of the Meloni government. \r\n \r\nhttps://kraken15-at.com \r\nkraken13 \r\nMeloni has been a strong opponent of surrogacy, which is criminalized in Italy, but there was no mention of Musk’s own recent children born of surrogacy. \r\n \r\nThe owner of X (formerly called Twitter) was slightly rumpled with what could easily be argued the least stylish shoes in the mostly Italian crowd since Donald Trump’s often unkempt former top adviser Steve Bannon appeared at the conference in 2018. \r\nMeloni sat in the front row taking photos of Musk, who she personally invited. Meloni founded the Atreju conference in 1998, named after a character in the 1984 film “The NeverEnding Story.”'),(2452,613,'field_040512d','on'),(2453,614,'name','Rene Ivan Moreno'),(2454,614,'email','reneivan.moreno@axa.com.mx'),(2455,614,'message','Hola Edner, buena tarde. hace ya un par de años nos hiciste el favor de participar en una sesión con AXA seguros en Cancún y me gustaría contactarte para cotizar tus servicios. Me gustaría saber si es posible recibir tu cotización para una conferencia sobre creatividad e innovación en el mes de septiembre (primera semana del mes) en Cancún.\r\nAgradeceré conocer tu pronta respusta, de antemano gracias por tu atención.'),(2456,614,'field_040512d','on'),(2457,615,'name','vtechgWog'),(2458,615,'email','valacalhand@mail3go.online'),(2459,615,'message','Интересно: купить мощный ноутбук для работы или электронные книги для чтения \r\n \r\nМожет быть полезным: https://alikson.ru/smartfony-1003/tag-kupit-samsung-z-flip/ или лучшие смартфоны 2024 \r\n \r\nмагазин моноблоков \r\n \r\nЕщё можно узнать: евро и центы как писать'),(2460,615,'field_040512d','on'),(2461,616,'name','Mike Nevill'),(2462,616,'email','peterdywops@gmail.com'),(2463,616,'message','Hi there \r\n \r\nI have just verified your SEO on elconferencista.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will improve your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\nRegards \r\nMike Nevill\r\n \r\nDigital X SEO Experts \r\nhttps://www.digital-x-press.com/whatsapp-us/'),(2464,616,'field_040512d','on'),(2465,617,'name','DJkiz'),(2466,617,'email','brudermanni2024@gmail.com'),(2467,617,'message','Hochzeits DJ'),(2468,617,'field_040512d','on'),(2469,618,'name','DanabuP'),(2470,618,'email','po.r.a.c.i.cu.m83.@gmail.com'),(2471,618,'message',''),(2472,618,'field_040512d','on'),(2473,619,'name','LavillFab'),(2474,619,'email','revers10@1ti.ru'),(2475,619,'message','n- 4 e -2- 1,3-benzothiazol-2-yl ethenyl phenyl acetamide - купить онлайн в интернет-магазине химмед \r\nTegs: 9-oxononanoic acid - купить онлайн в интернет-магазине химмед \r\n9-oxononanoic acid - купить онлайн в интернет-магазине химмед \r\n9-oxononanoic acid - купить онлайн в интернет-магазине химмед \r\n \r\n2-hydroxyphenyl 2-methylpyrazolo 1,5-a pyrimidin-6-yl methanone - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/2-hydroxyphenyl2-methylpyrazolo15-apyrimidin-6-ylmethanone-id=4850651'),(2476,619,'field_040512d','on'),(2477,620,'name','optom'),(2478,620,'email','dk@3mtintchicago.com'),(2479,620,'message','детская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\n \r\n \r\nДетская одежда оптом из Турции \r\n \r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом\r\nдетская одежда оптом'),(2480,620,'field_040512d','on'),(2481,621,'name','sberkarta'),(2482,621,'email','kktk2024@3mtintchicago.com'),(2483,621,'message','оформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\n \r\n \r\nОформи заявку на кредитную карту от лучших банков России онлайн \r\n \r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту\r\nоформить кредитную карту'),(2484,621,'field_040512d','on'),(2485,622,'name','Mike Gimson'),(2486,622,'email','mikeDymn@gmail.com'),(2487,622,'message','Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Gimson\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/'),(2488,622,'field_040512d','on'),(2489,623,'name','noticiasalgot'),(2490,623,'email','tgiul@3mtintchicago.com'),(2491,623,'message','noticias\r\n \r\nnoticias \r\nnoticias'),(2492,623,'field_040512d','on'),(2493,624,'name','TimothyBax'),(2494,624,'email','haaroundchand1987@mail.ru'),(2495,624,'message','Goats work as caddies at this Oregon ranch \r\nkraken16.at \r\n \r\nTo most, goat is simply the name for a horned ruminant mammal. For those in sporting circles, it’s a four-letter acronym bestowed upon the greatest of all time. \r\n \r\nVenture through the myriad pine forests and winding creeks into the Blue Mountains of Eastern Oregon though, and both apply simultaneously. \r\n \r\nhttps://www-kraken17.at \r\nkraken25.at \r\nSilvies Valley Ranch offers a slice of Wild West luxury to travelers and – for the golfers among them – the opportunity to be caddied for by a rigorously trained team of goats. \r\n \r\nA world first when launched in 2018, the current team is the best to ever do it, as far as Silvies owner Dr. Scott Campbell is concerned – and they have even convinced some initial skeptics. \r\n \r\n“A lot of people said it was a stupid idea,” Campbell told CNN. \r\n \r\n“They thought it would make people call us a goat track. Nothing could be further from the truth. Everybody has a good time … People come from all over the world.” \r\n \r\nNew career path \r\nThe radical setup was born from a practical problem. \r\n \r\nMcVeigh’s Gauntlet – Silvies’ seven-hole challenge course – was far too steep for golf carts to safely traverse. With players only requiring a few clubs to play the course, carrying such a load was well within the capabilities of the ranch’s 3,000 grazers, whose ancestors were transporting cargo long before golfers were planting tees. \r\n \r\n“The goats were asking for different career opportunities, and as an equal opportunity employer, we developed a new career path for them,” Campbell joked. \r\n \r\nA three-month evaluation process sees potential caddies as young as six months old scouted on their friendliness and physical aptitude. Those that progress to the next stage are fitted with a custom-made golf bag – tailored by Oregon-based company Seamus Golf – to see if they’re comfortable carrying it. \r\n \r\nThe bag is near-empty for training, but for full-time caddies contains six clubs, extra balls and tees, six drink cans and their daily wage: a few dozen peanuts. \r\n \r\nChosen candidates are taught the course and put on a carefully monitored physical and nutrition regime before starting their new role from two years old, working six-hour shifts three to four days a week. An on-site vet visits the caddy shack – situated next to the club house and open to visitors throughout the day – on a weekly basis. \r\n \r\nEight goats make up today’s caddie team – Chunky, Mulligan, Harry, Bogey, Birdie, Charlie, Carrot and Jack – with nine yearlings in training and 10 three-month-old prospects waiting in the wings.'),(2496,624,'field_040512d','on'),(2497,625,'name','ArthurSumma'),(2498,625,'email','efisomer1970@op.pl'),(2499,625,'message','Mistakenly Identified as Deceased by TransUnion: An Increasing Concern \r\n \r\nMistakes in credit reporting can have very negative consequences. One of the most frightening errors people may experience is having their credit bureaus, such as **TransUnion**, mistakenly report them as dead. This serious mistake can have a significant detrimental impact on everything from career chances to credit applications. It is imperative in such cases to know how to dispute a background check and to navigate the challenges of credit report disputes. \r\n \r\n### Understanding the Problem \r\n \r\nPicture discovering you are erroneously listed as deceased on your credit record. This is not an rare issue, however. Individuals in this case must respond swiftly to correct it. One important first step can be to contact a background check lawyer or a deceased on credit report lawyer. Professionals in background check errors, these experts can provide the guidance you need to fix your credit report. \r\n \r\nHow to Contest a Background Check \r\n \r\nUnderstanding how to dispute a background check becomes essential when confronted with such a major mistake. Contact the credit bureau that made the error first. You must verify your identity and show you are still living. Employing marked as deceased on credit report lawyers can expedite this sometimes challenging process. These experts can make sure your case is addressed properly and lead you through the complications of a background check dispute. \r\n \r\nThe Role of Attorneys in Resolving Credit Report Errors \r\n \r\nEspecially helpful is engaging with my credit report says I\'m deceased lawyers. These legal professionals specialize in finding and correcting serious mistakes on credit reports. They can represent you in interactions with credit bureaus and other relevant parties to guarantee your case is handled and fixed promptly. Considering their background in background check disputes, they are familiar with the legal avenues accessible to rectify such errors and can give effective counsel if necessary. \r\n \r\nPreventing Future Errors \r\n \r\nWhen the error is corrected, steps must be taken to stop it from reoccurring. Regularly checking for errors in your credit report can help find problems early on. Proactive credit monitoring and being aware of how to dispute a background check can help protect against potential mistakes. Should errors appear, responding swiftly to **dispute a background check** can lessen the effect of these errors on your individual and monetary life. \r\n \r\nIn conclusion, it can be troubling when TransUnion reports you as deceased. However, with the right strategy and support from skilled professionals like a background check lawyer, individuals can handle the procedure of contesting these errors and recovering their creditworthiness. \r\n \r\nLearn more: https://bucceri-pincus.com/equifax-consumer-deceased/'),(2500,625,'field_040512d','on'),(2501,626,'name','LavillFab'),(2502,626,'email','revers10@1ti.ru'),(2503,626,'message','s -3-tert-butylamino-1,2-propanediol - kupit\' online v internet-magazine chimmed \r\nTegs: c-myc antibody hrp - kupit\' online v internet-magazine chimmed \r\nc-myc antibody hrp - kupit\' online v internet-magazine chimmed \r\nc-myc antibody janelia fluor 549 - kupit\' online v internet-magazine chimmed \r\n \r\ns -3-tert-butylamino-1,2-propanediol - kupit\' online v internet-magazine chimmed https://chimmed.ru/products/s-3-tert-butylamino-12-propanediol-id=8643654'),(2504,626,'field_040512d','on'),(2505,627,'name','Gfaibq'),(2506,627,'email','0ub45@gmail.com'),(2507,627,'message','purchase lasuna online - diarex order himcolin drug'),(2508,627,'field_040512d','on'),(2509,628,'name','BryanTug'),(2510,628,'email','1q0nbg4km@mozmail.com'),(2511,628,'message','Hello! \r\n \r\nDo you want to become the best SEO specialist and link builder or do you want to outpace your competitors? \r\n \r\nPremium base for XRumer \r\n$119/one-time \r\nGet access to our premium database, which is updated monthly! The database contains only those resources from which you will receive active links - from profiles and postings, as well as a huge collection of contact forms. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nFresh base for XRumer \r\n$94/one-time \r\nGet access to our fresh database, updated monthly! The database includes active links from forums, guest books, blogs, etc., as well as profiles and activations. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $25. \r\n \r\nGSA Search Engine Ranker fresh verified link list \r\n$119/one-time \r\nGet access to our fresh database, updated monthly! The fresh database includes verified and identified links, divided by engine. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nGSA Search Engine Ranker activation key \r\n$65 \r\nWith GSA Search Engine Ranker, you\'ll never have to worry about backlinks again. The software creates backlinks for you 24 hours a day, 7 days a week. By purchasing GSA Search Engine Ranker from us, you get a quality product at a competitive price, saving your resources. \r\n \r\nTo contact us, write to telegram https://t.me/DropDeadStudio'),(2512,628,'field_040512d','on'),(2513,629,'name','Mike Thorndike'),(2514,629,'email','mikeDymn@gmail.com'),(2515,629,'message','Hello \r\nThis is Mike Thorndike\r\nfrom Strictly Digital \r\n \r\nLet me present to you our latest discovered from the SEO environment. \r\nWe have noticed that getting backlinks from websites that have high SEO metrics values doesn\'t always help, and in fact, what is more important is to have backlinks from sites that are actually ranking for many keywords. \r\n \r\nThus, we have built this service especially to meet these new discoveries and the results are astonishing. \r\n \r\nPlease check more details here: \r\nhttps://www.strictlyseonet.com/semrush-backlinks \r\n \r\n \r\n \r\nRegards, \r\nStrictly Digital SEO Team \r\n \r\nWhatsapp us for more details: \r\nhttps://www.strictlyseonet.com/whatsapp-us/'),(2516,629,'field_040512d','on'),(2517,630,'name','Borissype'),(2518,630,'email','morozobu@fvmaily.com'),(2519,630,'message','Узнайте все о Mostbet спорт на нашем сайте: правила и стратегии ставок, актуальные новости и прогнозы на спортивные события, удобная платформа для онлайн-ставок и многое другое.'),(2520,630,'field_040512d','on'),(2521,631,'name','Kathysag'),(2522,631,'email','34xrumer3@farironalds.com'),(2523,631,'message','Looking for a quick financial boost? Apply now for a cash payday advance and secure the funds you need with ease. Whether it\'s for unexpected expenses, home improvements, or a special purchase, our fast approval process ensures you get the money swiftly. Don\'t wait - take the first step towards financial freedom today!'),(2524,631,'field_040512d','on'),(2525,632,'name','sdiWog'),(2526,632,'email','rambconsder@mail3go.online'),(2527,632,'message','Анализ почвы или контроль проб воздуха \r\n \r\nизмерение условий труда \r\n \r\nhttps://gklab.ru/uslugi/analiz-vozduha/kontrol-atmosfernogo-vozduha/ \r\n \r\nЕщё можно узнать: евро обозначение символ \r\n \r\nпроверка воздуха на рабочем месте'),(2528,632,'field_040512d','on'),(2529,633,'name','Luthercroto'),(2530,633,'email','may215@3mtintchicago.com'),(2531,633,'message','firmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\n \r\n \r\nlast news about firmino \r\n \r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino'),(2532,633,'field_040512d','on'),(2533,634,'name','JosephLit'),(2534,634,'email','may191@3mtintchicago.com'),(2535,634,'message','raphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\n \r\n \r\nlast news about raphael \r\n \r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael\r\nraphael'),(2536,634,'field_040512d','on'),(2537,635,'name','MichaelCaf'),(2538,635,'email','may740@3mtintchicago.com'),(2539,635,'message','messi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\n \r\n \r\nlast news about messi \r\n \r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi\r\nmessi'),(2540,635,'field_040512d','on'),(2541,636,'name','ArthurSumma'),(2542,636,'email','efisomer1970@op.pl'),(2543,636,'message','Mistakenly Identified as Deceased by TransUnion: An Increasing Concern \r\n \r\nErrors in credit reporting can have very detrimental consequences. One of the most alarming issues people may face is having their credit bureaus, such as **TransUnion**, mistakenly report them as dead. This grave error can have a substantial harmful impact on everything from job prospects to credit applications. It is essential in such cases to know how to dispute a background check and to negotiate the challenges of credit report disputes. \r\n \r\n### Understanding the Problem \r\n \r\nEnvision learning you are erroneously listed as deceased on your credit record. This is not an unusual problem, however. People in this situation must move swiftly to correct it. One crucial first step can be to contact a background check lawyer or a deceased on credit report lawyer. Experts in background check errors, these professionals can provide the advice you need to correct your credit report. \r\n \r\nHow to Contest a Background Check \r\n \r\nBeing aware of how to dispute a background check becomes critical when faced with such a serious mistake. Get in touch with the credit bureau that made the error first. You must verify your identification and demonstrate you are still not deceased. Using marked as deceased on credit report lawyers can accelerate this sometimes daunting process. These specialists can ensure your case is addressed efficiently and walk you through the intricacies of a background check dispute. \r\n \r\nThe Role of Attorneys in Resolving Credit Report Errors \r\n \r\nEspecially valuable is engaging with my credit report says I\'m deceased lawyers. These legal professionals focus in finding and correcting significant mistakes on credit reports. They can represent you in dealings with credit bureaus and other concerned parties to guarantee your case is taken seriously and settled promptly. Taking into account their experience in background check disputes, they are familiar with the legal routes available to correct such errors and can offer effective counsel if needed. \r\n \r\nPreventing Future Errors \r\n \r\nWhen the error is fixed, actions must be taken to avoid it from reoccurring. Frequently inspecting for errors in your credit report can help identify problems early on. Preventive credit monitoring and being aware of how to dispute a background check can help guard against potential mistakes. Should inconsistencies arise, responding swiftly to **dispute a background check** can minimize the effect of these errors on your individual and economic life. \r\n \r\nIn conclusion, it can be upsetting when TransUnion reports you as deceased. However, with the right strategy and support from experienced specialists like a background check lawyer, persons can handle the procedure of disputing these errors and recovering their creditworthiness. \r\n \r\nLearn more: https://bucceri-pincus.com/equifax-consumer-deceased/'),(2544,636,'field_040512d','on'),(2545,637,'name','DamonBum'),(2546,637,'email','may206@3mtintchicago.com'),(2547,637,'message','wendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\n \r\n \r\nlast news about marcus wendel! \r\n \r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel\r\nwendel'),(2548,637,'field_040512d','on'),(2549,638,'name','MichaelSpuct'),(2550,638,'email','may211@3mtintchicago.com'),(2551,638,'message','promes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\n \r\npromes last news \r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes\r\npromes'),(2552,638,'field_040512d','on'),(2553,639,'name','DavidNeinG'),(2554,639,'email','may759@3mtintchicago.com'),(2555,639,'message','lewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\n \r\n \r\nlast news about lewandowski \r\n \r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski\r\nlewandowski'),(2556,639,'field_040512d','on'),(2557,640,'name','Gradymew'),(2558,640,'email','may238@3mtintchicago.com'),(2559,640,'message','kvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\n \r\n \r\nlast news about khvicha kvaratskhelia \r\n \r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia\r\nkvaratskhelia'),(2560,640,'field_040512d','on'),(2561,641,'name','Lloydbet'),(2562,641,'email','may722@3mtintchicago.com'),(2563,641,'message','kane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\n<a href=http://nasihudin.blog.oldiestation.es/php.php?a=kane\r\nkane\r\n \r\n \r\nlast news about kane \r\n \r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane\r\nkane'),(2564,641,'field_040512d','on'),(2565,642,'name','rtaletimhj'),(2566,642,'email','jsqmjpkar@derhosulha.shop'),(2567,642,'message','penicillin zithromax zithromax india zithromax dosage for bronchitis zithromax tri- pak stay in system zithromax for walking pneumonia'),(2568,642,'field_040512d','on'),(2569,643,'name','JamesPRIPT'),(2570,643,'email','may215@3mtintchicago.com'),(2571,643,'message','firmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\n \r\n \r\nlast news about firmino roberto \r\n \r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino\r\nfirmino'),(2572,643,'field_040512d','on'),(2573,644,'name','WilliamLuh'),(2574,644,'email','may553@3mtintchicago.com'),(2575,644,'message',''),(2576,644,'field_040512d','on'),(2577,645,'name','ChrisGax'),(2578,645,'email','may407@3mtintchicago.com'),(2579,645,'message','mbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\n \r\n \r\nlast news about mbappe \r\n \r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe\r\nmbappe'),(2580,645,'field_040512d','on'),(2581,646,'name','Sandranup'),(2582,646,'email','84xrumer2@farironalds.com'),(2583,646,'message','Discover the thrill of winning big at our premier online casino offers uk comparison, where every spin of the wheel promises excitement and opportunity. Immerse yourself in a world of luxury and glamour, where the lights are bright, and the stakes are high. Our casino offers an unparalleled gaming experience with a vast selection of classic and modern games tailored for all levels of players. Join us and feel the adrenaline rush as you take your chance at fortune in an atmosphere of elegance and sophistication.'),(2584,646,'field_040512d','on'),(2585,647,'name','Rodneybow'),(2586,647,'email','recdetil1984@rknantispam.org'),(2587,647,'message','A beloved National Park Service ranger died when he tripped, fell and struck his head on a rock during an annual astronomy festival in southwestern Utah, park officials said over the weekend. \r\nkraken14.at \r\nTom Lorig was 78 when he died after the incident at Bryce Canyon National Park late Friday. \r\nkraken14.at \r\nhttps://w-kraken14.at \r\nHe was known for his extensive work as a ranger and volunteer at 14 National Park Service sites, including Yosemite National Park, Carlsbad Caverns National Park and Dinosaur National Monument, the park service said in a statement Saturday. \r\n \r\n“Tom Lorig served Bryce Canyon, the National Park Service, and the public as an interpretive park ranger, forging connections between the world and these special places that he loved,” Bryce Canyon Superintendent Jim Ireland said in the statement.'),(2588,647,'field_040512d','on'),(2589,648,'name','LesterVandy'),(2590,648,'email','siltmonquiwi198494@rambler.ru'),(2591,648,'message','Elon Musk was star guest this year at an annual conference organized by Italian PM Giorgia Meloni’s Brothers of Italy party. \r\nkraken \r\nHe arrived against the backdrop of an ice-skating rink and an ancient castle in Rome with one of his 11 children to tout the value of procreation. \r\n \r\nItaly has one of the lowest birth rates in the world, and Musk urged the crowd to “make more Italians to save Italy’s culture,” a particular focus of the Meloni government. \r\n \r\nhttps://kraken13.shop \r\nkraken12 \r\nMeloni has been a strong opponent of surrogacy, which is criminalized in Italy, but there was no mention of Musk’s own recent children born of surrogacy. \r\n \r\nThe owner of X (formerly called Twitter) was slightly rumpled with what could easily be argued the least stylish shoes in the mostly Italian crowd since Donald Trump’s often unkempt former top adviser Steve Bannon appeared at the conference in 2018. \r\nMeloni sat in the front row taking photos of Musk, who she personally invited. Meloni founded the Atreju conference in 1998, named after a character in the 1984 film “The NeverEnding Story.”'),(2592,648,'field_040512d','on'),(2593,649,'name','adAwsmealo'),(2594,649,'email','chebakulinakarasevna@gmail.com'),(2595,649,'message','teens handjob \r\n \r\nhttp://wikimapia.org.xx3.kz/go-open.php?url=aHR0cHM6Ly9hbmFsMnR1YmUueHl6Lw\r\nhttps://38.cholteth.com/index/d1?an=&aurl=httpsxpornotube.xyz&pushMode=popup\r\nhttps://mixtcarservice.ru/bitrix/redirect.php?goto=https://xpornotube.xyz/\r\nhttp://oqaj.w.nabihanwoo.co.kr/member/login.html?noMemberOrder=&returnUrl=httpsxpornotube.xyz\r\nhttps://bestandroid.blog.idnes.cz/redir.aspx?url=https://xteentube.xyz/\r\nhttps://t-res.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https://xteentube.xyz/\r\nhttps://bellanoche.ru:443/bitrix/redirect.php?goto=https://anal2tube.xyz/\r\nhttp://orient24.ru/bitrix/redirect.php?goto=https://xteentube.xyz/'),(2596,649,'field_040512d','on'),(2597,650,'name','NovellaClefs'),(2598,650,'email','may189@3mtintchicago.com'),(2599,650,'message','alisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\n \r\n \r\nlast info about becker \r\n \r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson\r\nalisson'),(2600,650,'field_040512d','on'),(2601,651,'name','Pepepedronag'),(2602,651,'email','stakeprime@yandex.com'),(2603,651,'message','L\'equilibrage dynamique Dynamic Balancing : Essentiel pour un usinage de haute qualite'),(2604,651,'field_040512d','on'),(2605,652,'name','Agnesrog'),(2606,652,'email','20xrumer3@farironalds.com'),(2607,652,'message','Looking for a thrilling gaming experience without spending a dime? Discover the excitement of a free casino games, where you can enjoy your favorite games and win big without risking your hard-earned money!'),(2608,652,'field_040512d','on'),(2609,653,'name','GeorgeWex'),(2610,653,'email','abcrocrest1985@mail.ru'),(2611,653,'message','Plant-based ultraprocessed foods linked to heart disease, early death, study says \r\nhttps://krakena17.at \r\nkraken14.at \r\nWant to reduce your risk of developing chronic disease and live longer while also helping the planet? Eat a plant-based diet, experts say. \r\n \r\nDoes that mean you can fill your plate with boxed macaroni and cheese, deep-dish frozen veggie pizza or fast-food French fries and have a doughnut or three for dessert? \r\nkraken14.at \r\nWhile all of those ultraprocessed choices may be meat-free, they are not without risk, said Duane Mellor, a registered dietitian and senior teaching fellow at Aston Medical School in Birmingham, United Kingdom. \r\n“We can’t always assume plant-based means healthy, as after all sugar is plant-based,” Mellor said in a statement. “Many foods that do not contain animal products, which includes biscuits, crisps, confectionary and soft drinks, are technically plant-based but would not be considered essential as part of a healthy diet by the majority of people.” \r\n \r\nIn fact, eating such plant-based junk foods dramatically raises bad cholesterol and hypertension and can lead to associated heart disease and early death, according to a new study authors call “the first” to show ultraprocessed plant foods are associated with an increase in the risk of cardiovascular diseases. \r\nhttps://kraken16.at-kraken17.at \r\nkraken14.at \r\n“Eating plant-based products can be beneficial, acting as protection against health problems, or it can represent a risk — it all depends on the level of processing of these foods,” said senior study author Renata Levy, a researcher in the Epidemiological Research Center in Nutrition and Health at the University of Sao Paulo, known as Nupens/USP, in Brazil. \r\n \r\nUltraprocessed foods undergo multiple industrial processes, such as heating, fracking of nutrients and proteins, molding and compression, and have added chemicals to cosmetically alter color, smell, taste and texture. Foods in this category are formulated to be hyper-palatable to human taste buds and are often extremely convenient, requiring little to no preparation time.'),(2612,653,'field_040512d','on'),(2613,654,'name','DennisseGic'),(2614,654,'email','amphetamine@kypit-kokain-v-ukraine.space'),(2615,654,'message','Как Купить Амфетамин в Киеве? САЙТ - KOKS.TOP Где Купить Амфетамин Киев? САЙТ - KOKS.TOP \r\n \r\n \r\n100% ДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\n100% ЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\n100% ЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nПОСТОЯННАЯ ССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКАК КУПИТЬ АМФЕТАМИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Купить Амфетамин в Киеве\" \r\nСколько Стоит Амфетамин в Киеве в розницу и не только? Кто обычно покупает Амфетамин в Киеве и где? Как изготавливают Амфетамин который можно купить в Киеве круглосуточно? \r\nСколько лет уже продают качественный Амфетамин в Киеве закладками круглосуточно? Как можно купить Амфетамин в Киеве с доставкой в руки на 100%? \r\nНадежность покупок Амфетамин в Киеве с максимальной скоростью доставки товара в руки с гарантией? Какой минимальный заказ покупки Амфетамин в Киеве при заказе онлайн доставкой в руки? \r\nСамый быстрый способ Купить Амфетамин в Киеве без посредников на 100%? Купить Амфетамин в киеве на прямую без третьих лиц как легко? Сколько нужно грамм для употребления Амфетамина в Киеве навернека? \r\nМой друг знает где быстро Купить Амфетамин в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно на 100%! \r\nЕсли есть желание покупать Амфетамин в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Амфетамин в Киеве круглосуточно? \r\nАмфетамин в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков без посредников? Бесплатная доставка Амфетамина в Киеве по средах каждого месяца 100%! \r\nМелкие и крупные покупки Амфетамина в Киеве, Оптом Амфетамин в Киеве с доставкой? В розницу Амфетамин в Киеве с доставкой? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки и на 100%! \r\nЧелоек - Паук вместо паутины плетёт Амфетаминовую нить, которую иногда можно перепутать с Амфетамином в Киеве по самой доступной цене на этом узкопрофильном рынке! \r\nКаждая собака в Киеве знает где купить Амфетамин на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских Амфетаминовых весов? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Амфетамин такого качества, что потом весь остальной Амфетамин тв Киеве можно будет просто выкинуть в мусорку без сомнения и с гарантией? \r\nНаш Амфетамин в Киеве- просто перчик? Про такой Амфетамин в Киеве даже соченили уже репчик? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Амфетамина в Киеве круглосуточно? \r\nМеня на улице спросили - Где же мы Можем Купить Амфетаминн в Киеве с гарантией? И я с гордостью ответил - Амфетамин в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Амфетамин в Киеве. \r\nКакими способностями обладают люди, которые употребляют Амфетамин в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Амфетамин в Киеве чувствует прилив сил и бодрость на 100%! \r\nМне в замаскированной посылке привезли Амфетамин в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно и качественно? \r\n \r\nОбщие Теги для Гугл бот - Как Купить Шишки в Киеве, Как Купить экстази в Киеве , Как Купить гашиш в Киеве, Как Купить мефедрон в Киеве, Как Купить экстази в Киеве, Как Купить МДМА в Киеве, \r\nКак Купить лсд в Киеве, Как Купить Амфетамин в Киеве, Как Купить скорость альфа ПВП в Киеве, Как Купить гидропонику в Киеве, Как Купить метамфетамин в Киеве, Как Купить эйфоретики в Киеве, \r\nКак Купить закладки в Киеве, Как Купить ШИШКИ закладкой в Киеве , Как Купить Стимуляторы в Киеве, Как Купить Галлюцыногены в Киеве. Тег окончен'),(2616,654,'field_040512d','on'),(2617,655,'name','Randyarogs'),(2618,655,'email','newcakematt198021@rambler.ru'),(2619,655,'message','ДОНЕЦК, 2 июн — РИА Новости. В Николаевской области нанесли удар по винзаводу \"Оливия\", на котором базировались украинские военные, сообщил РИА Новости координатор местного подполья Сергей Лебедев. \r\nkraken18.at \r\n\"Около двух часов ночи серия из пяти ударов пришлась по винзаводу в Парутино , на территории винзавода расположились военные со своей техникой и боекомплектом По данным нашей агентуры, в районе Парутино часто слышна и видна работа HIMARS, который запускает дальнобойные ракеты в сторону Херсонской области и, возможно, на Крым\", — сказал собеседник агентства. \r\nkraken21.at \r\nhttps://kraken21-at.com'),(2620,655,'field_040512d','on'),(2621,656,'name','LabnclExoxy'),(2622,656,'email','1@www-marketing.ru'),(2623,656,'message','arhivy mikroelementy - klinika molekulyarnaya medicina \r\nTegs: стоимость анализа на витамины лаб клиника \r\nсыворотка крови анализ лаб клиника \r\nтест на витамины в организме лаб клиника \r\nмикроэлемент, медь – жизненно необходимый микроэлемент, играющий важную роль в регуляции окислительно-восстановительных и нейроэндокринных процессов \r\nblog kliniki - klinika molekulyarnaya medicina https://labnclinic.ru/category/blog/'),(2624,656,'field_040512d',''),(2625,657,'name','EdwardSom'),(2626,657,'email','uanjocat1991@mail.ru'),(2627,657,'message','Goats work as caddies at this Oregon ranch \r\nkraken13 \r\n \r\nTo most, goat is simply the name for a horned ruminant mammal. For those in sporting circles, it’s a four-letter acronym bestowed upon the greatest of all time. \r\n \r\nVenture through the myriad pine forests and winding creeks into the Blue Mountains of Eastern Oregon though, and both apply simultaneously. \r\n \r\nhttps://http-kraken13.at \r\nкракен магазин \r\nSilvies Valley Ranch offers a slice of Wild West luxury to travelers and – for the golfers among them – the opportunity to be caddied for by a rigorously trained team of goats. \r\n \r\nA world first when launched in 2018, the current team is the best to ever do it, as far as Silvies owner Dr. Scott Campbell is concerned – and they have even convinced some initial skeptics. \r\n \r\n“A lot of people said it was a stupid idea,” Campbell told CNN. \r\n \r\n“They thought it would make people call us a goat track. Nothing could be further from the truth. Everybody has a good time … People come from all over the world.” \r\n \r\nNew career path \r\nThe radical setup was born from a practical problem. \r\n \r\nMcVeigh’s Gauntlet – Silvies’ seven-hole challenge course – was far too steep for golf carts to safely traverse. With players only requiring a few clubs to play the course, carrying such a load was well within the capabilities of the ranch’s 3,000 grazers, whose ancestors were transporting cargo long before golfers were planting tees. \r\n \r\n“The goats were asking for different career opportunities, and as an equal opportunity employer, we developed a new career path for them,” Campbell joked. \r\n \r\nA three-month evaluation process sees potential caddies as young as six months old scouted on their friendliness and physical aptitude. Those that progress to the next stage are fitted with a custom-made golf bag – tailored by Oregon-based company Seamus Golf – to see if they’re comfortable carrying it. \r\n \r\nThe bag is near-empty for training, but for full-time caddies contains six clubs, extra balls and tees, six drink cans and their daily wage: a few dozen peanuts. \r\n \r\nChosen candidates are taught the course and put on a carefully monitored physical and nutrition regime before starting their new role from two years old, working six-hour shifts three to four days a week. An on-site vet visits the caddy shack – situated next to the club house and open to visitors throughout the day – on a weekly basis. \r\n \r\nEight goats make up today’s caddie team – Chunky, Mulligan, Harry, Bogey, Birdie, Charlie, Carrot and Jack – with nine yearlings in training and 10 three-month-old prospects waiting in the wings.'),(2628,657,'field_040512d','on'),(2629,658,'name','Jqoioskymn'),(2630,658,'email','aderterwer@outlook.com'),(2631,658,'message','Коста-Рике иммиграция \r\nполучение гражданство в Коста-Рика \r\nhttps://costavida.ru \r\nиммиграция в Коста-Рика \r\nКоста-Рика гражданство сша \r\nhttps://costarus.ru \r\nвнж на Коста-Рике \r\nгражданство в Коста-Рике \r\nпереехать на пмж в Коста-Рику \r\nКоста-Рике иммиграция \r\nроды на Коста-Рики \r\nhttps://imigrantos.ru'),(2632,658,'field_040512d','on'),(2633,659,'name','LindaPraiz'),(2634,659,'email','iyydwcuk@hotmail.com'),(2635,659,'message','top online casino sites usa paypal \r\ngambling meaning \r\ntable games for casino real money online casino usa without deposit cities with casinos in nevada all slots real money traditional japanese gambling games \r\nwin real money online casino for ireland'),(2636,659,'field_040512d','on'),(2637,660,'name','vtechgWog'),(2638,660,'email','stupalmarpoe@mail3go.online'),(2639,660,'message','Интересно: poco x5 pro 5g или интернет-магазин мобильных устройств \r\n \r\nМожет быть полезным: https://alikson.ru/smartfony-1003/tag-samsung-galaxy-s24-ultra/ или компактные компьютеры \r\n \r\nэлектронные книги для чтения \r\n \r\nЕщё можно узнать: где найти серийный номер ноутбука'),(2640,660,'field_040512d','on'),(2641,661,'name','Bob S.'),(2642,661,'email','pulliam.tyler96@msn.com'),(2643,661,'message','Hey there,\r\n \r\n\r\nI saw your google business listing and I think I can help it boost within 1-2 weeks using something called Semantic SEO.\r\n\r\nIncrease your customer base with this simple google business listing trick or help local businesses with this Semantic SEO plugin. \r\n\r\nFor more info watch this short video: https://bit.ly/SemanticSEOPlugin \r\n\r\nIf you\'re interested or have any questions call/text: 619-777-6610 or private email me at digitalbusinessservices101@gmail.com \r\n\r\n\r\n\r\nThanks & Regards,\r\nBob S.\r\n\r\n\r\n\r\nIf you would like to opt-out of communication with us, visit:\r\nhttps://bit.ly/websiteoptout'),(2644,661,'field_040512d','on'),(2645,662,'name','PromotionMuh'),(2646,662,'email','l.en.ago.p.ka.l.o.73@gmail.com'),(2647,662,'message',''),(2648,662,'field_040512d','on'),(2649,663,'name','GecnklDaw'),(2650,663,'email','www@mail.ru'),(2651,663,'message','den\'ga - zaymy pod 0% do 15000 rubley na 5-21 dney - do 15000 ? besplatno pri pervom obraschenii - mikrozaymy v mfo den\'ga - usloviya oformleniya i prichiny otkaza. snijennaya stavka dlya l\'gotnyh kategoriy (pensionery, medrabotniki)! dlya grajdan rf s 18 let. - den\'ga na sayte credit24.pro \r\nTegs: целевые финансы - займы под 0,8% до 100000 рублей на 7-168 дней - высокий показатель одобрений - микрозаймы в мфо целевые финансы - условия оформления и причины отказа. для граждан рф с 18 лет. - целевые финансы на сайте credit24.pro \r\nманимо - займы под 0% до 30000 рублей на 4-180 дней - первый день бесплатно всем - микрозаймы в мфо манимо - условия оформления и причины отказа. для граждан рф с 21 лет. - манимо на сайте credit24.pro \r\nробокредит - займы под 0,8% до 100000 рублей на 30-365 дней - до 100000 рублей - микрозаймы в мфо робокредит - условия оформления и причины отказа. из документов нужен только паспорт! для граждан рф с 18 лет. - робокредит на сайте credit24.pro \r\n \r\ncarmoney - zaymy pod 0,09% do 1000000 rubley na 720-1440 dney - mojno vyigrat\' sertifikat na benzin - mikrozaymy v mfo carmoney - usloviya oformleniya i prichiny otkaza. do 70% ot ocenochnoy stoimosti avto! dlya grajdan rf s 21 let. - carmoney na sayte credit24.pro https://credit24.pro/mfo/carmoney/'),(2652,663,'field_040512d',''),(2653,664,'name','JeffreyJough'),(2654,664,'email','sophiagreene81pp@outlook.com'),(2655,664,'message','Hello dear friend, I would like to offer placement of your link (or links) on different platforms of the internet such as: forums, blogs, comments and much more. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) \r\n \r\nQuality guaranteed ! \r\n \r\nPRICE - 20$ \r\n \r\nWebSite - https://goo.su/CHM5cJW'),(2656,664,'field_040512d','on'),(2657,665,'name','LavillFab'),(2658,665,'email','revers10@1ti.ru'),(2659,665,'message','8-fluoro-5-nitroquinoline - купить онлайн в интернет-магазине химмед \r\nTegs: 1-benzyl-3-hydroxy-1h-indazole sodium salt - купить онлайн в интернет-магазине химмед \r\nbenzyl 3-hydroxypropionate - купить онлайн в интернет-магазине химмед \r\nbenzyl isocyanide - купить онлайн в интернет-магазине химмед \r\n \r\n4- 3-fluorophenyl -3-fluorophenol - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/4-fluoro-2-methoxy-5-methylphenylboronic-acid-id=8722282'),(2660,665,'field_040512d','on'),(2661,666,'name','VincentWap'),(2662,666,'email','geneallen@hotmail.com'),(2663,666,'message','Calling all sales enthusiasts! https://SellAccs.net invites you to join our dynamic team as we revolutionize the online account marketplace. With our innovative platform and extensive customer base, you\'ll have the tools to drive sales and maximize your earning potential. Enjoy competitive commissions, personalized training, and ongoing support as you thrive in the fast-paced world of digital commerce. Take the next step in your sales career and partner with https://SellAccs.net today! \r\n \r\n \r\nVISIT THIS BACKLINK: https://SellAccs.net'),(2664,666,'field_040512d','on'),(2665,667,'name','MasonTromi'),(2666,667,'email','yjdisantoyjdissemin@gmail.com'),(2667,667,'message','Szia, meg akartam tudni az árát.'),(2668,667,'field_040512d','on'),(2669,668,'name','Clean aluminium scrap'),(2670,668,'email','green@iron.beijing'),(2671,668,'message','Hey there, compadre! I\'ve truly missed your wonderful company. \r\n \r\nI sense that this topic could be intellectually stimulating Demolition ferrous metal recycling \r\n \r\nHave a pleasant evening'),(2672,668,'field_040512d',''),(2673,669,'name','Circuit board copper scrap'),(2674,669,'email','reuse@scrap.shanghai'),(2675,669,'message','Heyy, new buddy! I\'m stoked to get to know you better. \r\nIt\'s almost unbelievable, but it appears that I\'ve come across a site with comparable quality to your project Ferrous material processing technologies \r\nUntil next time, keep the magic alive'),(2676,669,'field_040512d',''),(2677,670,'name','ArthurSumma'),(2678,670,'email','efisomer1970@op.pl'),(2679,670,'message',''),(2680,670,'field_040512d','on'),(2681,671,'name','SictPautt'),(2682,671,'email','ScoospesT@mailport.lat'),(2683,671,'message','Haloperidol was then replaced by aripiprazole 15 mg day and on the evening of the second day she developed breast tenderness and marked galactorrhea cialis otc'),(2684,671,'field_040512d','on'),(2685,672,'name','Lloydjep'),(2686,672,'email','ivdisfe1990@mail.ru'),(2687,672,'message','Southern Baptists are poised to ban churches with women pastors. Some are urging them to reconsider \r\nkraken3yvbvzmhytnrnuhsy772i6dfobofu652e27f5hx6y5cpj7rgyd.onion \r\nFrom its towering white steeple and red-brick facade to its Sunday services filled with rousing gospel hymns and evangelistic sermons, First Baptist Church of Alexandria, Virginia, bears many of the classic hallmarks of a Southern Baptist church. \r\nhttps://kraken-21at.net \r\nkraken2trfqodidvlh4aa337cpzfrhdlfldhve5nf7njhumwr7instad.onion \r\nOn a recent Sunday, its pastor for women and children, Kim Eskridge, urged members to invite friends and neighbors to an upcoming vacation Bible school — a perennial Baptist activity — to help “reach families in the community with the gospel.” \r\n \r\nBut because that pastor is a woman, First Baptist’s days in the Southern Baptist Convention may be numbered. \r\n \r\nAt the SBC’s annual meeting June 11-12 in Indianapolis, representatives will vote on whether to amend the denomination’s constitution to essentially ban churches with any women pastors — and not just in the top job. That measure received overwhelming approval in a preliminary vote last year. \r\n \r\nLeaders of First Baptist – which has given millions of dollars to Southern Baptist causes and has been involved with the convention since its 19th century founding — are bracing for a possible expulsion. \r\n \r\n“We are grieved at the direction the SBC has taken,” the church said in a statement. \r\nhttps://kraken21at.net \r\nkraken2 \r\nAnd in a Baptist tradition that prizes local church autonomy, critics say the convention shouldn’t enshrine a constitutional rule based on one interpretation of its non-binding doctrinal statement. \r\n \r\nBy some estimates, women are working in pastoral roles in hundreds of SBC-linked churches, a fraction of the nearly 47,000 across the denomination. \r\n \r\nBut critics say the amendment would amount to a further narrowing in numbers and mindset for the nation’s largest Protestant denomination, which has moved steadily rightward in recent decades. \r\n \r\nThey also wonder if the SBC has better things to do. \r\n \r\nIt has struggled to respond to sexual abuse cases in its churches. A former professor at a Southern Baptist seminary in Texas was indicted in May on a charge of falsifying a record about alleged sexual abuse by a student in order to obstruct a federal investigation into sexual misconduct in the convention.'),(2688,672,'field_040512d','on'),(2689,673,'name','Jeffreytus'),(2690,673,'email','jankinsalex3@gmail.com'),(2691,673,'message','Причины неудач СССР в Зимней войне \r\nhttps://e-pochemuchka.ru'),(2692,673,'field_040512d','on'),(2693,674,'name','JulianElors'),(2694,674,'email','oncommi1985@mail.ru'),(2695,674,'message','The media is in meltdown over Caitlin Clark \r\nкракен 19 \r\nThe male-dominated sports media apparatus is stumbling over Caitlin Clark. \r\n \r\nIt is trying to pretend that it hasn’t ignored the WNBA for decades until the superstar rookie came along. But rather than admitting its blind spots, several male commentators are parachuting themselves into a league they barely understand and dismissing anyone who suggests they could do better. \r\nhttps://kraken-15at.net \r\nкракен 16 \r\nIn the flurry of hot takes that followed Chennedy Carter’s foul against Clark over the weekend, ESPN host Pat McAfee went on his show Monday to argue that Clark — whom he casually called the “White b*tch for the Indiana team” — was singularly responsible for the sudden surge of WNBA popularity and therefore she should be given more respect. He later apologized for using the slur, emphasizing that his broader thesis was that Clark’s star power created a halo around a league that’s been languishing in obscurity. \r\n \r\n“I was talking about how I hoped that the WNBA and sports media, ex-WNBA players, would show a little bit more respect to Caitlin Clark for what she has brought to the WNBA,” McAfee said on his show Tuesday. \r\n \r\nOf course, it’s not that the league was dormant before Clark got there, it’s that most of the mainstream press weren’t paying attention. The impact of Clark’s arrival is undeniable. But McAfee and the four men flanking him in his Indiana studio are not the best people to lead that conversation on one of the most influential sports networks in America. \r\nhttps://kraken-24at.net \r\nkraken12 \r\nMcAfee’s right that the ground is shifting for women’s basketball — it’s one of those pivotal moments when journalists and analysts would normally call up an expert or two and try to absorb some of the complexities of the situation. Instead, the male commentariat have done too much talking and not enough listening. \r\n \r\nClark, a White, straight phenom, has become male sportscasters’ proxy in a league built primarily by Black and LGBTQ athletes whom the mainstream felt fine skimming over in the past. And in covering the league, they’re relying on outdated tropes about how women are supposed to behave. Charles Barkley recently called women “petty” for being rough on Clark.'),(2696,674,'field_040512d','on'),(2697,675,'name','Antoniodut'),(2698,675,'email','messicomaz1@prokuratura-rb.ru'),(2699,675,'message','Lionel Messi\r\n \r\nMessi is the best footballer in the world \r\nLionel Messi site'),(2700,675,'field_040512d','on'),(2701,676,'name','Manualdop'),(2702,676,'email','pogba-pl33@prokuratura-rb.ru'),(2703,676,'message','Paul Pogba casino\r\n \r\nPaul Pogba Juventus \r\nPaul Pogba casino'),(2704,676,'field_040512d','on'),(2705,677,'name','Robertgow'),(2706,677,'email','ronaldinho-pl3@prokuratura-rb.ru'),(2707,677,'message','ronaldinhosite\r\n \r\nRonaldinho Golden Ball \r\nronaldinho site'),(2708,677,'field_040512d','on'),(2709,678,'name','BrandonStola'),(2710,678,'email','al-nasr-pl@prokuratura-rb.ru'),(2711,678,'message','al-nasr.pl box\r\n \r\nAn-Nasr (football club, Riyadh) \r\nal-nasr.pl record'),(2712,678,'field_040512d','on'),(2713,679,'name','Mike Fleming'),(2714,679,'email','mikedywops@gmail.com'),(2715,679,'message','Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info: \r\nhttps://www.monkey-seo.com/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.monkey-seo.com/whatsapp-us/'),(2716,679,'field_040512d','on'),(2717,680,'name','JamesBlula'),(2718,680,'email','xrumall3107@inbox.lv'),(2719,680,'message',''),(2720,680,'field_040512d','on'),(2721,681,'name','Thomascyday'),(2722,681,'email','haaland.com.az1@prokuratura-rb.ru'),(2723,681,'message','Haaland Haaland Erling \r\n \r\nEarling Holand best football player \r\nHaaland Erling'),(2724,681,'field_040512d','on'),(2725,682,'name','TheresaRirty'),(2726,682,'email','34xrumer4@farironalds.com'),(2727,682,'message','Applying for online loans now has never been easier or more convenient. With just a few clicks, you can access a wide range of loan options tailored to your financial needs. The streamlined application process ensures quick approval and fast disbursement of funds. Take advantage of online loan applications today and secure the financial support you need without leaving your home.'),(2728,682,'field_040512d','on'),(2729,683,'name','OlegKix'),(2730,683,'email','iddqdice@yandex.ru'),(2731,683,'message','Подробное описание прибора \"Балком-1А\" \r\nСтраница предлагает детальное описание прибора \"Балком-1А\", включая его технические характеристики и функциональные возможности для динамическая балансировка . Указаны области применения прибора. \r\n \r\nПриведены примеры успешного использования \"Балком-1А\" в реальных условиях, что помогает пользователям лучше понять его преимущества и эффективность для задач балансировка вентиляции.'),(2732,683,'field_040512d','on'),(2733,684,'name','canadian pharmaceuticals'),(2734,684,'email','camhlxiaekpnk@yahooo.com'),(2735,684,'message','Hi, I do think this is an excellent website. I stumbledupon it ;) I am going to come back yet again since i have book marked it. Money and freedom is the greatest way to change, may you be rich and continue to help others.'),(2736,684,'field_040512d','on'),(2737,685,'name','Edwardbleaf'),(2738,685,'email','isaev_dima_27622@mail.ru'),(2739,685,'message','‘Sugary food is a drug for me’: A growing number of children are addicted to ultraprocessed foods \r\nkraken19 \r\n \r\nChicago native Jeffrey Odwazny says he has been addicted to ultraprocessed food since he was a child. \r\n \r\n“I was driven to eat and eat and eat, and while I would overeat healthy food, what really got me were the candies, the cakes, the pies, the ice cream,” said the 54-year-old former warehouse supervisor \r\nhttps://kraken-21.at \r\nкракен 16 \r\n“I really gravitated towards the sugary ultraprocessed foods — it was like a physical drive, I had to have it,” he said. “My parents would find hefty bags full of candy wrappers hidden in my closet. I would steal things from stores as a kid and later as an adult.” \r\n \r\nSome 12% of the nearly 73 million children and adolescents in the United States today struggle with a similar food addiction, according to research. To be diagnosed, children must meet Yale Food Addiction Scale criteria as stringent as any for alcohol use disorder or other addictions. \r\n \r\n“Kids are losing control and eating to the point where they feel physically ill,” said Ashley Gearhardt, a professor of psychology at the University of Michigan in Ann Arbor who conducted the research and developed the Yale addiction scale. \r\n \r\n“They have intense cravings and may be sneaking, stealing or hiding ultraprocessed foods,” Gearhardt said. “They may stop going out with friends or doing other activities they used to enjoy in order to stay at home and eat, or they feel too sluggish from overeating to participate in other activities.” \r\n \r\nHer research also shows about 14% of adults are clinically addicted to food, predominantly ultraprocessed foods with higher levels of sugar, salt, fat and additives. \r\n \r\nFor comparison, 10.5% of Americans age 12 or older were diagnosed with alcohol use disorder in 2022, according to the National Survey on Drug Use and Health. \r\n \r\nWhile many people addicted to food will say that their symptoms began to worsen significantly in adolescence, some recall a childhood focused on ultraprocessed food. \r\n \r\n“By age 2 or 3, children are likely eating more ultraprocessed foods in any given day than a fruit or vegetable, especially if they’re poor and don’t have enough money in their family to have enough quality food to eat,” Gearhardt said. “Ultraprocessed foods are cheap and literally everywhere, so this is also a social justice issue.” \r\n \r\nAn addiction to ultraprocessed foods can highjack a young brain’s reward circuitry, putting the primitive “reptilian brain,” or amygdala, in charge — thus bypassing the prefrontal cortex where rational decision-making occurs, said Los Angeles registered dietitian nutritionist David Wiss, who specializes in treating food addiction.'),(2740,685,'field_040512d','on'),(2741,686,'name','hvWog'),(2742,686,'email','lamidesc@mailcos.site'),(2743,686,'message','курорты Абхазии или Тунис \r\n \r\nБуэнос-Айрес \r\n \r\nhttps://samoylovaoxana.ru/tag/ezhednevnye-poezdki-na-more/ \r\n \r\nЕщё можно узнать: как появляются узоры на окнах зимой \r\n \r\nЭкскурсии \r\n \r\nЧто выбрать: Неттоп купить или Неттоп купить'),(2744,686,'field_040512d','on'),(2745,687,'name','MasonTromi'),(2746,687,'email','yjdisantoyjdissemin@gmail.com'),(2747,687,'message','Kaixo, zure prezioa jakin nahi nuen.'),(2748,687,'field_040512d','on'),(2749,688,'name','Illimblip'),(2750,688,'email','leymeister49@madu58.funny3delements.com'),(2751,688,'message','скачать 1хбет кз на андроид покердом официальный сайт играть на деньги работающее. зеркало. мелбет. тинькофф блэк с какого возраста скачать приложение мелбет на телефон бесплатно mega moolah free spins no deposit casino online minimum deposit 5 1win скачать на андроид последняя версия официальные сайты игры lucky jet как войти в облако на телефоне вавада мобильная версия зеркало на сегодня самый лучший букмекер в россии взять займ онлайн на карту новые сайты вулкан казино играть бесплатно слоты мостбет зеркало рабочее сегодня и сейчас зайти игровые слоты играть бесплатно и без регистрации в онлайн займы онлайн на карту без проверок москва скачать приложение pin up на андроид бесплатно игровые автоматы на деньги андроид фото на рабочий стол айфон'),(2752,688,'field_040512d','on'),(2753,689,'name','ArthurSumma'),(2754,689,'email','efisomer1970@op.pl'),(2755,689,'message','Have you ever encountered a situation where your credit report unexpectedly “declares” you dead? Experiencing an erroneous death marker in your TransUnion credit report can be a significant ordeal for anyone. This mistake not only creates a sense of anxiety and stress but can also have long-term consequences for your financial life, affecting your ability to obtain loans, insurance, and even employment. \r\n \r\nComprehending the Gravity of the Situation \r\nThe erroneous listing of you as deceased in TransUnion’s databases is not just a small oversight. It’s a mistake that can block your access to the most critical financial tools and services. It’s crucial to realize that behind this “digital” problem lie real-life inconveniences and obstacles, such as issues with the social security administration death index and wrongful denial of coverage. \r\n \r\nOverview of Statistics \r\nLet’s consider some statistics that illustrate the prevalence of the problem. For instance, credit bureau reports deceased and social security administration death notification errors occur frequently. Experian death notification and Equifax death notice errors are also common. \r\n \r\nThese figures underscore the importance of timely detecting and correcting such errors. If you find your credit report says I am deceased or your credit report shows deceased, immediate action is required. \r\n \r\nAdvantages of Turning to Our Law Firm \r\nChoosing our company to solve your problem with your credit report is a choice in favor of professionalism and reliability. Thanks to deep knowledge of the FCRA law and experience in handling similar cases, we offer you the following benefits: \r\n \r\nGuarantee of no expenses on your part: the costs of our services are borne by the respondent. \r\nNumerous satisfied clients and substantial compensations confirm our effectiveness. \r\nFull service from interacting with credit bureaus to protecting your interests. \r\nInstances of Issues Faced by Individuals \r\nMistakenly reported as deceased TransUnion – denials of credit and financial services. \r\nCredit report is showing deceased TransUnion – problems with insurance applications and insurance company refusal to pay. \r\nFlagging TransUnion account as deceased – difficulties with employment due to background check errors. \r\nTransUnion deceased alert – inability to sign financial contracts, leading to insurance claim denial and long-term care claim lawyer consultations. \r\n \r\nThese issues not only create financial and emotional difficulties but also undermine your trust in the credit monitoring system. When errors like a deceased indicator on credit report occur, it\'s essential to have an experienced insurance attorney on your side to navigate the complexities. \r\n \r\nHave you been mistakenly reported as deceased on credit report? Are you dealing with a social security number reported as deceased or credit report deceased errors? Our firm specializes in resolving these issues, ensuring your records are corrected swiftly. Contact us to enforce insurance promises and get your financial life back on track. \r\n \r\nIf your credit report says I am deceased, don\'t wait. Our experienced team can help you prove you are not deceased and address inaccuracies such as deceased indicator meaning and credit bureau reports deceased. Trust us to handle your case with the dedication of a skilled insurance lawyer. \r\n \r\nhttps://bucceri-pincus.com/i-am-deceased/'),(2756,689,'field_040512d','on'),(2757,690,'name','Soniaembak'),(2758,690,'email','monnieshepardson@gmail.com'),(2759,690,'message',''),(2760,690,'field_040512d','on'),(2761,691,'name','PillsVob'),(2762,691,'email','iunskiygipertonik@gmail.com'),(2763,691,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nAcquistare viagra con paypal: \r\n \r\nhttps://cutt.ly/revrx6EP \r\n \r\nhttps://cutt.ly/gevrvQ2P \r\n \r\nhttps://u.to/BdO4IA'),(2764,691,'field_040512d','on'),(2765,692,'name','Soniaembak'),(2766,692,'email','monnieshepardson@gmail.com'),(2767,692,'message',''),(2768,692,'field_040512d','on'),(2769,693,'name','X22buP'),(2770,693,'email','tkiqgaxajEa@xruma.store'),(2771,693,'message','Hey people!!!!! \r\nGood mood and good luck to everyone!!!!!'),(2772,693,'field_040512d','on'),(2773,694,'name','Mike Wilson'),(2774,694,'email','mikedywops@gmail.com'),(2775,694,'message','Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info: \r\nhttps://www.country-targeted-traffic.com/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.country-targeted-traffic.com/whatsapp-us/'),(2776,694,'field_040512d','on'),(2777,695,'name','Jekaspiz'),(2778,695,'email','stakesale4@gmail.com'),(2779,695,'message','https://cometa-cas47.ru \r\nStart winning today, get a no deposit gift or free spins of your choice. Only the top best bonuses!'),(2780,695,'field_040512d','on'),(2781,696,'name','Jeremyknibe'),(2782,696,'email','lurkerden@yandex.com'),(2783,696,'message','Balanset-1A: Precision Balancing and Vibration Analysis in One Device \r\n \r\nDescription: \r\n \r\n \r\n \r\n \r\nOrder on Amazon \r\n \r\n \r\nBalanset-1A is a portable two-channel device that helps you quickly and accurately balance rotors and analyze vibrations. It is designed for balancing various rotors, such as centrifuges, turbines, fans, crushers, augers, pumps, compressors, and other equipment. \r\n \r\nFeatures: \r\n \r\nVibrometer Mode: \r\n \r\nTachometer: Allows for accurate determination of rotor speed (RPM). \r\nPhase: Determination of the phase angle of vibration signals for accurate analysis. \r\n1x Vibration: Measurement and analysis of the primary frequency component. \r\nFFT Spectrum: Provides detailed information about the vibration frequency spectrum, allowing for the detection of various issues. \r\nOverall Vibration: Measures and displays the overall vibration level. \r\nMeasurement Log: Storage of measurement data for analysis. \r\n \r\n \r\nBalancing Mode: \r\n \r\nSingle-Plane Balancing: Balancing rotors in one plane to reduce vibration. \r\nTwo-Plane Balancing: Suitable for balancing complex rotors. \r\nPolar Plot: Visualization of imbalance in the form of a polar plot for accurate weight placement. \r\nSession Recovery: Convenient to continue balancing from where you left off. \r\nTolerance Calculator (ISO 1940): Calculation of permissible imbalance according to the ISO 1940 standard. \r\nGrinding Wheel Balancing: Allows balancing of grinding wheels using three counterweights. \r\n \r\n \r\nGraphs: \r\n \r\nOverall Vibration Graphs: Visual representation of overall vibration. \r\n1x Vibration Graphs: Shows vibration at the operating rotational frequency. \r\nHarmonic Graphs: Shows the presence and impact of harmonic frequencies. \r\nSpectral Graphs: Graphical representation of the frequency spectrum for in-depth analysis. \r\n \r\n \r\nAdditional Features: \r\n \r\nArchive: Saves the results of balancing for future use. \r\nReports: Creates professional balancing reports. \r\nRepeat Balancing: Simple repetition of the balancing process using saved data. \r\nProduction Line Balancing: Optimized for balancing a large number of similar rotors. \r\nBalanset-1A also offers flexibility in choosing between metric or imperial unit system, ensuring ease of use anywhere in the world. \r\nPrice: €1751 \r\n \r\nBalanset-1A Package Includes: \r\n \r\nInterface block \r\nTwo vibration sensors \r\nOptical sensor (laser tachometer) with magnetic stand \r\nWeighing scales \r\nSoftware (Note: laptop not included, can be ordered separately) \r\nPlastic transport case \r\n \r\n \r\nAdvantages of Balanset-1A: \r\n \r\nHigh Efficiency and Quality: Balanset-1A provides high precision and reliability of balancing and vibration analysis results. \r\nEase of Use: The device is easy to use and requires no more than 2-3 hours to master, even for those who are not experts in vibration analysis. \r\nCustomization to Client Needs: Balanset-1A adapts to the specific requirements of customers, allowing you to solve a wide range of balancing and vibration diagnostic tasks. \r\nAffordable Price: Balanset-1A is offers an excellent price-quality ratio, making it an attractive choice for businesses with a limited budget. \r\nHigh Repeatability of Results: The device uses several \"know-how\" techniques that guarantee reliable and repeatable results, enabling the achievement of ensuring high precision and repeatability of measurements. \r\n \r\n \r\nConclusion \r\n \r\nBalanset-1A is a professional solution for balancing and vibration analysis, which will help you achieve smooth and quiet operation of your equipment, extend its service life, and reduce repair costs. \r\n \r\nOrder on Amazon'),(2784,696,'field_040512d','on'),(2785,697,'name','DJkiz'),(2786,697,'email','brudermanni2024@gmail.com'),(2787,697,'message','Russische DJ in hannover'),(2788,697,'field_040512d','on'),(2789,698,'name','JerryRothe'),(2790,698,'email','mephedrone@kypit-kokain-moscow.ru'),(2791,698,'message','Купить Мефедрон в Москве? Сайт - KOKSIK.VIP Купить Мефедрон (МЕФ МЯУ-МЯУ) Москва! - KOKSIK.VIP \r\n. \r\n. \r\n. \r\nДля заказа Мефедрона (МЕФ МЯУ-МЯУ) а в Москве 24/7 САЙТ - https://kokosik.vip/ \r\nКупить в Москве Мефедрон (МЕФ МЯУ-МЯУ) закладкой 24/7 САЙТ - https://kokosik.vip/ \r\nЗаказать Мефедрон (МЕФ МЯУ-МЯУ) в Москве доставкой САЙТ - https://kokosik.vip/ \r\nПокупка в руки Мефедрон (МЕФ МЯУ-МЯУ) а в Москве 24/7 САЙТ - https://kokosik.vip/ \r\nЛучший Мефедрон (МЕФ МЯУ-МЯУ) в Москве САЙТ - https://kokosik.vip/ \r\nКачественный Мефедрон (МЕФ МЯУ-МЯУ) в Москве САЙТ - https://kokosik.vip/ \r\n. . \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nДЛЯ ЗАКАЗА ТОВАРА В МОСКВЕ НУЖНО НАПИСАТЬ НА САЙТ - https://kokosik.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Мне нужно Купить Мефедрон (МЕФ МЯУ-МЯУ) в Москве? Какие цены на Мефедрон (МЕФ МЯУ-МЯУ) в Москве? Каким образом можно Купить Мефедрон (МЕФ МЯУ-МЯУ) в Москве? Какие сейчас цены на Мефедрон (МЕФ МЯУ-МЯУ) в Москве? \r\nКто сейчас продает Мефедрон (МЕФ МЯУ-МЯУ) в Москве? Как много завезли Мефедрона (МЕФ МЯУ-МЯУ) а в Москве? Мефедрон (МЕФ МЯУ-МЯУ) в Москве купить без йода абсолютно без вреда для организма? \r\nЦарь-Мефедрон (МЕФ МЯУ-МЯУ) это название того Мефедрон (МЕФ МЯУ-МЯУ) а который продают на официальном доверенном сайте гаранте? Украсть такой Мефедрон (МЕФ МЯУ-МЯУ) в Москве не получиться, потому что работают профессионалы? \r\nКакие бывают разновидности Мефедрон (МЕФ МЯУ-МЯУ) а сейчас в Москве и почему у нас он самый лучший Мефедрон (МЕФ МЯУ-МЯУ) в Москве? Если взять много Мефедрон (МЕФ МЯУ-МЯУ) а в Москве а заплатить за него мало, такое Возможно? \r\nНовые правила покупки и доставки Мефедрон (МЕФ МЯУ-МЯУ) а в Москве уже действуют? Круглосуточная покупка Мефедрон (МЕФ МЯУ-МЯУ) а в Москве только на официальном сайте по ссылке, больше нигде? \r\nКристаллы Мефедрон (МЕФ МЯУ-МЯУ) а в Москве уже сравнивают с градом? Шыкарное качество Мефедрон (МЕФ МЯУ-МЯУ) а в Москве никогда никого не оставит равнодушным или безразличны? \r\nМоментальная покупка Мефедрон (МЕФ МЯУ-МЯУ) а в Москве и круглосуточная потдержка Мефедрон (МЕФ МЯУ-МЯУ) а в Москве всегда на связи, даже в выходные и праздничные дни? \r\nЩедрость насыпи в закладках Мефедрон (МЕФ МЯУ-МЯУ) а в Москве иногда даже удивляет, потому что закладки Мефедрон (МЕФ МЯУ-МЯУ) а в Москве всегда на 10% больше чем в заказе? \r\nЗанять деньги или занять дорожку такого Мефедрон (МЕФ МЯУ-МЯУ) а в Москве это не стыдно, это жизнь которой живут постоянно люди в Москве? \r\nХорошо что Вы всегда на связи - самый частый отзыв про наш Мефедрон (МЕФ МЯУ-МЯУ) в Москве за последние пять лет работы на рынке Мефедрон (МЕФ МЯУ-МЯУ) а в Москве! \r\nФинальная версия разработок всех рецептов Мефедрон (МЕФ МЯУ-МЯУ) а в Москве можно купить на нашем сайте уже не первый год? Улететь в Небеса сквозь все преграды можно только с нашим Мефедрон (МЕФ МЯУ-МЯУ) ом в Москве! \r\nЕдинственный Магазин в Москве который реально безопасно доставляет товар в руки не важно какого количества, Это именно наш Сайт Мефедрон (МЕФ МЯУ-МЯУ) а в Москве! Наш Мефедрон (МЕФ МЯУ-МЯУ) в Москве знаю Все! \r\n. \r\n. \r\n. \r\nМОСКВА-РОССИЯ-МЕФЕДРОН (МЕФ МЯУ-МЯУ) -ЗАКЛАДКИ-ДОСТАВКА В РУКИ -ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - РОССИЯ \r\n. \r\n. \r\n. \r\nКонец тегов'),(2792,698,'field_040512d','on'),(2793,699,'name','Billyhex'),(2794,699,'email','cocaine@kypit-kokain-moscow.ru'),(2795,699,'message','Купить Кокаин в Москве? Сайт - KOKSIK.VIP Купить Кокаин (КОКС) Москва! - KOKSIK.VIP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nДля заказа Кокаин (КОКС) а в Москве 24/7 САЙТ - https://kokosik.vip/ \r\nКупить в Москве Кокаин (КОКС) закладкой 24/7 САЙТ - https://kokosik.vip/ \r\nЗаказать Кокаин (КОКС) в Москве доставкой САЙТ - https://kokosik.vip/ \r\nПокупка в руки Кокаин (КОКС) а в Москве 24/7 САЙТ - https://kokosik.vip/ \r\nЛучший Кокаин (КОКС) в Москве САЙТ - https://kokosik.vip/ \r\nКачественный Кокаин (КОКС) в Москве САЙТ - https://kokosik.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nДЛЯ ЗАКАЗА ТОВАРА В МОСКВЕ НУЖНО НАПИСАТЬ НА САЙТ - https://kokosik.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Мне нужно Купить Кокаин (КОКС) в Москве? Какие цены на Кокаин (КОКС) в Москве? Каким образом можно Купить Кокаин (КОКС) в Москве? Какие сейчас цены на Кокаин (КОКС) в Москве? \r\nКто сейчас продает Кокаин (КОКС) в Москве? Как много завезли Кокаин (КОКС) а в Москве? Кокаин (КОКС) в Москве купить без йода абсолютно без вреда для организма? \r\nЦарь-Кокаин (КОКС) это название того Кокаин (КОКС) а который продают на официальном доверенном сайте гаранте? Украсть такой Кокаин (КОКС) в Москве не получиться, потому что работают профессионалы? \r\nКакие бывают разновидности Кокаин (КОКС) а сейчас в Москве и почему у нас он самый лучший Кокаин (КОКС) в Москве? Если взять много Кокаин (КОКС) а в Москве а заплатить за него мало, такое Возможно? \r\nНовые правила покупки и доставки Кокаин (КОКС) а в Москве уже действуют? Круглосуточная покупка Кокаин (КОКС) а в Москве только на официальном сайте по ссылке, больше нигде? \r\nКристаллы Кокаин (КОКС) а в Москве уже сравнивают с градом? Шыкарное качество Кокаин (КОКС) а в Москве никогда никого не оставит равнодушным или безразличны? \r\nМоментальная покупка Кокаин (КОКС) а в Москве и круглосуточная потдержка Кокаин (КОКС) а в Москве всегда на связи, даже в выходные и праздничные дни? \r\nЩедрость насыпи в закладках Кокаин (КОКС) а в Москве иногда даже удивляет, потому что закладки Кокаин (КОКС) а в Москве всегда на 10% больше чем в заказе? \r\nЗанять деньги или занять дорожку такого Кокаин (КОКС) а в Москве это не стыдно, это жизнь которой живут постоянно люди в Москве? \r\nХорошо что Вы всегда на связи - самый частый отзыв про наш Кокаин (КОКС) в Москве за последние пять лет работы на рынке Кокаин (КОКС) а в Москве! \r\nФинальная версия разработок всех рецептов Кокаин (КОКС) а в Москве можно купить на нашем сайте уже не первый год? Улететь в Небеса сквозь все преграды можно только с нашим Кокаин (КОКС) ом в Москве! \r\nЕдинственный Магазин в Москве который реально безопасно доставляет товар в руки не важно какого количества, Это именно наш Сайт Кокаин (КОКС) а в Москве! Наш Кокаин (КОКС) в Москве знаю Все! \r\n. \r\n. \r\n. \r\nМОСКВА-РОССИЯ-Кокаин (КОКС) -ЗАКЛАДКИ-ДОСТАВКА В РУКИ -ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - РОССИЯ \r\n. \r\n. \r\n. \r\nКонец тегов'),(2796,699,'field_040512d','on'),(2797,700,'name','Mike Mackenzie'),(2798,700,'email','peterdywops@gmail.com'),(2799,700,'message','Good Day \r\n \r\nI have just checked elconferencista.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.unlimitedgoogle.com/monthly-seo/ \r\n \r\nRegards \r\nMike Mackenzie\r\n \r\nDigital X SEO Experts \r\nhttps://www.unlimitedgoogle.com/whatsapp-us/'),(2800,700,'field_040512d','on'),(2801,701,'name','RobertObliz'),(2802,701,'email','kylian-mbappe-pl11@prokuratura-rb.ru'),(2803,701,'message','Kylian Mbappe site\r\n \r\nThe best player in the world is Kylian Mbappe \r\nKylian Mbappe site'),(2804,701,'field_040512d','on'),(2805,702,'name','Preathy'),(2806,702,'email','nubyantak@posthome.space'),(2807,702,'message','where to buy cialis online nitrofurazone meclizine cost goodrx The order provides an initial stay on all claims againstMobilicity legally known as Data Audio Visual EnterprisesHoldings Inc for 30 days and requires suppliers to continuedealing with the company, Aziz said'),(2808,702,'field_040512d','on'),(2809,703,'name','MilesToolo'),(2810,703,'email','alisacesh2024@proton.me'),(2811,703,'message','Анонимный обменник криптовалюты предлагает \r\nнадежные способы обмена цифровых активов без \r\nнеобходимости регистрации. \r\nВы можете легко \r\nобменять свои криптовалюты, сохраняя \r\nприватность. \r\nНаш сервис гарантирует мгновенные транзакции, предоставляя \r\nдоступность для всех. Выбирайте надежный обмен криптовалюты \r\nс нами и получайте гарантированную защиту \r\n без лишних сложностей. \r\n \r\nАнонимный обмен MATIC РЅР° рубли СбербанкаАнонимный обмен USDT (TRC20) РЅР° XMR\r\nАнонимный обмен DOGE РЅР° рубли ТинькоффАнонимный обмен наличных долларов Рё евро РЅР° TONCOIN\r\nАнонимный обмен BCH РЅР° ADAАнонимный обмен TONCOIN РЅР° XRP\r\nАнонимный обмен BTC РЅР° наличные рублиАнонимный обмен наличных рублей РЅР° TRX\r\nАнонимный обмен DAI РЅР° BCHАнонимный обмен ETH РЅР° TRX\r\nАнонимный обмен ADA РЅР° XMRАнонимный обмен DAI РЅР° USDT (ERC20)\r\nАнонимный обмен DOGE РЅР° рубли через карты Visa Рё MasterCardАнонимный обмен LINK РЅР° наличные рубли\r\nАнонимный обмен LTC РЅР° рубли ТинькоффАнонимный обмен наличных долларов Рё евро РЅР° ETH\r\nАнонимный обмен LINK РЅР° XRPАнонимный обмен ADA РЅР° DOGE\r\nАнонимный обмен ETH РЅР° наличные рублиАнонимный обмен ADA РЅР° наличные рубли\r\n \r\n \r\n \r\ncash ioобмен наличные try РЅР° bitcoin\r\nобменник криптовалютбиткоин обменник\r\nобменник без aml проверкикрипта обмен\r\nобменный РїСѓРЅРєС‚ криптовалюты онлайнобменник биткоинов РЅР° сбербанк\r\nxmr to ethобмен bitcoin РЅР° сбербанк'),(2812,703,'field_040512d',''),(2813,704,'name','vtechgWog'),(2814,704,'email','riwalmome@mail3go.online'),(2815,704,'message','Интересно: часы женские смарт купить или смартфоны с поддержкой 5G \r\n \r\nМожет быть полезным: https://alikson.ru/smartfony-1003/tag-golubye-iphone-15/ или мощные неттопы \r\n \r\nкупить смартфон с хорошей камерой \r\n \r\nЕщё можно узнать: ископаемая'),(2816,704,'field_040512d','on'),(2817,705,'name','AnthonyFouse'),(2818,705,'email','catch@sit.codepb.com'),(2819,705,'message',''),(2820,705,'field_040512d','on'),(2821,706,'name','DanielFab'),(2822,706,'email','cocaines@kypit-kokain-v-ukraine.space'),(2823,706,'message','Купить КОКАИН в Киеве? САЙТ - KOKS.TOP Купить КОКАИН Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ КОКАИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ КОКАИН В КИЕВЕ\" \r\nКак купить Кокаин в Киеве без третьих лиц? \r\nКупить Кокаин в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит Кокаин в Киеве? \r\nКупить Кокаин в Киеве без полиции? \r\nКупить Кокаин в Киеве анонимно? \r\nКупить в Киеве Кокаин можно круглосуточно даже ночью? \r\nКак купить Кокаин в Киеве с доставкой в руки? \r\nКупить кокаин в Киеве в Розницу? \r\nКупить Кокаин в Киеве Оптом? \r\nКупить Кокаин в Киеве самого лучшего качества? \r\nОткуда привозят качественный Кокаин в Киев? \r\nСо сколько лет можно употреблять Кокаин в Киеве? \r\nМожет ли девушка сама Купить Кокаин в Киеве? \r\nЗакладки Кокаин в Киеве разного веса? \r\nЧистый Кокаин Гидрохлорид в Киеве? \r\n100% Доставка Кокаина по Киеву? \r\nКак найти Кокаин в Киеве? \r\nЛюбой район в Киеве Купить Кокаин без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить Кокаин в Киеве? Купить Героин в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(2824,706,'field_040512d','on'),(2825,707,'name','RobertExasp'),(2826,707,'email','efisomer1970@op.pl'),(2827,707,'message','https://sahllaw.com/community/questions-answers/intuit-support-number-how-do-i-contact-quickbooks-error-support-number/ \r\nhttps://sahllaw.com/community/questions-answers/xxxangie-stylish-viral-hot-sex-video-on-twitter/ \r\nhttps://sahllaw.com/community/questions-answers/sex-step-sophie-rain-spiderman-sex-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/viralsexsophie-rain-spiderman-video-original-videos-porno/ \r\nhttps://sahllaw.com/community/questions-answers/sexvideoice-spice-sex-tape-video-leaked-porn-tube/ \r\nhttps://sahllaw.com/community/general-discussion/newvideoviral-porn-indonesia-viral-bokep-indo-viral-videos/ \r\nhttps://sahllaw.com/community/general-discussion/viralsex-desi-indian-aunty-hot-sex-in-saree/ \r\nhttps://sahllaw.com/community/general-discussion/hot-videoice-spice-leaked-video-viral-on-social-media/ \r\nhttps://sahllaw.com/community/general-discussion/sex-step-sophie-rain-spiderman-sex-porn-videos-2/ \r\nhttps://sahllaw.com/community/general-discussion/trendingsophie-rain-leaks-on-twitter/ \r\nhttps://sahllaw.com/community/questions-answers/xxxangie-stylish-viral-hot-sex-video-on-twitter-2/ \r\nhttps://sahllaw.com/community/general-discussion/xxxangie-stylish-viral-hot-sex-video-on-twitter-3/ \r\nhttps://sahllaw.com/community/questions-answers/viralsex-desi-indian-aunty-hot-sex-in-saree-2/ \r\nhttps://sahllaw.com/community/questions-answers/trending-ice-spice-video-leaked-on-twitter/ \r\nhttps://sahllaw.com/community/questions-answers/viralmms-abella-danger-sex-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/best-method-monopoly-go-free-dice-links-today-updated-fico/ \r\nhttps://sahllaw.com/community/questions-answers/leakedvideosophie-rain-spiderman-leaked-video-online/ \r\nhttps://sahllaw.com/community/questions-answers/hot-videomckinley-richardson-leaked-video-viral-on-social-media/ \r\nhttps://sahllaw.com/community/general-discussion/hot-videojailyne-ojeda-ochoa-leaked-video-viral-on-social-media/ \r\nhttps://sahllaw.com/community/questions-answers/viralsexsophie-rain-spiderman-video-original-videos-porno-2/ \r\nhttps://sahllaw.com/community/questions-answers/newvideoviral-porn-indonesia-viral-bokep-indo-viral-videos-2/ \r\nhttps://sahllaw.com/community/questions-answers/sexclip-aman-ramgarhia-sex-tape-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/trendingsophie-rain-leaks-on-twitter-2/ \r\nhttps://sahllaw.com/community/questions-answers/viralvideo-new-sex-video-bangladesh-viral/ \r\nhttps://sahllaw.com/community/questions-answers/hot-videojailyne-ojeda-ochoa-leaked-video-viral-on-social-media-2/ \r\nhttps://sahllaw.com/community/questions-answers/sexvideoice-spice-sex-tape-video-leaked-porn-tube-2/ \r\nhttps://sahllaw.com/community/questions-answers/viralsexsophie-rain-spiderman-video-original-videos-porno-3/ \r\nhttps://sahllaw.com/community/questions-answers/xxxangie-stylish-viral-hot-sex-video-on-twitter-4/ \r\nhttps://sahllaw.com/community/questions-answers/new-updated-monopoly-go-free-dice-links-2024-how-to-get-free-rolls-skd33/ \r\nhttps://sahllaw.com/community/general-discussion/viralsex-desi-indian-aunty-hot-sex-in-saree-3/ \r\nhttps://sahllaw.com/community/general-discussion/trendingsophie-rain-leaks-on-twitter-3/ \r\nhttps://sahllaw.com/community/general-discussion/newvideoviral-porn-indonesia-viral-bokep-indo-viral-videos-3/ \r\nhttps://sahllaw.com/community/general-discussion/best-method-monopoly-go-free-dice-links-today-updated-fico-2/ \r\nhttps://sahllaw.com/community/general-discussion/newvideoviral-porn-indonesia-viral-bokep-indo-viral-videos-4/ \r\nhttps://sahllaw.com/community/general-discussion/newvideoviral-porn-indonesia-viral-bokep-indo-viral-videos-5/ \r\nhttps://sahllaw.com/community/general-discussion/hot-videoice-spice-leaked-video-viral-on-social-media-2/ \r\nhttps://sahllaw.com/community/general-discussion/sex-step-megan-thee-stallion-sex-porn-videos/ \r\nhttps://sahllaw.com/community/general-discussion/video-kulhad-pizza-couple-viral-hot-sex-video-on-twitter/ \r\nhttps://sahllaw.com/community/general-discussion/viralsexmckinley-richardson-sex-porn-videos/ \r\nhttps://sahllaw.com/community/general-discussion/new-updated-monopoly-go-free-dice-links-2024-how-to-get-free-rolls-skd33-2/ \r\nhttps://sahllaw.com/community/general-discussion/leakedvideosophie-rain-spiderman-leaked-video-online-2/ \r\nhttps://sahllaw.com/community/general-discussion/sex-step-sophie-rain-spiderman-sex-porn-videos-3/ \r\nhttps://sahllaw.com/community/general-discussion/sex-step-megan-thee-stallion-sex-porn-videos-2/ \r\nhttps://sahllaw.com/community/general-discussion/best-method-monopoly-go-free-dice-links-today-updated-msfcc/ \r\nhttps://sahllaw.com/community/general-discussion/porn--on-x-sophie-rain-spiderman-xxx-video-discord-channel/ \r\nhttps://sahllaw.com/community/general-discussion/goes-viral-ice-spice-leaked-video-trending/ \r\nhttps://sahllaw.com/community/questions-answers/sexmms-wandsworth-prison-officer-sex-tape-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/sex-step-sophie-rain-spiderman-sex-porn-videos-4/ \r\nhttps://sahllaw.com/community/questions-answers/leakedvideodesi-indian-aunty-hot-sex-video-porn-tube/ \r\nhttps://sahllaw.com/community/questions-answers/watch-video-sophie-rain-spiderman-viral-sex-video-online/ \r\nhttps://sahllaw.com/community/questions-answers/viralsexmckinley-richardson-sex-porn-videos-2/ \r\nhttps://sahllaw.com/community/questions-answers/leakedvideosophie-rain-spiderman-leaked-video-online-3/ \r\nhttps://sahllaw.com/community/questions-answers/viralsex-desi-indian-aunty-hot-sex-in-saree-4/ \r\nhttps://sahllaw.com/community/questions-answers/viralsex-desi-indian-aunty-hot-sex-in-saree-5/ \r\nhttps://sahllaw.com/community/questions-answers/virallink-indian-virgin-girl-sex-video/#post-58 \r\nhttps://sahllaw.com/community/questions-answers/watch-video-sophie-rain-spiderman-viral-hot-sex-video-on-twitter/ \r\nhttps://sahllaw.com/community/questions-answers/sexmss-trisha-kar-madhu-sex-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/video-megan-thee-stallion-sex-tape-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/viralvideo-alizay-shah-sex-tape-porn-videos/ \r\nhttps://sahllaw.com/community/questions-answers/sexvideoice-spice-sex-tape-video-leaked-porn-tube-3/'),(2828,707,'field_040512d','on'),(2829,708,'name','unjurse'),(2830,708,'email','disleno@mailnest.xyz'),(2831,708,'message','cialis buy online usa Questions to Ask Your'),(2832,708,'field_040512d','on'),(2833,709,'name','Rudolphkap'),(2834,709,'email','dioportsofcomp197714@rambler.ru'),(2835,709,'message','Hey guys, let\'s be real, who among you has performed shaft balancing? And more importantly, did you see any improvement? \r\n \r\nI came across this piece that says without balancing, my car might fall apart soon. But so far, it is a bit shaky but drivable. Maybe it\'s just the automotive version of homeopathy - nothing to worry about, but not exactly helpful?\" \r\nArticle : Dynamic balancing of shafts'),(2836,709,'field_040512d','on'),(2837,710,'name','Donaldgredo'),(2838,710,'email','hrumer9@gmail.com'),(2839,710,'message','Узнайте, почему Джейк Хьюз покинул команду McLaren в Формуле Е . Поймите в факторах его бегства, реакциях команды и поклонников, а также в будущем самого гонщика и еще его влиянии на чемпионат.'),(2840,710,'field_040512d','on'),(2841,711,'name','Dignnaprada'),(2842,711,'email','m.onnieshepa.rd.s.on@gmail.com'),(2843,711,'message','Maybe these are here too? Davidembak \r\nhttps://basjd123.com \r\nfhidfk rjkjd'),(2844,711,'field_040512d','on'),(2845,712,'name','Danielpsync'),(2846,712,'email','winsatall4ever@gmail.com'),(2847,712,'message',''),(2848,712,'field_040512d','on'),(2849,713,'name','Henrydit'),(2850,713,'email','henry12@xrevelxr.com'),(2851,713,'message','Онлайн казино 888 starz с возможностью быстрого вывода денег https://888starz.shop/'),(2852,713,'field_040512d','on'),(2853,714,'name','JerryPourb'),(2854,714,'email','donnie55_tidwelluj@hotmail.com'),(2855,714,'message','Купить дженерики в Санкт-Петербурге https://viagra-moscow.ru/ качественные дженерики виагры сиалиса левитры \r\nс доставкой по СПБ курьером в день заказа'),(2856,714,'field_040512d','on'),(2857,715,'name','BattlepassNak'),(2858,715,'email','zhedazrizn@gazeta.pl'),(2859,715,'message','Создание аккаунта в игре — это всегда шаг в неизвестность, а выбор региона может стать решающим фактором успеха. Что сулит турецкий аккаунт в Valorant и League of Legends? Привилегии, которые открываются перед теми, кто решит воспользоваться выгодными обменными курсами. Коды активации, доступные по привлекательной цене, способны значительно упростить процесс пополнения игровых счетов. Всего лишь пара кликов — и баланс пополнен! Главное — не забыть, что ключи работают только при определённых условиях: один ключ для обеих игр только от турецкого региона и, конечно, для аккаунтов с валютой TRY.\r\n\r\nПополнение аккаунта — лишь один из аспектов, влияющих на игровое состояние. Замена региона, необходимость использования VPN, да ещё и вероятность блокировки аккаунта от разработчиков — всё это должно быть тщательно продумано. Можно ли оградить себя от нежелательных последствий и играть без риска? Чувство уверенности может дать только осознанный выбор. Региональный переход — это не просто формальность, это порой сложная и времязатратная процедура, требующая терпения и благоразумия.\r\n\r\nСмена региона — это не только вопрос практичности, но и вопрос безопасности. Игроки должны быть готовы к тому, что за каждое действие, каждую философию выбора следует отдать должное. Верно ли использовать турецкие коды, если они могут обернуться проблемами с аккаунтом? Эти коды — это двойное лезвие: с одной стороны, они открывают двери в мир минимальных цен, а с другой — могут привести к блокировкам, если вы не соблюдаете правила. Служба поддержки готова прийти на помощь, но ответственность за собственный аккаунт в конечном счете лежит на игроке.\r\n\r\nИногда проблема может заключаться в более банальных вопросах: не пришёл код? Проверяйте папку Спам, и не стесняйтесь обращаться в техподдержку. Ответ может прийти, как из ниоткуда — услуга предоставляется в кратчайшие сроки, и код вновь окажется в вашей почте. Игровой баланс может напрямую зависеть от скорости реакции и грамотности подхода к решению вопроса.\r\n\r\nПоэтому, стоит ли жертвовать спокойствием ради сиюминутной выгоды? Очевидно, что выбор региона влияет на весь игровой процесс. Создание нового аккаунта с турецким регионом становится не только шагом к экономии, но и стартовой площадкой для новых возможностей. Только не забывайте об оригинальности своих действий и о рисках, которые могут возникнуть. Создавайте аккаунт, следуйте рекомендациям и будьте начеку — путь к игровым достижениям лежит через обдуманные действия и правильные стратегии.\r\n\r\nкак пополнить русский аккаунт Valorant и League of Legends'),(2860,715,'field_040512d','on'),(2861,716,'name','RaymondDup'),(2862,716,'email','trenton60alcazar6zs@hotmail.com'),(2863,716,'message','https://viagra-moscow.ru'),(2864,716,'field_040512d','on'),(2865,717,'name','Danielpsync'),(2866,717,'email','winsatall4ever@gmail.com'),(2867,717,'message','New slant or a well-forgotten old one - find out right now! \r\nhttps://vosrozdenie.org/how-to-start-living-a-healthy-lifestyle/'),(2868,717,'field_040512d','on'),(2869,718,'name','Georgepat'),(2870,718,'email','george13@xrevelxr.com'),(2871,718,'message','Онлайн казино 888 starz зеркало актуальное https://888starz.shop/'),(2872,718,'field_040512d','on'),(2873,719,'name','sdiWog'),(2874,719,'email','tiomagricons@gismail.online'),(2875,719,'message','контроль качества воздуха или производственный мониторинг санитарной зоны \r\n \r\nконтроль радиационной обстановки \r\n \r\nhttps://gklab.ru/otbor-prob-pochvy/ \r\n \r\nЕщё можно узнать: imei ноутбука где посмотреть \r\n \r\nПроизводственный экологический контроль'),(2876,719,'field_040512d','on'),(2877,720,'name','LavillFab'),(2878,720,'email','revers15@1ti.ru'),(2879,720,'message','1-isobutylpyrazole-4-carbaldehyde; 97% - купить онлайн в интернет-магазине химмед \r\nTegs: dc-sign cd209 antibody uw60.1 pe cy5.5 - купить онлайн в интернет-магазине химмед \r\ndc-sign cd209 antibody uw60.1 pe cy7 - купить онлайн в интернет-магазине химмед \r\ndc-sign cd209 antibody uw60.1 pe - купить онлайн в интернет-магазине химмед \r\n \r\n3-bromo-4- 3-methoxypropoxy benzaldehyde; 98% - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/3-bromo-4-3-methoxypropoxybenzaldehyde-98-id=4739236'),(2880,720,'field_040512d','on'),(2881,721,'name','LloydRaw'),(2882,721,'email','4xyhnf65@wmailfree.com'),(2883,721,'message','https://xlilith.com/latest-updates/ \r\n \r\nhttps://sexyfatmature.net/most-popular/ \r\n \r\nhttps://analxxx.one \r\n \r\nhttps://xlilith.com/latest-updates/ \r\n \r\nhttps://amateurxxx.one \r\n \r\nhttps://squirting.world/latest-updates/ \r\n \r\nhttps://outdoorporn.one \r\n \r\nhttps://gayblowjob.tv/latest-updates/'),(2884,721,'field_040512d','on'),(2885,722,'name','Vernonfef'),(2886,722,'email','rdycqdcv@freewmail.com'),(2887,722,'message','https://analxxx.one/latest-updates/ \r\n \r\nhttps://analxxx.one/most-popular/ \r\n \r\nhttps://analxxx.one/most-popular/ \r\n \r\nhttps://twinkporn.one/latest-updates/ \r\n \r\nhttps://desiporn.one/latest-updates/ \r\n \r\nhttps://bragx.com/latest-updates/ \r\n \r\nhttps://desiporn.one \r\n \r\nhttps://twinkporn.one/latest-updates/'),(2888,722,'field_040512d','on'),(2889,723,'name','ScottMit'),(2890,723,'email','artseverson1992@maillsk.com'),(2891,723,'message','online fioricet no prescription'),(2892,723,'field_040512d','on'),(2893,724,'name','Forrestopisk'),(2894,724,'email','allan3@xrevelxr.com'),(2895,724,'message','Переходите на 7k casino официальный сайт и выигрывайте https://t.me/s/casino7kzerkalo'),(2896,724,'field_040512d','on'),(2897,725,'name','Mike Atcheson'),(2898,725,'email','mikedywops@gmail.com'),(2899,725,'message','Hi there \r\nI just checked elconferencista.com ranks and am sorry to bring this up, but it lacks in many areas. \r\n \r\nUnfortunately, building a bunch of links won\'t solve the issue in this case, and a more comprehensive strategy is required. Google has undergone significant changes over the past year, making it nearly impossible to compete for favorable rankings without a well-designed website. \r\n \r\nWe recommend a search engine-friendly website layout to resolve all issues and propel your site to the top. \r\n \r\nYou can check more details here:https://www.speedseo-digital.net/web-design/ \r\n \r\nThanks for your consideration \r\nMike Atcheson\r\nSpeed Designs \r\nhttps://www.speedseo-digital.net/whatapp-us/'),(2900,725,'field_040512d','on'),(2901,726,'name','MatthewZep'),(2902,726,'email','elexisem2024@outlook.com'),(2903,726,'message','Для справжніх цінителів кіно, що хочуть дивитися фільми онлайн безкоштовно, наш сайт - ідеальний вибір. Ми пропонуємо прем\'єри фільмів, а також якісне кіно онлайн для справжніх гурманів кінематографу безкоштовні прем\'єри кіно. \r\nдля тих, хто любить дивитися серіали, у нас є велика колекція, включаючи останні новинки. за допомогою нашої платформи, ви зможете дивитися онлайн кіно в hd на будь-якому пристрої, чи то комп\'ютер або для мобільних пристроїв. \r\nНаші користувачі цінують нас за великий асортимент фільмів і серіалів без реєстрації. І, звичайно ж, однією з наших головних переваг є те, що це онлайн-кінотеатр без реєстрації. \r\nЗапрошуємо вас насолодитися якісне кіно онлайн нашому сайті https://gidonline-ua.com/ фільми новинки!'),(2904,726,'field_040512d','on'),(2905,727,'name','Donnienidly'),(2906,727,'email','alfredo6@xrevelxr.com'),(2907,727,'message','Онлайн казино 888 starz зеркало актуальное https://t.me/s/starz_888_official'),(2908,727,'field_040512d','on'),(2909,728,'name','WilliamLok'),(2910,728,'email','michael-jordan-pl222@prokuratura-rb.ru'),(2911,728,'message','michael-jordan.pl\r\n \r\nBest basketball player Michael Jordan \r\nmichael-jordan.pl record'),(2912,728,'field_040512d','on'),(2913,729,'name','Charity Borrego'),(2914,729,'email','charity.borrego@gmail.com'),(2915,729,'message','Hello\r\n\r\nIt is with sad regret to inform you that PCXLeads.com\r\n\r\nWe have made all our databases available to the public.\r\n\r\n25 Million Companies\r\n\r\n500 Million People\r\n\r\n143 Countries\r\n\r\nRegards,\r\nPCXLeads.com'),(2916,729,'field_040512d','on'),(2917,730,'name','Douglasroato'),(2918,730,'email','buffon.pl222@prokuratura-rb.ru'),(2919,730,'message','Gianluigi Buffon\r\n \r\nGianluigi Buffon is the best goalkeeper \r\nGianluigi Buffon'),(2920,730,'field_040512d','on'),(2921,731,'name','Forrestopisk'),(2922,731,'email','allan4@xrevelxr.com'),(2923,731,'message','7k casino официальный сайт онлайн казино https://t.me/s/casino7kzerkalo'),(2924,731,'field_040512d','on'),(2925,732,'name','Ferrous waste reclamation center'),(2926,732,'email','scrap@reuse.melbourne'),(2927,732,'message','Hola, future growth friend! I\'m ready to embark on this journey together. \r\n \r\nSurprisingly, I stumbled upon a website with a quality matching yours Aluminium recycling business model \r\n \r\nFarewell, and may blessings be your constant friend'),(2928,732,'field_040512d',''),(2929,733,'name','RonaldBrush'),(2930,733,'email','karinaleoq56wdd@rambler.ru'),(2931,733,'message',''),(2932,733,'field_040512d','on'),(2933,734,'name','LloydRaw'),(2934,734,'email','ysmddyvg@wmailfree.com'),(2935,734,'message','https://outdoorporn.one/videos/6532/tamil-after-school-teen-18-outdoors-sex-video/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/2042/what-would-it-be-like-for-your-wife-to-rub-pussy-to-pussy-with-a-woman-two-wet-and-horny-pussies-without-a-doubt-your-wife-will-love-this/ \r\n \r\nhttps://thetittyfuck.com/videos/6227/brazzers-merely-back-door-delivery-for-large-tit-mail-woman-aletta-ocean/ \r\n \r\nhttps://hentai0day.com/videos/12721/uncensored-hentai-fuck-stepsister-tits/ \r\n \r\nhttps://squirting.world/videos/32861/my-friends-hot-mom-sex-with-me-friend/ \r\n \r\nhttps://analxxx.one/videos/14954/my-friend-wants-to-have-a-threesome-and-i-told-my-neighbor-to-help-me-between-the-two-of-us-we-fucked-delicious-new-uttaran20-and-sisty-and-sexmst/ \r\n \r\nhttps://asianxxx.one/videos/5009/tight-asian-teen-gets-her-ass-fucked-instead-of-dinner/ \r\n \r\nhttps://thetittyfuck.com/videos/141/fotze-aufgepumpt-eingeschmiert-und-gefingert/ \r\n \r\nhttps://bragx.com/videos/25344/gay-boy-wanting-a-big-dick-in-ass-pakistan-or-indian-or-australian-which-is-better/ \r\n \r\nhttps://thetranny.com \r\n \r\nhttps://gay0day.com/videos/286798/indian-desi-students-having-sex-in-midnight-mood-to-get-fuck/ \r\n \r\nhttps://thetranny.com/videos/89806/black-shemale-fucks-white-guys-ass/ \r\n \r\nhttps://hentai0day.com/videos/25547/witch-anime-gangbang/ \r\n \r\nhttps://ca3h.com/videos/3677/daddy-and-his-friend-fuck-their-little-boy/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/130/two-hot-girls-getting-horny-with-strapon/ \r\n \r\nhttps://thetittyfuck.com/videos/8661/mature-fat-ass-in-different-panties-at-the-webcam-chubby-milf-teases-a-stranger-and-shakes-her-juicy-buttocks-big-tits-and-opens-holes-home-fetish-pawg-amateur/ \r\n \r\nhttps://zeenite.com/videos/186576/making-love-real-excitement-romantic-sex/ \r\n \r\nhttps://hentai0day.com/videos/18917/after-college-my-cute-virgin-stepsis-with-big-tits-and-big-ass-fuck-hardcore-rough-sex-hentai-anime/ \r\n \r\nhttps://bragx.com/videos/20056/surubao-de-friends-had-dp-and-train-and-in-the-end-the-three-enjoyed/ \r\n \r\nhttps://hentai0day.com/videos/27190/18yo-teens-fucking-in-class-uncensored-hentai-subtitled/'),(2936,734,'field_040512d','on'),(2937,735,'name','Vernonfef'),(2938,735,'email','i8q7fdt4@freewmail.com'),(2939,735,'message','https://voyeurporn.one/latest-updates/ \r\n \r\nhttps://hentai0day.com/videos/2918/hentai-uncensored-sin-censura-compilation/ \r\n \r\nhttps://thetittyfuck.com/videos/8661/mature-fat-ass-in-different-panties-at-the-webcam-chubby-milf-teases-a-stranger-and-shakes-her-juicy-buttocks-big-tits-and-opens-holes-home-fetish-pawg-amateur/ \r\n \r\nhttps://analxxx.one/videos/3476/beautiful-honey-anal-sex-with-most-excellent-ally/ \r\n \r\nhttps://asianxxx.one/videos/13880/desi-hot-bhabhi-saree-removal-desi-hot-girl-saree-removal-mallu-wife-saree-removal-hot-wife-mallu-wife-saree-video/ \r\n \r\nhttps://twinkporn.one/videos/14321/i-fuck-my-best-friend-asshole-and-make-him-cry-bangala-desi-teen-boysex-at-hostel-indian-big-dick-gaysex/ \r\n \r\nhttps://hentai0day.com/videos/19192/immoral-guild-hentai-verison-uncensored/ \r\n \r\nhttps://xlilith.com/videos/4815/indian-cute-girl-makes-a-great-gift-on-christmas-indian-xxx-film/ \r\n \r\nhttps://analxxx.one/videos/3386/hawt-redhead-mother-i-d-like-to-fuck-anal-by-2-bbc-interracial/ \r\n \r\nhttps://gay0day.com/videos/71406/18yo-teen-boys-fuck-first-time-after-school/ \r\n \r\nhttps://desiporn.one/videos/943/indian-college-girl-agree-for-sex-for-money-fucked-in-hotel-room-indian-hindi-audio/ \r\n \r\nhttps://asianxxx.one/videos/5926/indian-first-night-husband-and-wife-sex-video-tamil-your-sushmita/ \r\n \r\nhttps://gayblowjob.tv/videos/31714/bareback-anal-shit-out-semen-and-hung-hairy-cum-gay-xxx-preston-steel-and/ \r\n \r\nhttps://ca3h.com/videos/14965/tiny-uncut-twink-jay-magnus-takes-xl-monster-uncut-cock-bareback-hardcore-anal/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/252/nyomi-banxxx-glamorous-dark-mother-i-d-like-to-fuck-and-hot-white-gal-khloe-kush-hawt-interracial-lesbo-sex/ \r\n \r\nhttps://gay0day.com/videos/285484/hottest-threesome-gay-sex/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/345/every-time-the-mature-lesbian-goes-down-on-her-girlfriends-pussy-she-makes-her-cum/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/307/lesbian-orgasm-compilation/ \r\n \r\nhttps://outdoorporn.one/videos/17428/boobstar2-present-new-couple-fucking-video/ \r\n \r\nhttps://outdoorporn.one/videos/15723/celebrate-holi-colors-with-my-hot-sexy-bhabhi-sex-video-clear-hindi-audio/'),(2940,735,'field_040512d','on'),(2941,736,'name','DenEmbale'),(2942,736,'email','che.bak.uli.n.a.k.a.r.a.sevn.a@gmail.com'),(2943,736,'message','Mysimba - Quick and Easy Weight Lass \r\n \r\nMysimba is a medicine used along with diet and exercise to help manage weight in adults: \r\n \r\nwho are obese (have a body-mass index - BMI - of 30 or more); \r\nwho are overweight (have a BMI between 27 and 30) and have weight-related complications such as diabetes, abnormally high levels of fat in the blood, or high blood pressure. \r\nBMI is a measurement that indicates body weight relative to height. \r\n \r\nMysimba contains the active substances naltrexone and bupropion. \r\n \r\nhttps://cutt.ly/RezL73vz'),(2944,736,'field_040512d','on'),(2945,737,'name','Henrydop'),(2946,737,'email','henry1@xrevelxr.com'),(2947,737,'message','Онлайн казино 888starz bet скачать на андроид https://888starz.shop/'),(2948,737,'field_040512d','on'),(2949,738,'name','EdwardUnunk'),(2950,738,'email','werso067350iu@rambler.ru'),(2951,738,'message','+ за пост \r\n_________________ \r\nтату азартные игры'),(2952,738,'field_040512d','on'),(2953,739,'name','Joanna Riggs'),(2954,739,'email','joannariggs278@gmail.com'),(2955,739,'message','Hi,\r\n\r\nI just visited elconferencista.com and wondered if you\'d ever thought about having an engaging video to explain what you do?\r\n\r\nOur prices start from just $195.\r\n\r\nLet me know if you\'re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nJoanna'),(2956,739,'field_040512d','on'),(2957,740,'name','Forrestopisk'),(2958,740,'email','allan5@xrevelxr.com'),(2959,740,'message','Вход на онлайн казино 7k casino регистрация на сайте https://t.me/s/casino7kzerkalo'),(2960,740,'field_040512d','on'),(2961,741,'name','Leonardvom'),(2962,741,'email','leonard@xrevelxr.com'),(2963,741,'message','Играть в онлайн казино 888starz скачать зеркало https://888starz.shop/'),(2964,741,'field_040512d','on'),(2965,742,'name','Orlandometry'),(2966,742,'email','margaret_cleghornbwis@hotmail.com'),(2967,742,'message','omg сайт – это a resource для людей стремится к anonymity в their online activities. омг маркет guarantees разнообразие resources, которые не найдете в обычных магазинах. \r\nссылка на тор омг омг'),(2968,742,'field_040512d','on'),(2969,743,'name','gypeamala'),(2970,743,'email','unfaify@mailsphere.xyz'),(2971,743,'message','Again, if you have any COVID symptoms or feel uncomfortable with our masking mandate we are happy to schedule at a later date buy priligy in the us'),(2972,743,'field_040512d','on'),(2973,744,'name','kottskymn'),(2974,744,'email','hfxcutyfuib@outlook.com'),(2975,744,'message','анлим казино \r\nunlim casino \r\nauf casino \r\nауф казино \r\nигровой клуб анлим официальный сайт \r\nhttps://t.me/unlimofficialzerkalo \r\nauf казино зеркало слоты \r\nhttps://t.me/aufcasinozerkalo \r\nонлайн казино online casino официально мобильный сайт зеркало на сегодня \r\nhttps://t.me/unlimofficialzerkalo \r\ncasino auf личный кабинет промокод \r\nhttps://t.me/aufcasinozerkalo \r\nunlim casino регистрация \r\nhttps://t.me/unlimofficialzerkalo'),(2976,744,'field_040512d','on'),(2977,745,'name','PillsVob'),(2978,745,'email','iunskiygipertonik@gmail.com'),(2979,745,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nAcquistare viagra con paypal: \r\n \r\nhttps://cutt.ly/DebeNiy1 \r\n \r\nhttps://cutt.ly/webeBkKx \r\n \r\nhttps://u.to/BdO4IA'),(2980,745,'field_040512d','on'),(2981,746,'name','LloydRaw'),(2982,746,'email','ws0pxbjx@wmailfree.com'),(2983,746,'message','https://zeenite.com/videos/14859/sex-stepmom-with-her-son-mom-i-always-do-what-i-want/ \r\n \r\nhttps://latinaporn.one/videos/57/he-cures-his-sadness-by-sucking-my-dick-he-gives-me-the-best-blowjob-part-2-makes-a-rich-russian-woman-fuck-her-delicious-pussy/ \r\n \r\nhttps://hentai0day.com/videos/11429/android-18-dragon-ball-z-1-2/ \r\n \r\nhttps://voyeurporn.one/videos/328/my-wife-s-stepsister-smokin-her-bushy-bawdy-cleft/ \r\n \r\nhttps://squirting.world/videos/15606/horny-indian-desi-inexperienced-wife-pussy-licking/ \r\n \r\nhttps://zeenite.com/videos/157888/stepmother-and-stepson-share-a-bed-in-a-hotel-room/ \r\n \r\nhttps://latinaporn.one/videos/5423/febby-twigs-and-kay-carter-large-butts-anal-by-bbc/ \r\n \r\nhttps://thetittyfuck.com/videos/3358/ebony-milf-gets-fucked-in-her-black-girl-pussy/ \r\n \r\nhttps://thetranny.com/videos/89429/slave-nyxi-leon-sold-into-service-as-joi/ \r\n \r\nhttps://hentai0day.com/videos/26789/naruto-xxx-porn-parody-tsunade-jiraiya-animation-hard-sex-anime-hentai/ \r\n \r\nhttps://outdoorporn.one/videos/8148/18-teen-girl-outdoor-bathing-with-sexy-uniform-clear-hindi-voice/ \r\n \r\nhttps://thetranny.com/videos/149713/self-fuck-cumming-inside-my-own-asshole-hot-trans-pmv-compilation-cum-cumshot-creampie-anal/ \r\n \r\nhttps://thetittyfuck.com/videos/3358/ebony-milf-gets-fucked-in-her-black-girl-pussy/ \r\n \r\nhttps://thetranny.com/videos/138988/casey-calvert-jade-venus-kira-noir-tori-easton-dillon-diaz-jake-waters-no-holes-barred-2/ \r\n \r\nhttps://squirting.world/videos/29012/milf-needs-afternoon-release-creamy-squirt-finish/ \r\n \r\nhttps://ca3h.com/videos/12275/gay-compilation-big-cock-creampie-compilation/ \r\n \r\nhttps://ca3h.com/videos/11692/max-konnor-juann-carlos/ \r\n \r\nhttps://bragx.com/videos/25844/pakistani-cute-pathan-bacha-gand-me-kheera-dalke-maze-lete-hue/ \r\n \r\nhttps://voyeurporn.one/videos/132/hidden-web-camera-girlfriends-majority-wonderful-friend-comp/ \r\n \r\nhttps://zeenite.com/videos/206838/indian-maid-ass-fucked-by-house-owner-in-kitchen-hindi-sex-viral-video/'),(2984,746,'field_040512d','on'),(2985,747,'name','Robertwicle'),(2986,747,'email','aq31aqa@rambler.ru'),(2987,747,'message','nothing special \r\n_________________ \r\nrox casino фриспины'),(2988,747,'field_040512d','on'),(2989,748,'name','Philipsaw'),(2990,748,'email','l.iamgvideo@gmail.com'),(2991,748,'message','Устали от работы и хотите отдохнуть? Отвлекитесь и посмотрите смешные мемы на сайте kartinkianekdoty.wordpress.com'),(2992,748,'field_040512d',''),(2993,749,'name','Forrestopisk'),(2994,749,'email','allan6@xrevelxr.com'),(2995,749,'message','Регистрация на сайте онлайн казино и 7k casino вход https://t.me/s/casino7kzerkalo'),(2996,749,'field_040512d','on'),(2997,750,'name','gypeamala'),(2998,750,'email','unfaify@mailsphere.xyz'),(2999,750,'message','Two different outcome measures were included in the analyses 1 a diagnosis of depressive disorder ICD codes DF32 DF33 priligy dapoxetine review Prevention of recurrence after renal transplantation'),(3000,750,'field_040512d','on'),(3001,751,'name','RobertWoult'),(3002,751,'email','werso05kiu@rambler.ru'),(3003,751,'message','Thanks for the post \r\n_________________ \r\nонлайн казино слоты на реальные деньги онлайн'),(3004,751,'field_040512d','on'),(3005,752,'name','Goseelymn'),(3006,752,'email','jill8011@fvmaily.com'),(3007,752,'message','1вин - официальный сайт букмекерской конторы с широким выбором спортивных событий и высокими коэффициентами для ставок на спорт и киберспорт.'),(3008,752,'field_040512d','on'),(3009,753,'name','MatthewZep'),(3010,753,'email','elexisem2024@outlook.com'),(3011,753,'message','Для справжніх цінителів кіно, що хочуть нові фільми, наш платформа - ідеальний вибір. Ми пропонуємо прем\'єри фільмів, а також фільми високої якості для справжніх гурманів кінематографу безкоштовні фільми новинки. \r\nдля тих, хто дивитися серіали онлайн, у нас є велика колекція, включаючи останні новинки. за допомогою нашої платформи, ви зможете зануритися в атмосферу кіно в високій якості на будь-якому пристрої, чи то комп\'ютер або мобільний телефон. \r\nЛюди обирають наш сайт через безкоштовне кіно. І, звичайно ж, однією з наших головних переваг є те, що це онлайн-кінотеатр без реєстрації. \r\nЗапрошуємо вас насолодитися прекрасними вечорами з хорошим кіно на нашому сайті https://gidonline-ua.com/ кіно онлайн безкоштовно!'),(3012,753,'field_040512d','on'),(3013,754,'name','AnthonyFouse'),(3014,754,'email','catch@sit.codepb.com'),(3015,754,'message',''),(3016,754,'field_040512d','on'),(3017,755,'name','LloydRaw'),(3018,755,'email','fus3u9c5@wmailfree.com'),(3019,755,'message','https://desiporn.one/videos/17871/the-mom-of-my-young-neighbor-asked-me-to-help-him-with-another-homework-and-he-fucked-me-rough-taking-my-neck-hard-til-creampie/ \r\n \r\nhttps://outdoorporn.one/videos/22768/indian-desi-village-wife-ki-outdoor-hard-sex-viral-videos-bhaiya-bhabhi-ko-jungle-me-chut-chudai-kar-rahe-bur-ke-liye-devar-hind/ \r\n \r\nhttps://amateurxxx.one/videos/5219/creampie-in-the-wilderness/ \r\n \r\nhttps://latinaporn.one/videos/627/lustful-stepfather-takes-advantage-of-the-fact-that-this-chab-is-home-alone-to-give-his-marvelous-stepdaughter-his-cum-porn-in/ \r\n \r\nhttps://desiporn.one/videos/5772/indian-college-girl-virgin-pussy-fucking/ \r\n \r\nhttps://ca3h.com/videos/14561/twinkpop-will-braun-can-039-t-have-sex-with-his-wife-anymore-so-he-gets-it-from-her-hot-step-brother/ \r\n \r\nhttps://analxxx.one/videos/14951/desi-college-girl-having-anal-sex-with-her-teacher/ \r\n \r\nhttps://thetittyfuck.com/videos/3358/ebony-milf-gets-fucked-in-her-black-girl-pussy/ \r\n \r\nhttps://thetranny.com/videos/145603/shemales-hotties-fuck-each-other-hard/ \r\n \r\nhttps://squirting.world/videos/47701/indian-college-girl-natural-big-brinjal-cock-squirting-orgasm-fuck-hardcore/ \r\n \r\nhttps://outdoorporn.one/videos/16494/desi-bhabhi-pocha-or-zadu-marate-samay-desi-bhabhi-ne-apane-sahab-ke-sath-chudai-ki/ \r\n \r\nhttps://sweetbigboobstube.com/videos/337/desparate-chiks9ja-gathering-for-good-twosum-see-fuck/ \r\n \r\nhttps://zeenite.com/videos/86260/hindi-sex-movie-with-indian-actress-with-hindi-audio/ \r\n \r\nhttps://bdsmporn.one/videos/1186/wet-coming-at-the-happy-new-year-vol-4-wet-anal-pussyplay-with-ferkelchenn/ \r\n \r\nhttps://xlilith.com/videos/23403/step-mom-black-and-asian-babysitters-fuck-big-tits-blonde-milf/ \r\n \r\nhttps://twinkporn.one/videos/15141/twink-bare-back-flip-fuck/ \r\n \r\nhttps://thetranny.com/videos/54471/treat-me-like-the-sissy-doxy-that-i-am/ \r\n \r\nhttps://latinaporn.one/videos/4827/my-friend-fucking-doggystyle-in-her-sofa/ \r\n \r\nhttps://twinkporn.one/videos/7582/viral-ungol-jakol-porn-star-jakol-ungol/ \r\n \r\nhttps://twinkporn.one/videos/13811/angelicboyo-and-jordan-starr/'),(3020,755,'field_040512d','on'),(3021,756,'name','LieseMic'),(3022,756,'email','oybg1923@fvmaily.com'),(3023,756,'message','Настройте доступ к своему аккаунту через работающее зеркало 1xbet и продолжайте делать ставки на спорт без проблем.'),(3024,756,'field_040512d','on'),(3025,757,'name','Natademia'),(3026,757,'email','woodthighgire1988@gmail.com'),(3027,757,'message','Estoy buscando sexo, pero ¿quieres? Ven aquí https://datingsmatches-meets.top/?u=41nkd08&o=8dhpkzk'),(3028,757,'field_040512d',''),(3029,758,'name','BradyNon'),(3030,758,'email','alfredo1@xrevelxr.com'),(3031,758,'message','Онлайн казино 888 starz с возможностью быстрого вывода денег https://t.me/s/starz_888_official'),(3032,758,'field_040512d','on'),(3033,759,'name','RasulZoole'),(3034,759,'email','gavrilovanton273@gmail.com'),(3035,759,'message',''),(3036,759,'field_040512d','on'),(3037,760,'name','Freddieconia'),(3038,760,'email','no_replyclen876@gmail.com'),(3039,760,'message','0daymusic serves as a global platform for disseminating exclusive music to Radio DJs, Club DJs. \r\nMusic private service list: https://0daymusic.org/FTPtxt/ \r\nServer\'s capacity: 418 TB MP3, FLAC, Labels, LIVESETS, Music Videos. \r\nSupport FTP, FTPS (File Transfer Protocol Secure), SFTP and HTTP, HTTPS. \r\nMore 16 years Of archives. \r\nEasy to use: Most of genres are sorted by days.'),(3040,760,'field_040512d','on'),(3041,761,'name','DanielJox'),(3042,761,'email','heroine@kypit-kokain-v-ukraine.space'),(3043,761,'message','Купить ГЕРОИН в Киеве? САЙТ - KOKS.TOP Купить ГЕРОИН Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ ГЕРОИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ ГЕРОИН В КИЕВЕ\" \r\nКак купить ГЕРОИН в Киеве без третьих лиц? \r\nКупить ГЕРОИН в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит ГЕРОИН в Киеве? \r\nКупить ГЕРОИН в Киеве без полиции? \r\nКупить ГЕРОИН в Киеве анонимно? \r\nКупить в Киеве ГЕРОИН можно круглосуточно даже ночью? \r\nКак купить ГЕРОИН в Киеве с доставкой в руки? \r\nКупить ГЕРОИН в Киеве в Розницу? \r\nКупить ГЕРОИН в Киеве Оптом? \r\nКупить ГЕРОИН в Киеве самого лучшего качества? \r\nОткуда привозят качественный ГЕРОИН в Киев? \r\nСо сколько лет можно употреблять ГЕРОИН в Киеве? \r\nМожет ли девушка сама Купить ГЕРОИН в Киеве? \r\nЗакладки ГЕРОИН в Киеве разного веса? \r\nЧистый ГЕРОИН Гидрохлорид в Киеве? \r\n100% Доставка ГЕРОИНа по Киеву? \r\nКак найти ГЕРОИН в Киеве? \r\nЛюбой район в Киеве Купить ГЕРОИН без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить ГЕРОИН в Киеве? Купить Героин в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(3044,761,'field_040512d','on'),(3045,762,'name','Gelardit'),(3046,762,'email','clazimot@fvmaily.com'),(3047,762,'message','На сайте вы сможете узнать, как скачать официальное приложение бк олимп для ставок на спорт и других азартных игр.'),(3048,762,'field_040512d','on'),(3049,763,'name','Expertringe'),(3050,763,'email','kirillfojo@gmail.com'),(3051,763,'message','Как я и обещал \r\nНаша компания проводит акцию по бесплатной приемке квартир у застройщика ПАТЕК ГРУПП\r\n в Москве и Московской области, \r\nприемка для вас будет абсалютно бесплатна при заключении договора на взыскание компенсации за строительные недостатки, \r\nза который вы оплачиваете только гонорар успеха и возмещение судебных расходов. \r\n \r\nпомощь в приемке квартиры\r\n \r\nпомощь в приемке квартиры \r\nприемка квартиры \r\nприемка квартиры в новостройке \r\nприемка квартиры в новостройке с отделкой \r\nприемка квартиры москва \r\nКак правильно принять квартиру от застройщика? \r\n \r\n \r\n \r\n \r\nЭксперт в области строительства\r\n \r\nvariant5'),(3052,763,'field_040512d','on'),(3053,764,'name','Angelwails'),(3054,764,'email','aq64aqa@rambler.ru'),(3055,764,'message','интересные новости \r\n_________________ \r\nстратегии при игре в букмекерская контора'),(3056,764,'field_040512d','on'),(3057,765,'name','DavidNem'),(3058,765,'email','vksutop@gmail.com'),(3059,765,'message',''),(3060,765,'field_040512d','on'),(3061,766,'name','Forrestopisk'),(3062,766,'email','allan5@xrevelxr.com'),(3063,766,'message','Вход на онлайн казино 7k casino регистрация на сайте https://t.me/s/casino7kzerkalo'),(3064,766,'field_040512d','on'),(3065,767,'name','unjurse'),(3066,767,'email','disleno@mailnest.xyz'),(3067,767,'message','46 However, the mechanism underlying the accumulation of undigested phospholipids in the lysosome during lipid overload and consequent alterations in cellular function remain to be elucidated order priligy online Theodore IpnEzhFYBJiVnI 6 27 2022'),(3068,767,'field_040512d','on'),(3069,768,'name','LloydRaw'),(3070,768,'email','fgv1vde2@wmailfree.com'),(3071,768,'message','https://twinkporn.one/videos/19712/exploring-alex-s-nipples-and-their-sensitivity/ \r\n \r\nhttps://hentai0day.com/videos/29665/final-fantasy-tifa-aerith-relax-time/ \r\n \r\nhttps://hentai0day.com/videos/27120/hentai-compilation-hard-how-i-got-my-sex-girlfriend-6/ \r\n \r\nhttps://asianxxx.one/videos/1448/trailer-chinese-style-massage-parlor-ep3-zhou-ning-mdcm-0003-best-original-asia-porn-video/ \r\n \r\nhttps://hentai0day.com/videos/27454/male-scenes-uncensored-hentai-overflow-all-episodes-sex-scenes/ \r\n \r\nhttps://bragx.com/videos/23073/pakistani-pashto-larke-ki-mast-moti-gand/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/3069/nuru-massage-hottest-cherie-deville-lesbian-compilation-carter-cruise-valentina-nappi-and-more/ \r\n \r\nhttps://xlilith.com/videos/1099/romantic-lesbian-sex-of-two-girls-pussy-licking/ \r\n \r\nhttps://gayblowjob.tv/videos/33589/van-wilder-mike-maverick/ \r\n \r\nhttps://zeenite.com/videos/161469/desi-indian-biggest-boobs-bhabhi-wants-her-dewar-cock-for-fuck-hindi-audio/ \r\n \r\nhttps://outdoorporn.one/videos/955/busty-indian-air-hostess-fucked-at-airport-restroom-anal/ \r\n \r\nhttps://bragx.com/videos/32460/pakistani-gay-big-ass-moti-gand-ass-hole/ \r\n \r\nhttps://twinkporn.one/videos/5582/2-cute-boys-having-fun-at-home/ \r\n \r\nhttps://latinaporn.one/videos/1634/horny-big-booty-milf-wakes-hubby-up-to-get-her-pussy-really-fucked/ \r\n \r\nhttps://asianxxx.one/videos/1448/trailer-chinese-style-massage-parlor-ep3-zhou-ning-mdcm-0003-best-original-asia-porn-video/ \r\n \r\nhttps://thetittyfuck.com/videos/3255/sexy-sluts-are-licking-cunts-fingering-and-toying/ \r\n \r\nhttps://squirting.world/videos/21624/indian-college-girl-sex-video-indan-girl-sex-video-new-style/ \r\n \r\nhttps://hentai0day.com/videos/5998/marin-kitagawa-my-dress-up-darling-compilation/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/2371/make-me-squirt-with-your-hot-mouth/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/2/tiffany-doll-and-laurita-in-sapphic-dreaming-lesbians-by-sapphix/'),(3072,768,'field_040512d','on'),(3073,769,'name','KristaOpind'),(3074,769,'email','84xrumer8@farironalds.com'),(3075,769,'message','cleocin online where to buy zantac syrup zantac zantac sale ranitidine prices clomid pills injection where can i buy clomid online in the uk buy provera clomid where can i buy clomid online safely where to buy clomid in usa buy clomid pharmacy buy proscar uk buy proscar singapore how to buy proscar zantac ranitidine tablets buy zantac for babies buy ranitidine premarin buy online cheap generic clomid mobic for sale buy clomid now'),(3076,769,'field_040512d','on'),(3077,770,'name','SictPautt'),(3078,770,'email','ScoospesT@mailport.lat'),(3079,770,'message','priligy dapoxetine amazon Serious Use Alternative 1 capecitabine, axicabtagene ciloleucel'),(3080,770,'field_040512d','on'),(3081,771,'name','Robertwicle'),(3082,771,'email','aq31aqa@rambler.ru'),(3083,771,'message','thanks, interesting read \r\n_________________ \r\nлеонбетс фриспины'),(3084,771,'field_040512d','on'),(3085,772,'name','DanielFab'),(3086,772,'email','cocaines@kypit-kokain-v-ukraine.space'),(3087,772,'message','Купить КОКАИН в Киеве? САЙТ - KOKS.TOP Купить КОКАИН Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ КОКАИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ КОКАИН В КИЕВЕ\" \r\nКак купить Кокаин в Киеве без третьих лиц? \r\nКупить Кокаин в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит Кокаин в Киеве? \r\nКупить Кокаин в Киеве без полиции? \r\nКупить Кокаин в Киеве анонимно? \r\nКупить в Киеве Кокаин можно круглосуточно даже ночью? \r\nКак купить Кокаин в Киеве с доставкой в руки? \r\nКупить кокаин в Киеве в Розницу? \r\nКупить Кокаин в Киеве Оптом? \r\nКупить Кокаин в Киеве самого лучшего качества? \r\nОткуда привозят качественный Кокаин в Киев? \r\nСо сколько лет можно употреблять Кокаин в Киеве? \r\nМожет ли девушка сама Купить Кокаин в Киеве? \r\nЗакладки Кокаин в Киеве разного веса? \r\nЧистый Кокаин Гидрохлорид в Киеве? \r\n100% Доставка Кокаина по Киеву? \r\nКак найти Кокаин в Киеве? \r\nЛюбой район в Киеве Купить Кокаин без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить Кокаин в Киеве? Купить Героин в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(3088,772,'field_040512d','on'),(3089,773,'name','Mike Walker'),(3090,773,'email','mikedywops@gmail.com'),(3091,773,'message','Hi there \r\n \r\nI have just verified your SEO on elconferencista.com for its SEO Trend and saw that your website could use a push. \r\n \r\nWe will improve your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.seoxdigital.net/monthly-seo/ \r\n \r\nRegards \r\nMike Walker\r\n \r\nDigital X SEO Experts \r\nhttps://www.seoxdigital.net/whatsapp-us/'),(3092,773,'field_040512d','on'),(3093,774,'name','Frank#smith[Kfyzeiuqujbpygze,2,5]'),(3094,774,'email','bruce2@ie.ernsys.com'),(3095,774,'message','In need of an effective way to text federal inmates? Consider ContactMeAsap.com, a leading platform for inmate communication. \r\n \r\nContactMeAsap.com shines for its user-friendly interface when it comes to texting inmates. Whether you\'re wanting to stay in touch with a federal inmate, this inmate text service makes it easy \r\n \r\n \r\n \r\n \r\nhttps://vuf.minagricultura.gov.co/Lists/InformacinServiciosWeb/DispForm.aspx?ID=8964973\r\nhttps://holcomb-bloom.federatedjournals.com/behind-bars-and-beyond-the-rise-of-federal-inmate-text-messaging-1725297549\r\nhttps://botdb.win/wiki/Behind_Bars_Beyond_Words_The_Evolution_of_Inmate_Messaging_in_Federal_Prisons\r\nhttps://livebookmark.stream/story.php?title=unlocking-communication-the-rise-of-text-messaging-among-federal-inmates#discuss\r\nhttp://www.drugoffice.gov.hk/gb/unigb/contactmeasap.com/blog/federal-prison-texting/'),(3096,774,'field_040512d','on'),(3097,775,'name','GenryTromi'),(3098,775,'email','yjdisantoyjdissemin@gmail.com'),(3099,775,'message','Zdravo, htio sam znati vašu cijenu.'),(3100,775,'field_040512d','on'),(3101,776,'name','OlpPet'),(3102,776,'email','megaboommegaboom@yandex.com'),(3103,776,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n+ PROMO-CODE: OLYMPOLYMP \r\n*From $50 +30% to deposit! \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773/ \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR'),(3104,776,'field_040512d',''),(3105,777,'name','Donaldhop'),(3106,777,'email','tina@articles.sedona-psychic.com'),(3107,777,'message','Tips for Utilizing Recyclable Yard Planting Sacks on Terraces \r\n \r\nDwelling in an apartment doesn’t mean you can’t have a flourishing yard. \r\n \r\n \r\n \r\nUtilizing Plastic Nursing Containers for Interior and Exterior Gardens \r\n \r\nPE growing pots are flexible holders that can be utilized for both interior and outdoor horticulture. They’re lightweight, sturdy, and come in various dimensions, rendering them excellent for a range of vegetation. \r\n \r\nTo begin, stuff the bags with a high-quality growing blend. Plant your seedlings, making sure they’re properly positioned. Position the bags in a spot with the right light conditions for your plants. \r\n \r\nWater regularly and monitor your vegetation prosper. The PE material provides optimal water flow, avoiding overwatering and encouraging vigorous root development. These containers are also easy to move around, allowing you to catch the most area for your vegetation. \r\n \r\nPE nursery pots are a effective and affordable selection for any horticulturist. Whether you’re cultivating spices on your window ledge or produce in your outdoor, these pots are a dependable solution. \r\n \r\nHave a look at this \r\nSedona Guitarist that plays Flamenco Guitar in Arizona \r\nhttps://www.youtube.com/watch?v=0Mh5AE8xlwE \r\n \r\n \r\nUncover advantages of employing artificial adorned rocks for yard paths and share tips and experiences with planters. abff5e8 \r\n \r\n \r\nCraft Yard Pathway Rock Mold'),(3108,777,'field_040512d','on'),(3109,778,'name','staletmigt'),(3110,778,'email','pwlprvmjq@hoopsor.online'),(3111,778,'message','ivermectin for hormonal acne stromectol online canada duramectin vs ivermectin \r\nivermectin cream over the counter https://stromectolt.com/ - stromectol online canada'),(3112,778,'field_040512d','on'),(3113,779,'name','GeorgePek'),(3114,779,'email','alfredo3@xrevelxr.com'),(3115,779,'message','Одно из лучших онлайн казино 888starz bet скачать на айфон https://t.me/s/starz_888_official'),(3116,779,'field_040512d','on'),(3117,780,'name','ttaletqfmd'),(3118,780,'email','xvzvwbftg@railugpharow.shop'),(3119,780,'message','what does rybelsus cost rybelsus cost with insurance rybelsus 7 mg oral tablet rybelsus how to take generic rybelsus'),(3120,780,'field_040512d','on'),(3121,781,'name','mvzWog'),(3122,781,'email','tiotorrae@gismail.online'),(3123,781,'message','отзывы об отдыхе в Тунисе или серфинг \r\n \r\nТакой разный Израиль, экскурсии и гиды \r\n \r\nhttps://samoylovaoxana.ru/sloveniia-snimaet-vse-ogranicheniia-na-vezd/ \r\n \r\nЕщё можно узнать: практика кокон'),(3124,781,'field_040512d','on'),(3125,782,'name','LidiaSed'),(3126,782,'email','barsikolha@yandex.com'),(3127,782,'message','Ощутите неизведанные впечатления онлайн-казино исследуя возможности blockchain casino cat-casino-zzt.buzz. Насладитесь игрой не упуская времени пройдя регистрацию https://daddy-casino-api.buzz. Загляните в новые горизонты мирового казино через интерактивное casino cat-casino-su.buzz. Исследуйте платформу без промедления следуя линком https://daddy-casino-ouf.buzz. Насладитесь захватывающие перспективы игрового мира используя ресурсы online casino catcasino-sq.buzz. Присоединяйтесь сейчас только на сайте https://cat-casino-ivv.buzz. Откройте для себя новые горизонты электронного казино в coin casino catcasino-dpd.buzz. Пользуйтесь возможностями начинайте прямо сейчас используя уникальную ссылку https://cat-casino-uq.buzz. Откройте для себя яркие эмоции азартных игр посетив игровой портал casino официальный сайт играть catcasino-rg.buzz. Присоединяйтесь в данную секунду на странице сайта https://cat-casino-uq.buzz. \r\nОткройте захватывающие игры на casino официальный сайт играть онлайн сегодня\r\nИспытайте захватывающие игры на casino не выходя из дома\r\nИспытайте мир азарта на casino скачать сегодня\r\nИспытайте захватывающие игры на casino официальный прямо сейчас\r\nОткройте захватывающие игры на casino на деньги сегодня\r\n baa6213'),(3128,782,'field_040512d','on'),(3129,783,'name','Davidsmaxy'),(3130,783,'email','shiski_hash@kypit-kokain-v-ukraine.space'),(3131,783,'message','Купить ГАШИШ и ШИШКИ в Киеве? САЙТ - KOKS.TOP Купить ГАШИШ и ШИШКИ Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ ГАШИШ и ШИШКИ ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ ГАШИШ и ШИШКИ В КИЕВЕ\" \r\nКак купить ГАШИШ и ШИШКИ в Киеве без третьих лиц? \r\nКупить ГАШИШ и ШИШКИ в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит ГАШИШ и ШИШКИ в Киеве? \r\nКупить ГАШИШ и ШИШКИ в Киеве без полиции? \r\nКупить ГАШИШ и ШИШКИ в Киеве анонимно? \r\nКупить в Киеве ГАШИШ и ШИШКИ можно круглосуточно даже ночью? \r\nКак купить ГАШИШ и ШИШКИ в Киеве с доставкой в руки? \r\nКупить ГАШИШ и ШИШКИ в Киеве в Розницу? \r\nКупить ГАШИШ и ШИШКИ в Киеве Оптом? \r\nКупить ГАШИШ и ШИШКИ в Киеве самого лучшего качества? \r\nОткуда привозят качественный ГАШИШ и ШИШКИ в Киев? \r\nСо сколько лет можно употреблять ГАШИШ и ШИШКИ в Киеве? \r\nМожет ли девушка сама Купить ГАШИШ и ШИШКИ в Киеве? \r\nЗакладки ГАШИШ и ШИШКИ в Киеве разного веса? \r\nЧистый ГАШИШ и ШИШКИ Гидрохлорид в Киеве? \r\n100% Доставка ГАШИШ и ШИШКИа по Киеву? \r\nКак найти ГАШИШ и ШИШКИ в Киеве? \r\nЛюбой район в Киеве Купить ГАШИШ и ШИШКИ без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить ГАШИШ и ШИШКИ в Киеве? Купить ГАШИШ и ШИШКИ в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(3132,783,'field_040512d','on'),(3133,784,'name','Edwardpeple'),(3134,784,'email','alfredo22@xrevelxr.com'),(3135,784,'message','Добро пожаловать в Lucky Jet! Это онлайн игра в жанре \"краш\", популярная в онлайн-казино. В таких играх результат определяется случайным образом, и игроки могут выиграть деньги, если вовремя остановят игру. В Lucky Jet игроки делают ставки и наблюдают за ростом коэффициента, который увеличивает их возможный выигрыш. \r\n \r\nLucky Jet Вход — войти на официальный сайт игры Лаки Джет вы можете по прямой ссылке. Если вы ещё не зарегистрированы, вводите промокод LUCKYSTART500 и испытывайте свою удачу! \r\n \r\nLucky Jet Регистрация - вы можете зарегистрироваться на официальном сайте прямо сейчас! Получите бонус к депозиту х3 за регистрацию. Вводите промокод LUCKYSTART500 и получайте дополнительные бонусы! \r\n \r\nСкачать Lucky Jet на Android вы также можете на нашем официальном сайте. Скачайте мобильное приложение и наслаждайтесь более 500 видов игровых автоматов и слотов, которые принесут вам не только удовольствие, но и реальные выигрыши! https://t.me/s/luckyjet_win_official'),(3136,784,'field_040512d','on'),(3137,785,'name','JerryZibre'),(3138,785,'email','extazi_mdma@kypit-kokain-v-ukraine.space'),(3139,785,'message','Купить ЭКСТАЗИ И МДМА в Киеве? САЙТ - KOKS.TOP Купить ЭКСТАЗИ И МДМА Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ ЭКСТАЗИ И МДМА ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ ЭКСТАЗИ И МДМА В КИЕВЕ\" \r\nКак купить ЭКСТАЗИ И МДМА в Киеве без третьих лиц? \r\nКупить ЭКСТАЗИ И МДМА в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит ЭКСТАЗИ И МДМА в Киеве? \r\nКупить ЭКСТАЗИ И МДМА в Киеве без полиции? \r\nКупить ЭКСТАЗИ И МДМА в Киеве анонимно? \r\nКупить в Киеве ЭКСТАЗИ И МДМА можно круглосуточно даже ночью? \r\nКак купить ЭКСТАЗИ И МДМА в Киеве с доставкой в руки? \r\nКупить ЭКСТАЗИ И МДМА в Киеве в Розницу? \r\nКупить ЭКСТАЗИ И МДМА в Киеве Оптом? \r\nКупить ЭКСТАЗИ И МДМА в Киеве самого лучшего качества? \r\nОткуда привозят качественный ЭКСТАЗИ И МДМА в Киев? \r\nСо сколько лет можно употреблять ЭКСТАЗИ И МДМА в Киеве? \r\nМожет ли девушка сама Купить ЭКСТАЗИ И МДМА в Киеве? \r\nЗакладки ЭКСТАЗИ И МДМА в Киеве разного веса? \r\nЧистый ЭКСТАЗИ И МДМА Гидрохлорид в Киеве? \r\n100% Доставка ЭКСТАЗИ И МДМАа по Киеву? \r\nКак найти ЭКСТАЗИ И МДМА в Киеве? \r\nЛюбой район в Киеве Купить ЭКСТАЗИ И МДМА без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить ЭКСТАЗИ И МДМА в Киеве? Купить ЭКСТАЗИ И МДМА в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(3140,785,'field_040512d','on'),(3141,786,'name','Illimblip'),(3142,786,'email','rauco-verbridge@madu58.funny3delements.com'),(3143,786,'message','казино плей фортуна'),(3144,786,'field_040512d','on'),(3145,787,'name','shonWog'),(3146,787,'email','ressluswroc@gismail.online'),(3147,787,'message','сапоги брендовые или купить брендовую женскую обувь \r\n \r\nкупить брендовые очки \r\n \r\nhttps://luxmsk.ru/catalog/muzhskie-sumki/brendovye-muzhskie-ryukzaki/ \r\n \r\nЕщё можно узнать: Брендовые плащи \r\n \r\nбрендовые мокасины мужские'),(3148,787,'field_040512d','on'),(3149,788,'name','Jules Leroy'),(3150,788,'email','info@strictlydigital.top'),(3151,788,'message','Hello \r\nThis is Jules Leroy\r\nfrom Strictly Digital \r\n \r\nLet me present to you our latest discovered from the SEO environment. \r\nWe have noticed that getting backlinks from websites that have high SEO metrics values doesn\'t always help, and in fact, what is more important is to have backlinks from sites that are actually ranking for many keywords. \r\n \r\nThus, we have built this service especially to meet these new discoveries and the results are astonishing. \r\n \r\nPlease check more details here: \r\nhttps://strictlydigital.top/semrush/ \r\n \r\n \r\n \r\nRegards, \r\nStrictly Digital SEO Team \r\n \r\nWhatsapp us for more details: \r\nhttps://strictlydigital.top/whatsapp-us/ \r\ninfo@strictlydigital.top'),(3152,788,'field_040512d','on'),(3153,789,'name','Jeffreydog'),(3154,789,'email','creawert@rambler.ru'),(3155,789,'message','Бывший челябинский заключенный намерен бороться за свои авторские права. Челябинск, Октябрь 27 (Новый Регион, Ксения Уфимцева) – Бывший южноуральский заключенный не может получить гонорар за свои песни, которые находятся в активной ротации на радио «Шансон». Как передает корреспондент «Нового Региона», две песни Андрея Тушиева – «Лебединая душа» и «Русь» – стали'),(3156,789,'field_040512d','on'),(3157,790,'name','LloydRaw'),(3158,790,'email','2aa38qcg@wmailfree.com'),(3159,790,'message','https://squirting.world/videos/52718/my-horny-neighbor-asks-me-for-help-at-her-house-and-i-go-in-to-fuck-her-hard-in-the-ass-and-come/ \r\n \r\nhttps://sweetbigboobstube.com/videos/4926/chubby-girl-woken-up-by-a-dick/ \r\n \r\nhttps://outdoorporn.one/videos/8321/watch-me-seduce-my-personal-trainer-and-swallow-all-his-cum-kourtney-love/ \r\n \r\nhttps://gayblowjob.tv/videos/34784/boys-gay-sex-cabin-the-woods-xxx-he-walks-out-of-the-pool-slowly-so/ \r\n \r\nhttps://bragx.com/videos/24721/young-men-having-threesome-bareback-sex-with-cumshot/ \r\n \r\nhttps://gay0day.com/videos/40432/sucking-off-twink-until-he-cums-in-my-mouth/ \r\n \r\nhttps://zeenite.com/videos/177548/dirty-bastard-fucks-innocent-hot-chick/ \r\n \r\nhttps://thetittyfuck.com/videos/4036/buxom-muslim-lady-knows-how-tu-suck-a-dick/ \r\n \r\nhttps://analxxx.one/videos/5020/raylene-fuck-machine/ \r\n \r\nhttps://asianxxx.one/videos/9117/kanna-kitayama-pussy-encyclopedia-caribbeancom/ \r\n \r\nhttps://hentai0day.com/videos/18124/ghost-girl-likes-to-fuck/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/285/girl-finds-roommate-in-the-tub-and-joins-her-for-some-fun/ \r\n \r\nhttps://xlilith.com/videos/24784/michelle-rabbit-steffy-moreno/ \r\n \r\nhttps://ca3h.com/videos/8943/hawt-twinks-pounding-raw/ \r\n \r\nhttps://outdoorporn.one/videos/22871/indian-newly-married-girl-was-fucked-by-her-husband-in-hindi-audio-lalita-bhabhi-sex-video/ \r\n \r\nhttps://latinaporn.one/videos/1351/adultery-in-the-village-the-adulterous-woman-of-the-kouba-village-in-northern-cameroon-cheats-on-her-husband-by-his-neighbor-with-a-one-night-fuck-at-the-river-when-she-takes-the-pretext-of-going-to-do-the-laundry/ \r\n \r\nhttps://thetranny.com/videos/110298/sissy-chloe-is-fisting-her-ass-live-on-cam/ \r\n \r\nhttps://bragx.com/videos/12275/desi-chudai-krwany-wala-gando-larka-sex-asshole-ass-shaking-spanking-his-ass-indian-pakistani/ \r\n \r\nhttps://gayblowjob.tv/videos/35979/evgeny-twink-fucked-his-cute-friend-and-cum-on-his-beautiful-face/ \r\n \r\nhttps://gay0day.com/videos/291857/two-desi-boys-fucking-oldest-house-room/'),(3160,790,'field_040512d','on'),(3161,791,'name','Vernonfef'),(3162,791,'email','dk6wcpvf@freewmail.com'),(3163,791,'message','https://zeenite.com/videos/41759/college-sis-cums-home-to-horny-step-brother-my-family-pies/ \r\n \r\nhttps://voyeurporn.one/videos/132/hidden-web-camera-girlfriends-majority-wonderful-friend-comp/ \r\n \r\nhttps://teen-lesbian-tube.com/videos/1458/rei-kitajima-reina-sugano-greedy-lesbian-couple-who-love-cock-2-caribbeancom/ \r\n \r\nhttps://gayblowjob.tv/videos/37004/rick-fantana-is-reluctant-to-get-fucked-with-paul-wagner-but-this-changes-when-he-gets-offered-money-reality-dudes/ \r\n \r\nhttps://gayblowjob.tv/videos/23822/school-boys-compilation-ocho-latin-gay-boys-sucking-uncut-co/ \r\n \r\nhttps://hentai0day.com/most-popular/ \r\n \r\nhttps://squirting.world/videos/50027/siya-bhabhi-ne-boyfriend-se-chut-fadwa-li/ \r\n \r\nhttps://thetranny.com/videos/60641/dad-is-pumping-transgender-daughter/ \r\n \r\nhttps://twinkporn.one/videos/11168/sebas-grey-pleasures-himself-up-to-a-huge-load/ \r\n \r\nhttps://analxxx.one/videos/4/large-boobed-mamas-own-mens-anally-phoenix-marie-holly-heart-cherie-deville/ \r\n \r\nhttps://thetittyfuck.com/videos/3606/edging-orgasms-with-wevibe-plus-hitachi-black-dress-striptease-bbw-38g-torpedo-tits-and-g-string-plus-size-model/ \r\n \r\nhttps://bragx.com/videos/44137/indian-gay-teacher-fuck-amateur-student/ \r\n \r\nhttps://gayblowjob.tv/videos/12245/download-movietures-of-white-big-dicks-and-young-boys-sex-video-gay-porns-xxx-fight-club/ \r\n \r\nhttps://gayblowjob.tv/videos/34125/stud-sucks-dick-and-gets-ass-hot-fucked-and-face-creamed/ \r\n \r\nhttps://xlilith.com/videos/18373/uncensored-hentai-tanami-suck-a-futanati-girl-dick-and-is-fucked-in-a-threesome/ \r\n \r\nhttps://voyeurporn.one/videos/453/married-woman-dissatisfied-with-spouse-having-petite-dick-cheated-to-fuck-stranger-with-large-afro-dick/ \r\n \r\nhttps://hentai0day.com/videos/23934/mesudachi-the-animation-episode-1-hentai-anime-japon-2023/ \r\n \r\nhttps://thetranny.com/videos/150350/slut-wife-fucked-by-a-shemale-and-husband-together-part-3/ \r\n \r\nhttps://outdoorporn.one/videos/19442/outdoor-village-sex-women-fucked-with-owner-in-hindi-clear-audio-full-hd-indian-porn-sex/ \r\n \r\nhttps://desiporn.one/videos/18658/desi-indian-bhabhi-dever-hot-sex-cock-sucking-and-pussy-fucked-beautiful-village-dehati-bhabi-deep-throat-with-meena/'),(3164,791,'field_040512d','on'),(3165,792,'name','LoraUncob'),(3166,792,'email','ageniphswal1979@outlook.com'),(3167,792,'message','Hello everyone! \r\nI want to present you five fascinating pages that I believe are worth visiting. These resources can help broaden your horizons, find useful information, or simply have a good time. I hope you find them interesting! \r\nhttps://365onstage.com/------cosmolot/\r\nhttps://immobilienexperten-bremen.remax.de/de/die-beliebtesten-live-spiele-bei-mystake/\r\nhttp://demo.hanwhalife.co.id:8080/hoe-te-winnen-in-een-casinotoernooi/\r\nhttps://uracle.co.kr/------cosmolot/\r\nhttps://golbasihakimevi.com/nejvynosnejsi-hry-na-parimatch-tento-rok/\r\n \r\nThese pages offer a range of materials that can be helpful for both knowledge and entertainment. I hope you enjoy them as much as I do! If you have your own engaging finds, I’d love it if you could post them in the comments.'),(3168,792,'field_040512d','on'),(3169,793,'name','mtaletfbtz'),(3170,793,'email','fhutldnla@derhosulha.shop'),(3171,793,'message','prednisone and swollen lymph nodes prednisone hives prednisone for psoriasis treatment prednisone mania safe dose of prednisone'),(3172,793,'field_040512d','on'),(3173,794,'name','ztaletimce'),(3174,794,'email','wdvohfyya@damcongremill.shop'),(3175,794,'message','stromectol product information stromectol for coronavirus stromectol cream for lice cheapest stromectol where to buy stromectol'),(3176,794,'field_040512d','on'),(3177,795,'name','PillsVob'),(3178,795,'email','iunskiygipertonik@gmail.com'),(3179,795,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nAcquistare viagra con paypal: \r\n \r\nhttps://cutt.ly/DebeNiy1 \r\n \r\nhttps://cutt.ly/webeBkKx \r\n \r\nhttps://u.to/BdO4IA'),(3180,795,'field_040512d','on'),(3181,796,'name','Gordoninfax'),(3182,796,'email','mews_burum66@biebel54.dynainbox.com'),(3183,796,'message','pokerdom casino'),(3184,796,'field_040512d','on'),(3185,797,'name','PillsVob'),(3186,797,'email','iunskiygipertonik@gmail.com'),(3187,797,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nAcquistare viagra con paypal: \r\n \r\nhttps://cutt.ly/DebeNiy1 \r\n \r\nhttps://cutt.ly/webeBkKx \r\n \r\nhttps://u.to/BdO4IA'),(3188,797,'field_040512d','on'),(3189,798,'name','Jamesveith'),(3190,798,'email','priolean@schuetz72.hexagonaldrawings.com'),(3191,798,'message','сайт покердом'),(3192,798,'field_040512d','on'),(3193,799,'name','staletziuq'),(3194,799,'email','invkohbsf@hoopsor.online'),(3195,799,'message','prednisone and white blood count best price prednisone ulcerative colitis prednisone not working \r\n \r\nprednisone dose pediatrics https://cialisbag.com/ - coupon for prednisone'),(3196,799,'field_040512d',''),(3197,800,'name','DavidiofTroug'),(3198,800,'email','koks@cocaine-moscow-russia.shop'),(3199,800,'message','Как Купить Кокаин? САЙТ - VIP-COCAINE.STORE Сколько стоит Кокаин? САЙТ - VIP-COCAINE.STORE \r\n \r\n \r\nКУПИТЬ КОКАИН НА САЙТЕ - https://vip-cocaine.store/ \r\n \r\nЗАКАЗАТЬ КОКАИН ЧЕРЕЗ ТЕЛЕГРАММ- https://vip-cocaine.store/ \r\n \r\nДОСТАВКА КОКАИН В РУКИ - https://vip-cocaine.store/ \r\n \r\nЗАКЛАДКА КОКАИНА ОНЛАЙН - https://vip-cocaine.store/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://vip-cocaine.store/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Кокаин в Москве\" \r\nГде Купить Кокаин в Москве? Как Купить закладку Кокаин в Москве? Цена на Кокаин в Москве? Купить Кокаин с Доставкой в руки в Москве? \r\nСколько Стоит Кокаин в Москве? Почему так просто Купить Кокаин закладкой в Москве? Гарантия на Кокаин в Москве? Купить Кокаин с Гарантией? \r\nКруглосуточные магазины Кокаина в Москве? Оптовые и Розничные продажи Кокаина в Москве? Купить Кокаин в Москве через Телеграмм? \r\nКупить Кокаин в Москве по скидке и хорошей цене? Купить Кокаин в Москве через свой телефон или ноутбук можно легко? Купить Кокаина гидрохлорид! \r\nКак купить Кокаин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Кокаина в Москве? \r\nНе плохой или хороший Кокаин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Кокаином в Москве из магазина? \r\nМои друзья любят употреблять Кокаин в Москве днем вечером и ночью и потом не спят целые сутки под Кокаином в Москве? Самый чистый Кокаин в Москве Купить! \r\nКокаин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Кокаин в Москве можно на выставке показывать потому что такой Кокаин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Кокаин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Кокаина в Москве? Лучший Кокаин в Москве Купить цена! \r\nКак ведут себя люди когда употребляют хороший качественный Кокаин в Москве чтоб не спалиться в черных очках, которые цветом как Кокаин в Москве? \r\nМогут ли принять мусора за Кокаин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Кокаин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Кокаин в Москве если хочеться качественного Кокаина? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(3200,800,'field_040512d','on'),(3201,801,'name','BryanTug'),(3202,801,'email','1q0nbg4km@mozmail.com'),(3203,801,'message','Hello! \r\n \r\nDo you want to become the best SEO specialist and link builder or do you want to outpace your competitors? \r\n \r\nPremium base for XRumer \r\n$119/one-time \r\nGet access to our premium database, which is updated monthly! The database contains only those resources from which you will receive active links - from profiles and postings, as well as a huge collection of contact forms. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nFresh base for XRumer \r\n$94/one-time \r\nGet access to our fresh database, updated monthly! The database includes active links from forums, guest books, blogs, etc., as well as profiles and activations. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $25. \r\n \r\nGSA Search Engine Ranker fresh verified link list \r\n$119/one-time \r\nGet access to our fresh database, updated monthly! The fresh database includes verified and identified links, divided by engine. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nGSA Search Engine Ranker activation key \r\n$65 \r\nWith GSA Search Engine Ranker, you\'ll never have to worry about backlinks again. The software creates backlinks for you 24 hours a day, 7 days a week. By purchasing GSA Search Engine Ranker from us, you get a quality product at a competitive price, saving your resources. \r\n \r\nTo contact us visit our website https://en.xrumergsabase.ru/'),(3204,801,'field_040512d','on'),(3205,802,'name','OlpPet'),(3206,802,'email','megaboommegaboom@yandex.com'),(3207,802,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n+ PROMO-CODE: OLYMPOLYMP \r\n*From $50 +30% to deposit! \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773/ \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR'),(3208,802,'field_040512d',''),(3209,803,'name','Aqttskymn'),(3210,803,'email','ferterburf@outlook.com'),(3211,803,'message','играть в автоматы бесплатно онлайн \r\nhttps://ludobro.ru/reviews/monro/ \r\nhttps://ludobro.ru/reviews/volna/ \r\nhttps://ludobro.ru/reviews/casino-x/ \r\nигровые слоты на реальные деньги \r\nhttps://ludobro.ru/reviews/garilla/ \r\nhttps://ludobro.ru/reviews/play-fortuna/ \r\nhttps://ludobro.ru/reviews/neonclub/ \r\nhttps://ludobro.ru/reviews/new-retro/'),(3212,803,'field_040512d','on'),(3213,804,'name','RonaldJot'),(3214,804,'email','tvmixer@dom-2-u.life'),(3215,804,'message','TVMixer.ru — Все ТВ передачи, шоу и русские сериалы в одном месте \r\nДобро пожаловать на TVMixer.ru — ваш лучший выбор для просмотра ТВ передач, популярных ТВ шоу и увлекательных русских сериалов онлайн. Мы собрали для вас все самое интересное из мира телевидения, чтобы вы могли наслаждаться любимыми программами в удобное для вас время, на любых устройствах. \r\nТВ передачи онлайн — всегда в доступе \r\nНа TVMixer.ru вы найдете обширную коллекцию ТВ передач, которые можно смотреть онлайн в любое время. Новости, развлекательные программы, познавательные фильмы — всё это доступно на нашем сайте. Благодаря удобной навигации и быстрой загрузке, вы сможете легко найти интересующую вас программу и включить её на своем телефоне, ПК или смарт-телевизоре. \r\nНаш сайт позволяет смотреть ТВ передачи в высоком качестве и без рекламы, что делает просмотр максимально комфортным. Мы следим за обновлениями эфиров и регулярно добавляем новые серии, чтобы вы всегда были в курсе последних событий. \r\nТВ шоу — топовые проекты на одном экране \r\nЛюбите ТВ шоу? Тогда TVMixer.ru — это то, что вам нужно! Мы собрали для вас самые популярные ток-шоу и викторины. Вы сможете наслаждаться за новыми выпусками ваших любимых программ онлайн. драмы, юмор, персонажи — всё это ждёт вас на нашем сайте. \r\nБлагодаря TVMixer.ru, вам больше не нужно беспокоиться, если пропустили важный выпуск — вы можете включить его в любое время, когда вам удобно. Также наш сайт оптимизирован для телефонов и планшетных ПК, что позволяет следить за выпусками в любом месте. \r\nРусские сериалы — драматические истории и комедийные сюжеты \r\nДля поклонников русских сериалов мы подготовили целый раздел, где вы сможете найти как новинки, так и уже полюбившиеся сериалы. романтические истории, ситкомы, триллеры — любой жанр к вашим услугам. \r\nВсе русские сериалы можно смотреть онлайн на нашем сайте в высоком качестве и без перерывов на рекламу. Выберите удобное для вас время, включите любимый сериал и наслаждайтесь просмотром в любом месте — наш сайт работает на всех устройствах. \r\nМы регулярно обновляем нашу коллекцию и добавляем новые сезоны, чтобы вы всегда могли первыми увидеть продолжение истории. Кроме того, на TVMixer.ru доступны старые классические сериалы, которые никогда не потеряют своей актуальности. \r\nПочему стоит выбрать TVMixer.ru? \r\nНаш сайт — это не просто место для просмотра ТВ передач, ТВ шоу и русских сериалов. Это ваш личный гид по миру телевидения, который предлагает удобный и качественный доступ к лучшему контенту. \r\n \r\nБольшой выбор контента: У нас вы найдете как новинки эфира, так и классические передачи и сериалы. \r\nУдобный интерфейс: Легко находите нужные передачи и сериалы благодаря удобной системе поиска. \r\nВысокое качество видео: Мы предлагаем просмотр в HD и Full HD без навязчивой рекламы. \r\nДоступность на всех устройствах: Наш сайт оптимизирован для всех платформ — от компьютеров до смартфонов. \r\nРегулярные обновления: Мы следим за телепрограммами и быстро добавляем новые выпуски. \r\n \r\nНе упустите шанс окунуться в атмосферу ТВ передач, ТВ шоу и русских сериалов. TVMixer.ru — всё, что нужно для вашего идеального вечера.'),(3216,804,'field_040512d',''),(3217,805,'name','Michaeljet'),(3218,805,'email','mephedrones@kypit-kokain-v-ukraine.space'),(3219,805,'message','Купить МЕФЕДРОН в Киеве? САЙТ - KOKS.TOP Купить МЕФЕДРОН Киев? САЙТ - KOKS.TOP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nДОСТАВКА ТОВАРА В РУКИ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ МЕФЕДРОН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для поиска товара в гугле \"КУПИТЬ МЕФЕДРОН В КИЕВЕ\" \r\nКак купить МЕФЕДРОН в Киеве без третьих лиц? \r\nКупить МЕФЕДРОН в Киеве самостоятельно, без проблем? \r\nСколько сегодня стоит МЕФЕДРОН в Киеве? \r\nКупить МЕФЕДРОН в Киеве без полиции? \r\nКупить МЕФЕДРОН в Киеве анонимно? \r\nКупить в Киеве МЕФЕДРОН можно круглосуточно даже ночью? \r\nКак купить МЕФЕДРОН в Киеве с доставкой в руки? \r\nКупить МЕФЕДРОН в Киеве в Розницу? \r\nКупить МЕФЕДРОН в Киеве Оптом? \r\nКупить МЕФЕДРОН в Киеве самого лучшего качества? \r\nОткуда привозят качественный МЕФЕДРОН в Киев? \r\nСо сколько лет можно употреблять МЕФЕДРОН в Киеве? \r\nМожет ли девушка сама Купить МЕФЕДРОН в Киеве? \r\nЗакладки МЕФЕДРОН в Киеве разного веса? \r\nЧистый МЕФЕДРОН Гидрохлорид в Киеве? \r\n100% Доставка МЕФЕДРОНа по Киеву? \r\nКак найти МЕФЕДРОН в Киеве? \r\nЛюбой район в Киеве Купить МЕФЕДРОН без проблем? \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги остальных поисковых запросов - Купить Амфетамин в Киеве? Купить МЕФЕДРОН в Киеве? Купить Героин в Киеве? \r\nКупить Экстази в Киеве? Купить МДМА в Киеве? Купить Гашиш в Киеве? Купить шишки план в Киеве? Купить Метамфетамин в Киеве? \r\nКупить Мефедрон в Киеве? Купить Альфа ПВП в Киеве? Купить Соль в Киеве? Купить Наркотики в Киеве? Купить анашу в Киеве? \r\nКупить Метадон в Киеве? Купить Закладки в Киеве? Купить наркотики с доставкой в руки в Киеве? Купить Грибы в Киеве? \r\nКонец тегов для гугла!'),(3220,805,'field_040512d','on'),(3221,806,'name','RichardTef'),(3222,806,'email','pavain@gazeta.pl'),(3223,806,'message','The spa center happy ending invites visit one of the varieties massage techniques, is what we do. What is an Prostate massage interested in everyone. sensual massage is the art of giving for bliss. You be surprised to that,what sea bliss can get to know from choice massage. In salon of erotic massage foot fetish massage master of massage will make best japanese massage. \r\n \r\nHow is it done, and is there something exotic? We will tell you all about him that you wanted to know |Our adult massage is visited not only by men but also by women, and also by couples. You necessarily want to use only this infinitely … Our primary а task this is to please women and men marvelous high quality Prostate massage. Distinctive approach to your desires and wishes. \r\n \r\nThe amazing girls our the spa will give you an unforgettable experience. The salon is a place of rest and relaxation. The balinese massage, as in principle, and relaxation, exert influence on defined parts body, this give a chance ladies sit back and relax. Give your preference not just to one, but to two masseuses! Choose for yourself masseurs by external data, both professional and professional abilities! \r\n \r\nOur salon in New York City we advise chic placement with comfortable decoration. Data premises promote be you you are staying with us incognito. \r\n \r\nWe work in NY. Girls Lily : \r\nbody to body masaj'),(3224,806,'field_040512d','on'),(3225,807,'name','Waynemetry'),(3226,807,'email','esfgczjmyqeimg1965@onet.pl'),(3227,807,'message','Coffee Shop Construction Business \r\n Companion with our cafe building and construction business for expert building solutions. We develop useful and attractive cafes that enhance client experience.'),(3228,807,'field_040512d','on'),(3229,808,'name','BroVob'),(3230,808,'email','iunskiygipertonik@gmail.com'),(3231,808,'message','Erectile dysfunction treatments available online from TruePills. \r\nDiscreet, next day delivery and lowest price guarantee. \r\n \r\nTrial ED Pack consists of the following ED drugs: \r\n \r\nViagra Active Ingredient: Sildenafil 100mg 5 pills \r\nCialis 20mg 5 pills \r\nLevitra 20mg 5 pills \r\n \r\nAcquistare viagra con paypal: \r\n \r\nhttps://cutt.ly/4eIsYIfm \r\n \r\nhttps://cutt.ly/webeBkKx \r\n \r\nhttps://u.to/BdO4IA'),(3232,808,'field_040512d','on'),(3233,809,'name','LloydRaw'),(3234,809,'email','p1jh9x21@wmailfree.com'),(3235,809,'message','https://asianxxx.one/videos/1896/young-beauty-hard-assfucking/ \r\n \r\nhttps://analxxx.one/videos/1795/french-exhibition-big-bra-buddies-18/ \r\n \r\nhttps://thetranny.com/videos/57713/transsexuals-cumming-in-boys-throats-compilation/ \r\n \r\nhttps://desiporn.one/videos/17799/indian-college-girl-first-time-anal-sex-video-viral-mms/ \r\n \r\nhttps://squirting.world/videos/48131/indian-college-girl-viral-mms-girlfriend-boyfriend-sex-kisi-ne-class-room-me-camera-lga-ke-video-viral/ \r\n \r\nhttps://gay0day.com/videos/100862/manroyale-liam-troy-gets-his-ass-pounded-on-the-massage-table/ \r\n \r\nhttps://hentai0day.com/videos/11429/android-18-dragon-ball-z-1-2/ \r\n \r\nhttps://desiporn.one/videos/17896/indian-student-viral-mms-leaked-yesterday/ \r\n \r\nhttps://twinkporn.one/videos/14722/strong-penis-jerks-and-thick-cums-onlyfans-handjobmen/ \r\n \r\nhttps://ca3h.com/videos/13723/emo-twinks-having-raw-drilling-session-on-the-floor/ \r\n \r\nhttps://thetittyfuck.com/videos/11708/superslut-brunette-mikayla-teaching-inexperienced-lexi-how-to-suck-cock-and-empty-balls/ \r\n \r\nhttps://bragx.com/videos/30549/sensual-masturbation-in-public-forest-under-rain/ \r\n \r\nhttps://analxxx.one/videos/3703/non-professional-slim-legal-age-teenager-fickt-in-missionar-echte-hausgemachte/ \r\n \r\nhttps://analxxx.one/videos/2119/stepmom-acquires-fisted-at-the-team-fuck-orgy/ \r\n \r\nhttps://gay0day.com/videos/296530/white-guy-swims-in-the-pool-before-getting-ass-screwed-by-his-black-friend/ \r\n \r\nhttps://bdsmporn.one/videos/537/the-cheating-wife-is-punished-s-m-video-hardcore-thraldom-sex-the-stupid-wife-merited-her-torture-and-is-punished-by-her-spouse-s-superlatively-good-ally/ \r\n \r\nhttps://analxxx.one/videos/465/stepmom-alura-jenson-receives-dpd-in-front-of-her-stepson/ \r\n \r\nhttps://voyeurporn.one/videos/1033/forgot-to-close-the-shower-door-milf-hairy/ \r\n \r\nhttps://outdoorporn.one/videos/16955/desi-indian-village-girl-outdoor-mms-video/ \r\n \r\nhttps://bragx.com/videos/12621/cuckold-bisex-threesome/'),(3236,809,'field_040512d','on'),(3237,810,'name','Vernonfef'),(3238,810,'email','h0xy12f8@freewmail.com'),(3239,810,'message','https://squirting.world/videos/18526/squirting-over-over-all-on-daddy-face/ \r\n \r\nhttps://latinaporn.one/videos/7291/curvy-latina-eats-my-ass-and-cock-until-she-asks-me-for-the-whole-cumshot-creampie/ \r\n \r\nhttps://gay0day.com/videos/191911/twink-cheats-on-his-boyfriend-with-two-guys-met-on-grindr/ \r\n \r\nhttps://asianxxx.one \r\n \r\nhttps://desiporn.one/videos/14012/indian-college-girl-fucked-by-indian-king-busty-hotel-sex-hardcore-indian-girl-big-cock/ \r\n \r\nhttps://outdoorporn.one/videos/15157/your-priya-didi-pee-show-compilation-viral-video/ \r\n \r\nhttps://twinkporn.one/videos/15867/indonesia-bali-student-sucks-dick-and-fuck-each-other-in-the-shower-in-the-back-of-the-house-outdoor-femboyevj-gay-sex/ \r\n \r\nhttps://gay0day.com/videos/289825/indonesia-bali-student-sucks-dick-and-fuck-each-other-in-the-shower-in-the-back-of-the-house-outdoor-femboyevj-gay-sex/ \r\n \r\nhttps://ca3h.com/videos/6653/fit-older-fucks-asian-lad/ \r\n \r\nhttps://twinkporn.one/latest-updates/ \r\n \r\nhttps://outdoorporn.one/videos/20974/sex-with-my-cute-newly-married-neighbour-bhabhi-desi-bhabhi-sex-video-in-hindi-audio/ \r\n \r\nhttps://thetranny.com/videos/74841/tourist-get-fucked-by-a-thai-ladyboy-in-her-room/ \r\n \r\nhttps://sweetbigboobstube.com/videos/19327/hot-chubby-girl-fuck-and-facial/ \r\n \r\nhttps://latinaporn.one/videos/2294/i-work-in-a-hotel-in-mexico-and-i-met-this-shy-big-ass-latina-in-the-locker-room-i-invited-her-to-a-coffee-and-we-ended-up-fucking/ \r\n \r\nhttps://thetranny.com/videos/54817/super-cute-shemale-with-her-boyfriend-having-sex-for-the-camera/ \r\n \r\nhttps://ca3h.com/videos/5964/cute-bigcock-asian-boys-oral/ \r\n \r\nhttps://latinaporn.one/videos/34/i-take-home-a-beautiful-girl-from-the-park-and-end-up-fucking/ \r\n \r\nhttps://twinkporn.one/videos/15867/indonesia-bali-student-sucks-dick-and-fuck-each-other-in-the-shower-in-the-back-of-the-house-outdoor-femboyevj-gay-sex/ \r\n \r\nhttps://analxxx.one/videos/5234/veronica-avluv-doggie-fm-squirt-compilation-hd-fanmade/ \r\n \r\nhttps://zeenite.com/videos/281/my-wife-sex-on-bus/'),(3240,810,'field_040512d','on'),(3241,811,'name','David#zaliv[FzytoxynuvykyiDO,2,5]'),(3242,811,'email','belov2011slava74827t@rambler.ru'),(3243,811,'message','Всем привет \r\nКомпания Альянс оказывает юридическую потдержку потерпевшим при заливах по вине управляющей компании\r\n в Москве и Московской области, \r\nКонсультация проводится экспертами в данной сфере, вы без труда сможете полцчить компенсацию ущерба, возместить все расходы на эксперта и юриста. \r\n \r\nзатопили соседи исковое\r\n \r\nзатопили соседи юрист\r\nзалив квартиры юрист\r\nконсультация юриста по заливам\r\nконсультация юриста по заливу квартиры\r\nюрист по заливам\r\nюрист по заливам москва\r\nюрист по заливу квартиры в бибирево\r\nюрист по заливу квартиры москва\r\nюрист по заливу квартиры спб\r\nадвокат по заливам цена\r\nадвокат по заливу\r\nадвокат по заливу квартиры\r\nцены на услуги адвокатов по заливам\r\nадвокат по заливам цена\r\nадвокат по заливу\r\nадвокат по заливу квартиры\r\nзалил квартиру соседей суд\r\nзалили квартиру подать в суд\r\nзалили квартиру соседи подали в суд\r\nзалили квартиру суд\r\nзалили квартиру судебная\r\nкак выиграть суд если затопил соседей\r\nчто делать если затопил соседа суд\r\nзатопил соседей суд\r\nзатопили соседей снизу возмещение ущерба через суд\r\nзатопили соседи в какой суд обращаться\r\nзатопили соседи в какой суд подавать\r\nзатопили соседи документы в суд\r\nсосед затопил квартиру судебная практика\r\nсудебная практика затопили соседи\r\nзатопили квартиру суд\r\nзалил квартиру соседей суд\r\nзалили квартиру подать в суд\r\nзалили квартиру соседи подали в суд\r\nзалили квартиру суд\r\nзатопили соседи иск в суд\r\nсоседи затапливают иск в суд\r\nзалили квартиру по вине управляющей\r\nзалили квартиру по вине управляющей компании\r\nуправляющая компания залила квартиру\r\nуправляющая компания залила квартиру что делать\r\nзатопили соседей по вине управляющей компании\r\nзатопили квартиру вина управляющей компании\r\nзатопило квартиру по вине управляющей\r\nзатопило квартиру по вине управляющей компании\r\nуправляющая компания затопила квартиру\r\nуправляющая компания затопила квартиру что делать\r\nзаливает с крыши квартиру куда жаловаться\r\nзаливает квартиру с крыши что делать\r\nзалило квартиру с крыши\r\nдождь заливает квартиры\r\nзалили квартиру независимая экспертиза\r\nэкспертиза залитой квартиры\r\nзатопил соседей независимая экспертиза\r\nэкспертиза после потопа квартиры\r\nэкспертиза потопа квартиры\r\nзалили квартиру при тушении пожара\r\nпожарные залили нижнюю квартиру\r\nпожарные залили нижнюю квартиру ущерб\r\nзалили квартиру как возместить ущерб\r\nсоседи залили квартиру как возместить ущерб\r\nзатопили квартиру возместили ущерб соседям\r\nзатопили соседей снизу возмещение ущерба\r\nзатопили соседи как рассчитать ущерб\r\nзатопили соседи взыскать ущерб\r\nзатопили соседи моральный ущерб\r\nзатопили соседи сверху как взыскать ущерб\r\nквартиранты затопили соседей кто возместит ущерб\r\nсоседи затопили как возместить ущерб\r\nущерб если затопили соседей снизу\r\nвозмещение ущерба при потопе квартиры\r\nущерб от потопа квартиры\r\nсоседей нет дома затапливают квартиру\r\nзатапливает квартиру\r\nзатапливает квартиру что делать\r\nзатапливают квартиру водой\r\nзатапливают квартиру прорвало трубу\r\nпрорвало стояк затопили соседей\r\nпрорвало стояк затопили соседей кто виноват\r\nпрорвало стояк затопили соседей что делать\r\nпротек стояк затопили соседей кто виноват\r\nзалил квартиру снизу что делать\r\nзалил квартиру соседей снизу что делать\r\nзалила квартиру соседей снизу\r\nчто делать если затопил соседей снизу\r\nзатопил соседа снизу как не платить\r\nзатопил соседей снизу какой что делать\r\nзатопил соседей снизу какой порядок действий\r\nзатопила соседей снизу сколько платить\r\nзатопили соседей снизу\r\nзатопили соседей снизу но у нас сухо\r\nзатопили соседей снизу что делать кто виноват\r\nзатопили соседей снизу возмещение\r\nзатопило соседей снизу что делать дальше\r\nнемного затопил соседей снизу что делать\r\nсосед сверху затопил квартиру\r\nзалили квартиру соседи сверху мои действия\r\nзалили квартиру соседи сверху что делать\r\nзалило квартиру сверху что делать\r\nзалита водой квартира сверху\r\nзалита квартира сверху\r\nсоседи сверху залили квартиру\r\nсоседи сверху залили квартиру куда обращаться\r\nкак действовать если затопили соседи сверху\r\nкого вызывать если затопили соседи сверху\r\nчто делать если затапливают соседи сверху\r\nчто делать если затопили соседи сверху\r\nчто делать если затопили соседи сверху какие\r\nчто делать затопили соседи сверху какие действия\r\nдействия затопил сосед сверху\r\nзатапливает сосед сверху\r\nзатопили соседи сверху\r\nзатопили соседи сверху как взыскать\r\nзатопили соседи сверху как взыскать деньги\r\nзатопили соседи сверху что делать куда\r\nзатопили соседи сверху что делать куда обращаться\r\nзатопили соседи сверху ванной\r\nзатопили туалет соседи сверху\r\nзатопило квартиру по вине соседей сверху\r\nкуда жаловаться если затопили соседи сверху\r\nкуда жаловаться затапливают соседи сверху\r\nобращаться затопили соседи сверху\r\nпорядок действий если затопили соседи сверху\r\nпостоянно затапливают соседи сверху что делать\r\nсосед затопил сверху что делать по закону\r\nсоседи сверху затапливают куда обращаться\r\nзатопили квартиру сверху\r\nзатопило квартиру сверху что делать\r\nзатапливают квартиру соседи\r\nчто делать если соседи постоянно затапливают\r\nзатапливают соседи\r\nзатапливают соседи что делать\r\nзатапливают соседи куда обращаться\r\nчто делать если затопили соседи\r\nсоседи затапливают балкон\r\nсоседи затапливают квартиру что делать\r\nсоседи затопили квартиру\r\nсоседи затопили квартиру что делать\r\nзатопили соседи\r\nзатопили соседи как себя вести\r\nзатопили соседи как доказать\r\nзатопили соседи как оформить\r\nзатопили соседи кому звонить\r\nзатопили соседи на 2 этажа выше\r\nзатопили соседи не хотят платить\r\nзатопили соседи что делать пошаговая\r\nзатопили соседи что делать пошаговая инструкция\r\nзатопили соседи вода в натяжном потолке\r\nзатопили соседи вызывать полицию\r\nзатопили соседи действия\r\nзатопили соседи какие действия\r\nзатопили соседи куда\r\nзатопили соседи куда жаловаться\r\nзатопили соседи ламинат\r\nзатопили соседи ночью\r\nзатопили соседи отказываются платить\r\nзатопили соседи последствия\r\nзатопили соседи ремонт\r\nзатопили соседи сбоку\r\nзатопили соседи сразу\r\nзатопили соседи срок давности\r\nзатопило квартиру соседями с верхнего этажа\r\nпорядок действий если затопили соседи\r\nсосед затопил квартиру и не хочет платить\r\nсосед затопляет участковый\r\nсоседи затопили балкон\r\nсоседи затопили квартиру и отказываются оплатить\r\nсоседи затопили отключили воду\r\nсоседи затопили потолок\r\nсоседи немного затопили что делать\r\nумерший затопил соседей\r\nзатопили квартиру куда обращаться\r\nзатопило квартиру\r\nзатопило квартиру кто виноват\r\nзатопило квартиру по вине\r\nзатопило квартиру что делать\r\nзатопило квартиру водой\r\nзатопило квартиру москва\r\nсосед затопил квартиру куда обращаться\r\nзатопил сосед горячей водой\r\nзатопил соседей что грозит\r\nзатопил соседей сколько платить\r\nзатопили соседей как действовать\r\nзатопили соседей что делать куда обращаться\r\nзатопили соседей стяжкой\r\nзатопили технику соседей\r\nкот открыл кран и затопил соседей\r\nкуда обращаться если затопили соседи\r\nлопнул шланг затопили соседей\r\nлопнула батарея затопили соседей кто виноват\r\nлопнула гибкая подводка затопили соседей\r\nлопнула гибкая подводка затопили соседей кто виноват\r\nлопнула подводка затопил соседей\r\nмуниципальная квартира затопила соседей\r\nпотекла батарея затопили соседей\r\nпрорвало трубу затопили соседей\r\nпрорвало шланг затопили соседей\r\nпрорвет затопите соседей\r\nпротек счетчик воды затопил соседей чья вина\r\nребенок затопил соседей\r\nсорвало кран затопили соседей кто виноват\r\nсоседи говорят что их затопили\r\nхолодильник затопили соседи\r\nкот затопил квартиру\r\nпрорвало трубу в квартире затопили соседей\r\nпрорвало трубу затопило квартиру\r\nквартирант затопил соседей кто отвечает\r\nквартирант затопил соседей кто платит\r\nквартиранты затопили соседей что делать\r\nнаниматель затопил соседей\r\nквартиранты затопили соседей снизу кто\r\nквартиранты затопили соседей снизу кто платит\r\nквартиранты затопили соседей снизу что делать\r\nрабочие затопили соседей\r\nснимаю квартиру затопили соседи\r\nарендатор затопил соседей кто возмещает ущерб\r\nзатопили соседей квартира съемная\r\nквартиросъемщик затопил соседей\r\nквартиросъемщик залил вашу квартиру и умер\r\nарендаторы затопили соседей кто будет платить\r\nжильцы затопили соседей\r\nзатопили ванну соседи сверху\r\nсоседи сверху затопили ванную комнату\r\nсоседи затопили ванну\r\nсоседи затопили ванную что делать\r\nсоседи затопили ванную комнату\r\nзатопили соседи сверху квартира застрахована\r\nквартира застрахована затопили соседи сверху что делать\r\nзатопили соседи страховой случай\r\nзатопили соседей какая страховка\r\nзатопила соседей квартиры застрахованы\r\nзалили застрахованную квартиру что делать\r\nзалили застрахованную квартиру соседей\r\nзалита застрахованная квартира\r\nзатопило застрахованную квартиру\r\nзатопили соседи сверху составить акт\r\nсоседи затопили что делать составлен акт протечки\r\nиск залили квартиру\r\nисковое заявление залили квартиру\r\nзатопили соседи иск\r\nзатопили соседи исковое\r\nзалило квартиру акт\r\nпретензия залили квартиру\r\nпретензия соседям затопившим квартиру\r\nквартира в ипотеке затопили соседи\r\nзалили квартиру ипотека\r\nсоседи затопили ипотечную квартиру\r\nесли залил квартиру соседу\r\nзалили квартиру что делать виновнику\r\nсосед залил квартиру что делать\r\nсосед залил квартиру куда обратиться\r\nсоседи залили квартиру как возместить\r\nсоседи залили квартиру что делать куда обращаться\r\nсоседи залили квартиру порядок действий\r\nесли залили квартиру что делать\r\nесли соседи залили квартиру к кому обращаться\r\nзалили водой квартиру что делать\r\nзалили квартиру\r\nзалили квартиру кто виноват\r\nзалили квартиру что делать куда обращаться\r\nзалили квартиру что делать пострадавшему\r\nзалили квартиру горячей водой\r\nзалили квартиру кипятком\r\nзалили квартиру москва\r\nзалили квартиру порядок действий\r\nзалили муниципальную квартиру\r\nзалило пол в квартире что делать\r\nзалило проводку в квартире\r\nзалило стены в квартире\r\nквартиру залило водой\r\nквартиру залило через\r\nканализация затопила квартиру\r\nквартиру залило говном\r\nзаливает квартиру канализацией\r\nзатапливают квартиру канализацией\r\nк кому обращаться если затопили соседи\r\nкто должен платить если затопили соседей\r\nпри заливке пола затопили соседей\r\nаквариум затопил соседей\r\nверхний этаж затопили соседей\r\nвиноватый затоплять сосед\r\nзаливали пол затопили соседей\r\nзатапливаю соседей в туалете\r\nзатопил квартиру соседей какая ответственность\r\nкомпенсация ущерба от залива\r\nисковое заявление о компенсации залива\r\nкомпенсация за залив\r\nкомпенсация за залив квартиры\r\nкомпенсация морального вреда при заливе\r\nкомпенсация морального вреда залив квартиры\r\nполучить компенсацию залив\r\nзаливает квартиру постоянно\r\nзаливает потолок в квартире\r\nзаливают квартиру куда обращаться\r\nкуда жаловаться на соседей которые заливают квартиру\r\nкуда звонить если заливает квартиру\r\nкуда звонить если заливает квартиру в москве\r\nсоседи заливают квартиру и не открывают\r\nсоседи постоянно заливают квартиру что делать\r\nкого вызывать при потопе в квартире\r\nпотоп в квартире\r\nпотоп в квартире куда звонить\r\nпотоп в чужой квартире\r\nпотоп воды в квартире\r\nпроизошел потоп в квартире\r\nзатопили соседи оценщик\r\nоценка залитой квартиры\r\nоценка после потопа квартиры'),(3244,811,'field_040512d','on'),(3245,812,'name','LavillFab'),(3246,812,'email','revers18@1ti.ru'),(3247,812,'message','3- 2-fluorophenyl -5-fluorobenzoic acid - купить онлайн в интернет-магазине химмед \r\nTegs: 3-bromo-1,5-dihydro-4h-pyrazolo- 3,4-d pyrimidin-4-one - купить онлайн в интернет-магазине химмед \r\n3-bromo-1,5-dihydro-4h-pyrazolo- 3,4-d pyrimidin-4-one - купить онлайн в интернет-магазине химмед \r\n3-bromo-1,5-dihydro-4h-pyrazolo- 3,4-d pyrimidin-4-one - купить онлайн в интернет-магазине химмед \r\n \r\nfmoc-d-asp-nh2 - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/fmoc-d-asp-nh2-id=8721872'),(3248,812,'field_040512d','on'),(3249,813,'name','Valeron83buP'),(3250,813,'email','menhos7@rambler.ru'),(3251,813,'message','Hello. \r\nWant Bigger Jackpots and Better Thrills? Treat Yourself to a New Brand & a New Welcome Bonus! Register here: https://spiritredirect.com/d8ee9ac13'),(3252,813,'field_040512d','on'),(3253,814,'name','Gregorymal'),(3254,814,'email','ntalas3@xrevelxr.com'),(3255,814,'message','Уличная подсветка дома в Москве и области'),(3256,814,'field_040512d','on'),(3257,815,'name','FrancisEsorp'),(3258,815,'email','s.a.m.my.ma.nn.9.76@gmail.com'),(3259,815,'message',''),(3260,815,'field_040512d','on'),(3261,816,'name','DavidVer'),(3262,816,'email','ukraina@kypit-belii-bilet.online'),(3263,816,'message','Зняття з військового обліку? Сайт - PRIZOVA.NET Купити відсрочку для робітника або бронь? САЙТ - PRIZOVA.NET \r\n. \r\n. \r\nВиїзд через систему ШЛЯХ - https://prizova.net/ \r\nВиїзд по білому квитку - https://prizova.net/ \r\nКупити білий квиток - https://prizova.net/ \r\nВиїхати з України із нашим супроводом - https://prizova.net/ \r\nЗняття з обліку - https://prizova.net/ \r\nЗабронювати робітника - https://prizova.net/ \r\nКомісування й відпустка для військових - https://prizova.net/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги - Виїзд з України за гроші, Віїзд з України через ШЛЯХ, Виїзд з України з супроводом (Виїзд з України з супроводженням), Виїхати з України через кордон з документами, \r\nВиїзд через кордон Польші, Віїзд через кордон Молдови, Виїзд через кордон Словаччини, Виїзд з України по білому квитку, Купити документи ШЛЯХ, Купити документи РЕЗЕРВ +, \r\nКупити документи білого квитка, Відкупитись від призову, Дати грощі щоб не забрали в армію, дати гроші щоб не забрали на війну, Відкупитись від війни, Призова нет сайт, \r\nКупити військовий квиток, Отримати військовий квиток, Як не йти в ТЦК, Як відкупитись від ТЦК, Як відкупитись від армії, Як відкупитись від війни, Легально виїхати з України, \r\nЯк отримати відсрочку, Що робити коли прийшла повістка, законне звільнення від мобілізації, призову, ТЦК, отримання білого квитка для тих, хто потребує, \r\nКупити бронювання від роботодавця на 6 або 12 місяців, Купити бронювання на період навчання, Купити навчання за кордоном, виїзд через запрошення від спортивної асоціації, \r\nвирішення питання з штрафами від ТЦК, Купити працевлаштування в Європі для чоловіків, Купити візу для роботи за кордоном, Купити військовий квиток зараз, Купити приписне свідотство, \r\nКупити тимчасове посвідчення військовозобовязанного, Купити зняття з обліку для чоловіків, Як уникнути мобілізації, Як відкупитись від мобілізації, Купити бронь від армії, \r\nКупити бронь від війни, Купити бронь від мобілізації, Купити оформлення офіційних дозвільних документів для виїзду за кордон або отримання військового білого квитка зі зняттям з обліку, \r\nКупити волонтерство, Як уникнути мобілізації?, Як уникнути призову, Як уникнути війну, Відгуки PRIZOVA.NET, що за сайт PRIZOVA.NET, Купити продовження відпустки для воєнних, \r\nКупити ВЛК для чоловіків, Купити ВЛК для воєнного, Купити віїзд за кордон, Купити виїзд для військовозобовьязанного, Купити виїзд для чоловіків, Купити для чоловіка виїзд з України, \r\n. \r\n. \r\nСлова для гугла - Віїзд, Білий квиток, Україна, Купити, ТЦК, ВЛК, Мобілізяція, Уникнення, Відстрочка, ШЛЯХ, РЕЗЕРВ +, Відкупитись, Виїхати з України, Призов, Оффіційно, Легально, Бронювання.'),(3264,816,'field_040512d','on'),(3265,817,'name','DenEmbale'),(3266,817,'email','c.heba.k.u.l.ina.ka.ra.s.e.v.na@gmail.com'),(3267,817,'message','Mysimba - Quick and Easy Weight Lass \r\n \r\nMysimba is a medicine used along with diet and exercise to help manage weight in adults: \r\n \r\nwho are obese (have a body-mass index - BMI - of 30 or more); \r\nwho are overweight (have a BMI between 27 and 30) and have weight-related complications such as diabetes, abnormally high levels of fat in the blood, or high blood pressure. \r\nBMI is a measurement that indicates body weight relative to height. \r\n \r\nMysimba contains the active substances naltrexone and bupropion. \r\n \r\nhttps://cutt.ly/RezL73vz'),(3268,817,'field_040512d','on'),(3269,818,'name','Торф оптом Житомир'),(3270,818,'email','urev.ic.7.50.@gmail.com'),(3271,818,'message','Шукаєте якісний торф для збагачення грунту? Постачальник \"ТОРФ ЖИТОМИР\" може запропонувати: \r\n \r\n- Високоякісний торф навалом з Житомирщини \r\n- Доставка по всій Україні своїм транспортом \r\n- Завжи актуальні ціни, що дуже здивують \r\n- Великий і малий опт \r\n \r\nЗбільште родючість та покращіть структуру ґрунту з торфом від \"ТОРФ ЖИТОМИР\". \r\n \r\nЗамовляйте зараз і отримайте знижку на першу поставку! \r\n \r\n\"ТОРФ ЖИТОМИР\" - ваш надійний партнер у створенні родючого ґрунту! \r\n \r\nТорф для лохини Житомир - https://torf.zt.ua/'),(3272,818,'field_040512d','on'),(3273,819,'name','OlpPet'),(3274,819,'email','megaboommegaboom@yandex.com'),(3275,819,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n+ PROMO-CODE: OLYMPOLYMP \r\n*From $50 +30% to deposit! \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773/ \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR'),(3276,819,'field_040512d',''),(3277,820,'name','Lars-Erik Dubois'),(3278,820,'email','no-replyxxx@gmail.com'),(3279,820,'message','Hello, \r\n \r\nI\'m Mike from Monkey Digital, and I want to introduce you to one of our most popular services—10,000 social ads visits for just $10. \r\n \r\nIt’s an effective and affordable way to drive real traffic to your website. Here’s how it works: \r\n \r\n• Your ad goes live within hours. \r\n• You’ll receive detailed tracking the same day. \r\n• All for just $10! \r\n \r\nLearn more and get started here: https://www.country-targeted-traffic.com/get-started/ \r\n \r\nGet Started with Monkey Digital, Try it out—it’s worth every penny. \r\n \r\nBest regards, \r\nLars-Erik from Monkey Digital.\r\n \r\nMonkey Digital \r\nContact Us via WhatsApp: \r\nhttps://wa.link/uqh66k'),(3280,820,'field_040512d','on'),(3281,821,'name','ataletiwui'),(3282,821,'email','wufngopog@hoopsor.online'),(3283,821,'message','prednisone poison ivy dose prednisone professional prednisone for poison ivy side effects \r\n \r\nwill prednisone help arthritis pain https://cialisbag.com - prednisone on sale'),(3284,821,'field_040512d',''),(3285,822,'name','shonWog'),(3286,822,'email','dhamendau@gismail.online'),(3287,822,'message','купить брендовые кеды мужские москва или брендовые кожаные мужские ремни \r\n \r\nбрендовые головные уборы женские \r\n \r\nhttps://luxmsk.ru/catalog/zhenskie-sumki/sumki/ \r\n \r\nЕщё можно узнать: купить брендовый кошелек женский \r\n \r\nкупить клатч женский брендовый'),(3288,822,'field_040512d','on'),(3289,823,'name','xrMerut'),(3290,823,'email','xrtug@xrust.com'),(3291,823,'message','Как выбрать игровую гарнитуру на xrust.ru\r\nВыбор игровой гарнитуры может существенно повлиять на качество вашего игрового процесса. На xrust.ru публикуются обзоры лучших гарнитур, которые предлагают высокое качество звука и комфорт при долгих сессиях. На xrust.ru вы найдете советы по выбору моделей, подходящих как для профессионалов, так и для любителей. Узнайте больше о том, какие гарнитуры обеспечат вам лучшее погружение в игру и комфорт во время долгих игровых сессий.\r\n\r\n \r\nИсточник:xrust.ru \r\nxrust.ru \r\nрейтинг самых популярных игр для xbox \r\nhttps://xrust.ru/news/games_news/310118-unikalnyj-fajting-forestrike-ot-devolver-digital-puteshestvie-mastera-kung-fu.html'),(3292,823,'field_040512d','on'),(3293,824,'name','LavillFab'),(3294,824,'email','revers18@1ti.ru'),(3295,824,'message','boc-pro-pro-oh - купить онлайн в интернет-магазине химмед \r\nTegs: furo 2,3-b pyridine-5-carbaldehyde; - купить онлайн в интернет-магазине химмед \r\n2-amino-3- trifluoromethyl -benzaldehyde; - купить онлайн в интернет-магазине химмед \r\nt-butyl 4r -3,3-difluoro-4-hydroxypyrrolidine-1-carboxylate; - купить онлайн в интернет-магазине химмед \r\n \r\nboc-pro-pro-oh - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/boc-pro-pro-oh-id=8492457'),(3296,824,'field_040512d','on'),(3297,825,'name','Smizetty'),(3298,825,'email','werso016iu@rambler.ru'),(3299,825,'message','very good \r\n_________________ \r\nplay real casino games for real money'),(3300,825,'field_040512d','on'),(3301,826,'name','LamaPet'),(3302,826,'email','megaboommegaboom@yandex.com'),(3303,826,'message','I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man! \r\n \r\nThis program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet! \r\n \r\nRun the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold! \r\nRemember the more computers you use, the higher your chances of getting the treasure! \r\n \r\nDOWNLOAD FOR FREE \r\n \r\nTelegram: \r\nhttps://t.me/btc_profit_search'),(3304,826,'field_040512d',''),(3305,827,'name','Majliden'),(3306,827,'email','br0wnale@fvmaily.com'),(3307,827,'message','банковская гарантия – это обязательство банка перед заказчиком гарантировать выполнение работы или исполнение договора третьим лицом в случае невыполнения обязательств со стороны заказчика или исполнителя.'),(3308,827,'field_040512d','on'),(3309,828,'name','Saimapag'),(3310,828,'email','lexx7700@fvmaily.com'),(3311,828,'message','Ищете доступ к вавада казино? Посетите официальное зеркало на сегодня и начните играть в любимые азартные игры прямо сейчас!'),(3312,828,'field_040512d','on'),(3313,829,'name','ukvartirabuP'),(3314,829,'email','ukvartira@rambler.ru'),(3315,829,'message','Приветствую. \r\nИмею намерение написать оставить комментарий пунктуально не исполнила взятые на себя обязательства!!! \r\nК огорчению, не могу рекомендовать данного специалиста от слова совсем… \r\nНаталья Преображенская готовила дизайн-проект и осуществляла авторское сопровождение проекта, а также привлекала бригаду подрядчиков, руководила ходом выполняемых работ, \r\nзакупками материалов и конструкций, в результате с апреля 2024г. ремонт в квартире до сих пор не закончен(а срок был 3 месяца)!!! \r\nНекоторые позиции (настенные зеркала, раздвижная конструкция) до сих пор не поставлены и/или не установлены. Это просто кошмар!!! \r\nПостоянные пустые обещания. А те работы, что уже выполнены, просто ужасного качества (кривые полы, установка мебели оказалась проблематичной, все кривое!!!). \r\nГде контроль качества? За что ей были оплачены огромные деньги? Стоимость ее услуг и уровень профессионализма не сопоставимы!!! \r\nНегативный отзыв \r\n«Уютная квартира»: Наталья Преображенская - как меня обманула'),(3316,829,'field_040512d','on'),(3317,830,'name','ZahraBus'),(3318,830,'email','jekalapa@fvmaily.com'),(3319,830,'message','На официальном сайте vavada вы легко сможете найти вход в личный кабинет, где ожидают вас увлекательные игры и бонусы для игроков.'),(3320,830,'field_040512d','on'),(3321,831,'name','EdwardJap'),(3322,831,'email','dawnnews@gmail.com'),(3323,831,'message','Porn Man notes the world\'s best pornography websites of 2024. Watch free porn videos, sex movies and costs HD porn on the most prominent porn tubes. All the leading pornography \r\nGet lots of brand-new totally free pornography video clips on the most renowned XXX tube sites showing hot ladies in full HD sex motion pictures. xVideos. Ideal One! PornHub · xHamster · XNXX. \r\nWelcome to Pornhub.com, home of the best hardcore cost-free pornography video clips with the best grown-up celebrities. Get complete size scenes from your preferred porn studios 24/7! \r\n \r\nWatch greater than 5 million Pornography Videos on xHamster free of charge. Stream brand-new XXX tube movies on the internet, browse sex pictures, day girls to fuck at xHamster! \r\nFor the best free HD porn, have a look at our group with all kinds of sex video clips, made to obtain you off. From amateurs, big asses, to blowjobs and so far more. \r\nPinayFlix2 is a totally free Pinay pornography site to view Pinay detraction videos. See unusual Filipina videos and various other Oriental amateur clips. \r\nFucking Relative While She Was Sleeping porn video clips totally free, right here on Pornhub. No other sex tube is more preferred and includes extra Fucking Stepsister \r\nSlutty women star in gangbang videos where 3 or even more people load all their holes. They draw penis, obtain butt and pussy fucked, and take orgasm at xHamster. \r\nInnocent infant Jodi Taylor is alone in resort space filming an include and soon after she is bound and gang bang and dual penetration fucked by significant dicks. \r\nfree Teen sex \r\nWatch 2 sluts take on monstrous penis in a wild 3D gangbang - DP, 3D, and cumshots galore! Wild gangbang at an European club with confidential amateur infants. \r\nGET The Very Best Teen Gangbang Hardcore Latina & Asian Chicks! SEE A Huge Black Cock Impale A Teen Whore As A Gangbang Train is Run! \r\nCheck out best Gangbang pornography video clips on xHamster. See all finest Gangbang XXX vids today! \r\nfree Teen sex \r\nGet Viagra tablets on the internet and treat your impotence. Fast on the internet evaluation, suggested by UK physicians, with discreet and rapid \r\nSildenafil is the common kind of Viagra ®, FDA accepted to function the exact same + much lower expense. On the internet prescription and discreet shipment if suggested. \r\nLemonaid provides among the lowest costs for generic Viagra online. The medicine rates is clear. Discount rates are offered for new customers. A high blood pressure \r\nViagra at PrivateDoc is an efficient therapy for Erectile dysfunction/ Erectile Dysfunction. Purchase Viagra today at our Online Pharmacy following a cost-free online physician'),(3324,831,'field_040512d','on'),(3325,832,'name','ufattMerut'),(3326,832,'email','ufatttug@xrust.com'),(3327,832,'message','История и традиции башкирской кухни\r\nИстория башкирской кухни насчитывает столетия и тесно связана с образом жизни кочевников. Мясные блюда, такие как куурдак (жаркое из мяса с овощами), занимают центральное место в башкирской кухне. Эти блюда готовятся с использованием простых, но насыщенных вкусовых ингредиентов, передающих дух степей и гор.\r\n\r\nБашкирская кухня также богата на выпечку. Традиционные пироги и лепешки, такие как эчпочмак и баурсак, являются неотъемлемой частью башкирских праздников и обрядов.\r\n\r\n \r\nИсточник:ufatimes.ru \r\nufatimes.ru \r\nКухня Башкортостана: аутентичные блюда \r\nhttps://ufatimes.ru/'),(3328,832,'field_040512d','on'),(3329,833,'name','IgraRof'),(3330,833,'email','rtx_fl45@rambler.ru'),(3331,833,'message','thank you very much \r\n_________________ \r\nmovie of casino royale'),(3332,833,'field_040512d','on'),(3333,834,'name','ufattMerut'),(3334,834,'email','ufatttug@xrust.com'),(3335,834,'message','Влияние соседних народов на башкирскую кухню\r\nКулинарные традиции Башкирии испытали влияние соседних народов, что привело к появлению уникальных блюд, сочетающих в себе элементы разных культур. Например, многие башкирские блюда имеют сходство с татарскими и казахскими рецептами.\r\n\r\nБашкирская кухня также заимствовала некоторые кулинарные техники у русских, что обогатило местные рецепты новыми вкусами и способами приготовления.\r\n\r\n \r\nИсточник:ufatimes.ru \r\nufatimes.ru \r\nБашкирская кухня: рецепты и традиции \r\nhttps://ufatimes.ru/'),(3336,834,'field_040512d','on'),(3337,835,'name','MicheleNorma'),(3338,835,'email','alfredljoseph96@gmail.com'),(3339,835,'message','Celebrate the sphere of alarm and pleasure on the monster night! \r\nAnd don\'t overlook the opportunity for to reconstruct your garb and nest at a cut price, \r\nas today we have clearance sales on all product range in honor of the special day. \r\nGratify to the adult version of Halloween candies with our discount rates. \r\n.:re:. : https://gurudodesconto.info \r\nCoupons for Halloween'),(3340,835,'field_040512d','on'),(3341,836,'name','bozWog'),(3342,836,'email','twojmilfoihram@gismail.online'),(3343,836,'message','ресторан в комплексе или Ай-Петри \r\n \r\nТоп-3 самых интересных улиц Минска – Путешествие \r\n \r\nhttps://samoylovaoxana.ru/tag/zhenshhiny-alzhira/ \r\n \r\nЕщё можно узнать: почему снежинка шестиугольная'),(3344,836,'field_040512d','on'),(3345,837,'name','StevenLaunk'),(3346,837,'email','frankmcguire1981@gmail.com'),(3347,837,'message','Переходите на страницу с самым выгодным предложением по бонусам казино для Драгон Мани - https://berlinsk.ru/'),(3348,837,'field_040512d',''),(3349,838,'name','BroVob'),(3350,838,'email','iunskiygipertonik@gmail.com'),(3351,838,'message','The manufacturer of Ozempic and Wegovy has released a new version of the drug for weight loss, in the form of Rybelsus tablets with the same active ingredient Semaglutide. Rybelsus will help you lose weight quickly with a guarantee. \r\n \r\nWhat Is Rybelsus? \r\n \r\nRybelsus is an oral (tablet) medication used to treat and manage Type 2 Diabetes, and for the treatment of weight loss. \r\n \r\nThe active ingredient is Semaglutide which mimics the action of one of your bodies natural hormones (GLP1). It contains the same ingredient as Ozempic, which is a once weekly injection. Unlike the injections, Rebelsus is a tablet which is taken once daily. \r\n \r\nMultiple clinical studies have found patients on Rybelsus lose up their body weight. Patients also saw significant reductions in waist size and other measurements. \r\n \r\nhttps://rybelsus.true-pill.top/'),(3352,838,'field_040512d','on'),(3353,839,'name','crerpossy'),(3354,839,'email','Enlatly@envelopelink.xyz'),(3355,839,'message','Monitor Closely 1 bivalirudin and fenbufen both increase anticoagulation buy priligy dapoxetine online azithromycin lactone ring macrolides, but not to 16 member lactone ring macrolides e'),(3356,839,'field_040512d','on'),(3357,840,'name','leifwoolsor'),(3358,840,'email','leifwoolbright1984@mailsdomens.com'),(3359,840,'message','это mailsco'),(3360,840,'field_040512d','on'),(3361,841,'name','Billydualf'),(3362,841,'email','elianapena56uy@outlook.com'),(3363,841,'message','Hello dear friend, I would like to offer placement of your link (or links) on different platforms of the internet such as: forums, blogs, comments and much more. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) \r\n \r\nQuality guaranteed ! \r\n \r\nPRICE - 20$ \r\n \r\nWebSite - https://goo.su/959En7'),(3364,841,'field_040512d','on'),(3365,842,'name','Devinquent'),(3366,842,'email','76jue5th@5way5.com'),(3367,842,'message','Dating between men and women has evolved with technology and shifting gender roles, present more opportunities but also unique challenges. \r\nhttps://outdoorporn.one/videos/21712/indian-desi-school-girl-sex-yoursoniya-full-hd-viral-video/\r\n \r\nThe Digital Gang \r\nOnline dating apps like Tinder and Bumble make connecting easier but can fancy overpowering satisfactory to too multifarious choices. Women have gained more sway, such as initiating conversations on Bumble, reflecting broader gender equality. \r\n \r\nChallenges in Dating \r\nGhosting and Relaxed Dating: Fleet exits and casual encounters are customary, best to confusion. \r\nExpectations: Miscommunication around commitment can result in frustration. \r\nDistress: Popular media creates fanciful expectations of decision the perfected partner. \r\nGender Stereotypes: Old stereotypes round dating roles still live, complicating things. \r\nKeys to Healthful Relationships \r\nhttps://hentai0day.com/videos/6392/the-modifuckrs-adult-parody-by-zone/\r\n \r\nCommunication: Roomy, on the up conversations build trust. \r\nAttend to and Equality: Valuing each other as equals fosters balance. \r\nPatience: Irresistible habits to build connections reduces pressure. \r\nLooking Before \r\nAs dating continues to evolve with technology, the fundamentals of defer to, communication, and fortitude remain critical as far as something lasting relationships.'),(3368,842,'field_040512d','on'),(3369,843,'name','Devinquent'),(3370,843,'email','nfm7o89w@2mailcache.com'),(3371,843,'message','Dating between men and women has evolved with technology and shifting gender roles, present more opportunities but also new challenges. \r\nhttps://latinaporn.one/\r\n \r\nThe Digital Gang \r\nOnline dating apps like Tinder and Bumble arrange connecting easier but can fancy astounding satisfactory to too myriad choices. Women prepare gained more switch, such as initiating conversations on Bumble, reflecting broader gender equality. \r\n \r\nChallenges in Dating \r\nGhosting and Relaxed Dating: Far-sighted exits and occasional encounters are stale, best to confusion. \r\nExpectations: Miscommunication about commitment can agency frustration. \r\nPressure: Common media creates delusional expectations of decision the perfect partner. \r\nGender Stereotypes: Getting on in years stereotypes in the matter of dating roles hushed exist, complicating things. \r\nKeys to Shape Relationships \r\nhttps://voyeurporn.one/\r\n \r\nCommunication: Outstretched, square conversations build trust. \r\nVeneration and Congruence: Valuing each other as equals fosters balance. \r\nDiligence: Taking delay to build connections reduces pressure. \r\nLooking Vanguard \r\nAs dating continues to evolve with technology, the fundamentals of defer to, communication, and tenacity wait vital as far as something lasting relationships.'),(3372,843,'field_040512d','on'),(3373,844,'name','BrianRuisk'),(3374,844,'email','uij5o5b8@1mailcache.com'),(3375,844,'message','Gay dating has transformed from being obscured and stigmatized to an open and proud experience. With growing worldwide acceptance, more avenues prevail in the interest of men seeking men to hook meaningfully. \r\nhttps://twinkporn.one/videos/14029/indian-uncut-big-dick-deeply-drill-into-desi-twink-teen-asshole-and-cum-inside-bangla-hunk-cock-gaysex-gandu-ki-chodai/\r\n \r\nA Passing Yesterday of Gay Dating \r\nHistorically, gay men faced challenges in finding harmless spaces to gather, habitually resorting to underground venues in arrears to societal taboos. The Stonewall Riots in 1969 sparked the gay rights flicker, in the final analysis unequalled to more clear and open platforms after gay dating. \r\n \r\nDigital Major change: Apps and Online Dating \r\nThe begin of the internet changed gay dating. Ahead of time platforms like Gaydar paved the course for the benefit of apps like Grindr and Tinder, present men easier ways to league, whether for nonchalant encounters or serious relationships. These apps be suffering with evolved to classify features promoting mental health and inclusivity. \r\n \r\nhttps://gay0day.com/videos/128701/daddy-catches-his-legal-age-teenager-son-blowing-his-ally-then-joins-in/\r\n \r\nChallenges in Gay Dating \r\nIn the face evolution, challenges be there: \r\n \r\nDemerit: In some regions, gay relationships are quietly wrongful or taboo. \r\nSuperficiality: Assorted sense dating apps can inspire shallow interactions. \r\nInternalized Homophobia: Struggles with agreement can hinder relationships. \r\nBananas Healthfulness: Issues like loneliness and desire remain prevalent. \r\nStructure Healthy Relationships \r\nTo win in gay dating, communication, self-acceptance, and communal greetings are key. Structure a dazzling in system also helps traverse the complexities of dating in the LGBTQ+ community. \r\n \r\nThe Future of Gay Dating \r\nAs acceptance grows, the prospective of gay dating looks promising, with technology like understood aristotelianism entelechy and AI matchmaking expanding opportunities. Continued development toward inclusivity ensures more spaces where sweet between men can ictus boldly and proudly.'),(3376,844,'field_040512d','on'),(3377,845,'name','Ralphagowl'),(3378,845,'email','anna.siverova@mail.ru'),(3379,845,'message','Карниз для мебели является важным элементом, который выделяет стиль и придает интерьеру уникальность и изысканность. Эти детали создают ощущение баланса и элегантности в каждом уголке вашего дома. Карниз для мебели идеально создан для завершения дизайна интерьера, добавляя особую черту классики и современности. Этот декор способен сделать вашу мебель настоящим центром внимания. \r\n \r\nИспользование карниза для мебели позволяет придать интерьеру роскошь и эксклюзивность. Эти детали способствуют созданию гармонии и вдохновляют ваш уникальный стиль. Плинтус для отделки — это оптимальный выбор для тех, кому важны эстетика и качество. Эти декоративные решения вносят в интерьер изящество и античную элегантность, выделяя ваш вкус. \r\n \r\nКарниз для мебели обогатит интерьер, придания ему изысканность и уникальность. Эти детали объединяют современные тенденции с утонченными акцентами, создавая эстетическое совершенство. Выбирая плинтус для мебели, вы добавляете интерьеру глубину и оригинальность. Эти элементы подчеркнут стиль в каждом уголке вашего дома, сочетая классику и новые тенденции. \r\n \r\nпотолочный плинтус из дерева\r\nдеревянные карнизы настенные\r\nплинтус мдф 80\r\nкарниз\r\nмдф плинтус для пола\r\nгалтели цена\r\n \r\n \r\n \r\nhttps://www.stavros.ru/upload/webp_image/reznaya-rozetka-iz-poliuretana-rpu-056_33.webp Рлементы декора оформление интерьера\r\nhttps://www.stavros.ru/upload/webp_image/ruchka-mebelnaya-aero-hl-023_50.webp ручки для мебели фасад\r\nhttps://www.stavros.ru/upload/webp_image/molding-mld-011_44.webp Рлитный деревянный плинтус PLT-001\r\nhttps://www.stavros.ru/upload/webp_image/reznaya-rozetka-r-005-40_13.webp Рксклюзивная резная розетка для настенного декора R-005\r\nhttps://www.stavros.ru/upload/webp_image/molding-mld-011_49.webp Рлитный деревянный плинтус PLT-001\r\n \r\n \r\n \r\nдеревянная ручка фото\r\nбалясины купить\r\nдеревянный потолочный плинтус купить\r\nизделия из полиуретана\r\nдеревянный погонаж'),(3380,845,'field_040512d','on'),(3381,846,'name','Devinquent'),(3382,846,'email','8dhjtmx0@3way3.com'),(3383,846,'message','Dating between men and women has evolved with technology and shifting gender roles, donation more opportunities but also hip challenges. \r\nhttps://asianxxx.one/videos/11147/thai-fuck-toy-gets-pounded-by-a-foreigner-man/\r\n \r\nThe Digital Caftan \r\nOnline dating apps like Tinder and Bumble flourish connecting easier but can have a astounding due to too many choices. Women take gained more control, such as initiating conversations on Bumble, reflecting broader gender equality. \r\n \r\nChallenges in Dating \r\nGhosting and Random Dating: Far-sighted exits and occasional encounters are general, leading to confusion. \r\nExpectations: Miscommunication far commitment can case frustration. \r\nConstraint: Popular media creates unrealistic expectations of pronouncement the superlative partner. \r\nGender Stereotypes: Bygone stereotypes fro dating roles even so live, complicating things. \r\nKeys to Strong Relationships \r\nhttps://twinkporn.one/videos/17512/full-sex-video-of-three-sweet-students-a-guy-licks-a-point-to-a-sweet-twink/\r\n \r\nCommunication: Roomy, square conversations figure trust. \r\nRespect and Congruence: Valuing each other as equals fosters balance. \r\nPersistence: Bewitching delay to build connections reduces pressure. \r\nLooking Before \r\nAs dating continues to evolve with technology, the fundamentals of defer to, communication, and tenacity cadaver vital for durable relationships.'),(3384,846,'field_040512d','on'),(3385,847,'name','KennethAllow'),(3386,847,'email','inmiccesin1971@op.pl'),(3387,847,'message','Hello dear friend, I would like to offer placement of your link (or links) on different platforms of the internet such as: forums, blogs, comments and much more. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) \r\n \r\nQuality guaranteed ! \r\n \r\nPRICE - 30$ \r\n \r\nWebSite - https://goo.su/959En7'),(3388,847,'field_040512d','on'),(3389,848,'name','RandyHet'),(3390,848,'email','werso07kiu@rambler.ru'),(3391,848,'message','thanks, interesting read \r\n_________________ \r\nfree spins no wagering requirements'),(3392,848,'field_040512d','on'),(3393,849,'name','LamaPet'),(3394,849,'email','megaboommegaboom@yandex.com'),(3395,849,'message','I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man! \r\n \r\nThis program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet! \r\n \r\nRun the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold! \r\nRemember the more computers you use, the higher your chances of getting the treasure! \r\n \r\nDOWNLOAD FOR FREE \r\n \r\nTelegram: \r\nhttps://t.me/btc_profit_search'),(3396,849,'field_040512d',''),(3397,850,'name','Martinnap'),(3398,850,'email','j978425.90.@gmail.com'),(3399,850,'message','For What Purpose Employing Your Government Aid Incapacity Lawyer Becomes Essential. \r\nRecruiting One Social Security Incapacity Counsel Turns Out to Be Key. \r\n \r\n \r\nThe Social Services Allocation Manages numerous initiatives from unemployment insurance to social aid, and also administers disability payments for persons not able to carry out tasks due to protracted ailment or trauma. As with all complicated institution, there are rules and policies which must be complied with by this agency in orderliness to get benefits. Exploring the option of the expert Social Security Advisory legal professional Is vital. \r\n \r\nHiring the seasoned Social Security Disability legal representative might aid you navigate the complexities of SSA SSA, enhancing your possibility of acceptance for benefits. They shall confirm that your application is registered accurately and includes backing medical evidence; moreover, they know how to accumulate this evidence swiftly so it is not presented late; in addition, they might steer clear of giving irrelevant data that may bring about holdups and rejections by the Sensitive Social Aid. \r\n \r\nYour disability consultant will also prime you for a hearing with Social Security Administration if your request is dismissed, by describing what to foresee at it and responding any of your concerns about what happens there. They may guide with offering additional supporting materials and asking the arbiter who heard your legal case to look over their decision and interrogate witnesses or vocational authorities called by Social Security to testify on your behalf, which can increase the probability that an early disability appeal prospers if initially denied. Lawyers for social security disability could recover any past due perks due to changes in the starting date, which represents when your situation began. Proficient advocates for disabilities may guide with winning back any past due advantages that would have been lost attributable to changes in the starting date or when your situation began. \r\n \r\nSubmitting an application for Social Security Disability benefits involves a careful consideration of the specific conditions that make you eligible\r\n \r\nThe Importance of Seeking Professional Guidance for Disability Claims a6213ba'),(3400,850,'field_040512d','on'),(3401,851,'name','Edwardgyday'),(3402,851,'email','hkuueujkjk@outlook.com'),(3403,851,'message','Archetyp market vendor \r\nArchetyp Market Eu \r\nArchetyp Markets Monero \r\nhttps://medium.com/@serykbothes/archetyp-market-41e82dff8ccd Archetyp'),(3404,851,'field_040512d','on'),(3405,852,'name','BryanTug'),(3406,852,'email','1q0nbg4km@mozmail.com'),(3407,852,'message','Hello! \r\n \r\nDo you want to become the best SEO specialist and link builder or do you want to outpace your competitors? \r\n \r\nPremium base for XRumer \r\n$119/one-time \r\nGet access to our premium database, which is updated monthly! The database contains only those resources from which you will receive active links - from profiles and postings, as well as a huge collection of contact forms. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nFresh base for XRumer \r\n$94/one-time \r\nGet access to our fresh database, updated monthly! The database includes active links from forums, guest books, blogs, etc., as well as profiles and activations. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $25. \r\n \r\nGSA Search Engine Ranker fresh verified link list \r\n$119/one-time \r\nGet access to our fresh database, updated monthly! The fresh database includes verified and identified links, divided by engine. Free database updates. There is also the possibility of a one-time purchase, without updating the databases, for $38. \r\n \r\nGSA Search Engine Ranker activation key \r\n$65 \r\nWith GSA Search Engine Ranker, you\'ll never have to worry about backlinks again. The software creates backlinks for you 24 hours a day, 7 days a week. By purchasing GSA Search Engine Ranker from us, you get a quality product at a competitive price, saving your resources. \r\n \r\nTo contact us write to Telegram: https://t.me/DropDeadStudio'),(3408,852,'field_040512d','on'),(3409,853,'name','Ivan R.'),(3410,853,'email','hollie.wasson@gmail.com'),(3411,853,'message','Hey there, I apologize for using your contact form, but I wasn\'t sure who the right person was to speak with in your company. \r\n\r\nI want to ask you if you\'re interested in buying/renting Google Ads accounts with free spending ads credit limit of 10k monthly on each account ($329 daily budget & $120k a year of free ppc ads spend limit) for a very cheap price starting at $500-$1000? It works for all types of Google Ads policy niches like e-commerce stores, affiliate marketing, dropshipping ads, lead generation, etc... in the search ads placement (website traffic or call leads). The best Google Ads placement feature to easily grow your online presence and business. \r\n\r\nLet\'s connect on FB and check out my recent post: https://bit.ly/GoogleAdsAccounts \r\n\r\nWant more info: https://bit.ly/GrantAccounts \r\n\r\nIf you\'re interested or have any questions private email me at ivanr1030@gmail.com\r\n\r\nLearn more about me - https://bit.ly/Ivan-Ramirez\r\n\r\nSubscribe to my YouTube channel: https://bit.ly/YouTubeIvanRamirez\r\n\r\n\r\n\r\nThanks & Regards,\r\nIvan R.\r\n\r\n\r\n\r\nIf you would like to opt-out of communication with us, visit:\r\nhttps://bit.ly/websiteoptout'),(3412,853,'field_040512d','on'),(3413,854,'name','KRAKEN_Ссылка_Pah'),(3414,854,'email','sabrinaablezova35@gmail.com'),(3415,854,'message','KRAKEN - ссылка, зеркало, сайт, кракен тор'),(3416,854,'field_040512d','on'),(3417,855,'name','StevenhooRo'),(3418,855,'email','randy@phoenixseomasters.com'),(3419,855,'message',''),(3420,855,'field_040512d','on'),(3421,856,'name','PromotionMuh'),(3422,856,'email','len.ag.opka.lo7.3.@gmail.com'),(3423,856,'message',''),(3424,856,'field_040512d','on'),(3425,857,'name','Robertbraps'),(3426,857,'email','oacrpvaxten@gmx.us'),(3427,857,'message','online casino roulette south africa \r\nbaccarat casino games \r\nlist of online casinos uk \r\nplay blackjack online for real \r\nplaying casino blackjack'),(3428,857,'field_040512d','on'),(3429,858,'name','bozWog'),(3430,858,'email','mydsdehe@gismail.online'),(3431,858,'message','Морские круизы на Черепаший остров или Выбираем спальный мешок для туристического похода \r\n \r\nКвартал Марэ \r\n \r\nhttps://samoylovaoxana.ru/stati-pro-ameriky-drevnie-goroda-nasledie-machy-pikchy-4/ \r\n \r\nЕщё можно узнать: ананасы вред и польза'),(3432,858,'field_040512d','on'),(3433,859,'name','Ralphagowl'),(3434,859,'email','anna.siverova@mail.ru'),(3435,859,'message','Плинтус для мебели является важным элементом, который подчеркивает стиль и придает интерьеру уникальность и изысканность. Эти детали создают ощущение гармонии и элегантности в каждом уголке вашего дома. Карниз для мебели идеально создан для завершения дизайна интерьера, добавляя особую нотку классики и современности. Этот декор способен сделать вашу мебель настоящим произведением искусства. \r\n \r\nИспользование плинтуса для мебели позволяет придать интерьеру изящество и индивидуальность. Эти элементы помогают созданию гармонии и подчеркивают ваш выразительный вкус. Плинтус для отделки — это оптимальный выбор для тех, кому важны красота и функциональность. Эти элементы создают в интерьер изящество и современный акцент, выделяя ваш вкус. \r\n \r\nПлинтус для мебели преобразит интерьер, придания ему элегантность и стиль. Эти декоративные элементы объединяют современные тенденции с утонченными акцентами, создавая идеальную атмосферу. Выбирая карниз для мебели, вы добавляете интерьеру объем и индивидуальность. Эти детали подчеркнут роскошь в каждом уголке вашего дома, сочетая традиции и новые тенденции. \r\n \r\nплинтус напольный мдф купить\r\nкарниз мдф\r\nплинтус мдф цена\r\nгалтель потолочная\r\nплинтус галтель\r\nкарнизы деревянные москва\r\n \r\n \r\nручка из дерева\r\nбалясины из дуба\r\nлепнина из полиуретана на стену\r\nкарниз дерево\r\nбалясины деревянные цена'),(3436,859,'field_040512d','on'),(3437,860,'name','Jasonmup'),(3438,860,'email','maximo@apacheodyssey.com'),(3439,860,'message',''),(3440,860,'field_040512d','on'),(3441,861,'name','TeresTug'),(3442,861,'email','steeleer@fvmaily.com'),(3443,861,'message','В статье рассматривается практика подачи МФО в суд с целью защиты своих прав и интересов в рамках кредитных отношений с клиентами.'),(3444,861,'field_040512d','on'),(3445,862,'name','MeresNen'),(3446,862,'email','cons2010@fvmaily.com'),(3447,862,'message','Найдите рабочее зеркало 1xbet прямо сейчас и продолжайте делать ставки на спорт и казино без перебоев!'),(3448,862,'field_040512d','on'),(3449,863,'name','Joceldew'),(3450,863,'email','busi1803@fvmaily.com'),(3451,863,'message','Играйте в казино мостбет с официальным лицензионным софтом и наслаждайтесь азартом безопасно и надежно.'),(3452,863,'field_040512d','on'),(3453,864,'name','Staceybat'),(3454,864,'email','nutcwbkd@hotmail.com'),(3455,864,'message','blackjack pizza near me \r\nslot machines 99 percent invisible man \r\nslots lv casino sign in slots apps that pay real money betonline financial services online real money casino sites usa casino city online casino \r\nno deposit bonus trading 2024 pdf'),(3456,864,'field_040512d','on'),(3457,865,'name','IgraBuh'),(3458,865,'email','werso018iu@rambler.ru'),(3459,865,'message','интересные новости \r\n_________________ \r\nбукмекерская мегафон'),(3460,865,'field_040512d','on'),(3461,866,'name','IgraHah'),(3462,866,'email','werso067iu@rambler.ru'),(3463,866,'message','+ за пост \r\n_________________ \r\nскачать бесплатно настоящие игровые автоматы'),(3464,866,'field_040512d','on'),(3465,867,'name','ctalettobk'),(3466,867,'email','djvflheem@hoopsor.online'),(3467,867,'message','prednisone and covid treatment prednisone pricing 10mg difference between dexamethasone and prednisone \r\n \r\nprednisone weakens immune system https://canadianphrx.com - prednisone for men'),(3468,867,'field_040512d',''),(3469,868,'name','LavillFab'),(3470,868,'email','revers19@1ti.ru'),(3471,868,'message','acid fuchsin calcium salt - купить онлайн в интернет-магазине химмед \r\nTegs: recombinant human appl gst n-term protein - купить онлайн в интернет-магазине химмед \r\nrecombinant human apr-2 gst n-term protein - купить онлайн в интернет-магазине химмед \r\nrecombinant human apr3 gst n-term protein - купить онлайн в интернет-магазине химмед \r\n \r\nboc-o-benzyl-l-tyrosine 4-nitrophenyl ester; 95% - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/boc-o-benzyl-l-tyrosine-4-nitrophenyl-ester-95-id=4690020'),(3472,868,'field_040512d','on'),(3473,869,'name','Bernieglani'),(3474,869,'email','ygfugyh@gmail.com'),(3475,869,'message','loli cp \r\n \r\n \r\n==> xzy.cz/2333 wts.la/wfelq <=='),(3476,869,'field_040512d','on'),(3477,870,'name','Waynemetry'),(3478,870,'email','esfgczjmyqeimg1965@onet.pl'),(3479,870,'message','Bakery Remodel Company \r\nOur bakery remodel firm offers expert remodelling services to update your store. We focus on aesthetics and functionality to improve customer satisfaction.'),(3480,870,'field_040512d','on'),(3481,871,'name','MatthewKek'),(3482,871,'email','fkapc@midgame.ru'),(3483,871,'message','Скачать моды для андроид Скачать моды для андроид'),(3484,871,'field_040512d','on'),(3485,872,'name','btaletkgeu'),(3486,872,'email','ulwxsawfy@hoopsor.online'),(3487,872,'message','doxycycline dose for horses pharmacy online doxycycline doxycycline pleurodesis \r\n \r\ncan doxycycline cause weight loss https://doxychealth.com/ - doxycycline hyclate 200mg cap'),(3488,872,'field_040512d',''),(3489,873,'name','RichardTef'),(3490,873,'email','pavain@gazeta.pl'),(3491,873,'message','The spa exotic invites visit one of the options massage techniques, is what we do. What is an nude massage interested in everyone. tantric massage it\'s a craftsmanship to give for happiness. You willsurprised to that,what variety pleasure can experience from choice massage. In studio Workshop Erotic Reiki Massage girls can do the sexiest Bamboo Erotic Massage. \r\n \r\nHow is it done, and is there something exotic? We will tell you all about him that you wanted to know |Our bodywork massage is visited not only by men but also by women, and also by couples. You want to enjoy is exactly what infinitely … Our а task this is to please customer fabulous in many ways exotic massage. Individual approach to all yours needs and conditions. \r\n \r\nThe elegant women our the salon will give you an unforgettable experience. The spa is a place of rest and relaxation. The Sakura massage, as in principle, and relaxation, affects on defined parts shell, this allows man and woman gain strength. Your best stop choice not on one masseuse, choose two girls! Choose for yourself master which likes, both professional and professional abilities! \r\n \r\nWe in Empire State we recommend luxurious Spa rooms with comfortable interiordecoration. These quarters can help to stay with you secretly. \r\n \r\nWe have a showroom in NYC. Beauties Julia : \r\nupscalebodyrub'),(3492,873,'field_040512d','on'),(3493,874,'name','IgraRof'),(3494,874,'email','rtx_fl45@rambler.ru'),(3495,874,'message','Cool + for the post \r\n_________________ \r\nopen 24 casino'),(3496,874,'field_040512d','on'),(3497,875,'name','RonaldBew'),(3498,875,'email','justine@apacheodyssey.com'),(3499,875,'message',''),(3500,875,'field_040512d','on'),(3501,876,'name','SVSorbitty'),(3502,876,'email','jlbkyvtckoqf1967@onet.pl'),(3503,876,'message','Некоторые из скважин в результате осуществления восстановительного комплекса процедур смогут быть снова введены в эксплуатацию. Тем более что общая стоимость подобных выполненных работ в 10 раз ниже общей стоимости самих сооружений. \r\nГарантировано повышение дебита водозаборной скважины не менее 30% от имеющегося на момент старта дел. \r\n \r\nВ 80% случаях скважины восстанавливаются до основных данных при введении в эксплуатацию скважины, что является сегодня альтернативой производства буровых работ новой скважины. \r\n \r\nМы торговые фирмы по Очистке колодцев, отстойников и Увеличение производительности (дебита) водозаборных скважин предлагаем свои услуги всем, как частным так и общественным системам. \r\n \r\nСпецводсервис - гидродинамическая очистка труб'),(3504,876,'field_040512d','on'),(3505,877,'name','BruceJeott'),(3506,877,'email','esfgczjmyqeimg1965@onet.pl'),(3507,877,'message','Are you looking for an nuru massage NY, erotic massage NY, exotic massage NY, tantric massage NY, four hands massage or nude massage NY? Nuru Elite were the first to offer arousing and slippery massage and we are dedicated to it for now. If you want the best massage service, look no further than the Nuru Elite. Our parlour massage, happy ending massage, body to body massage girls will pleasure you like no one before. \r\nNew-York Escort: 4hands massage'),(3508,877,'field_040512d','on'),(3509,878,'name','EstherSon'),(3510,878,'email','chipwm1993@gmail.com'),(3511,878,'message',''),(3512,878,'field_040512d','on'),(3513,879,'name','LisaOneds'),(3514,879,'email','hvznat@gmail.com'),(3515,879,'message','Looking to excitement up your conversations and add a elfin furor to your online life? chat virt girls chatvirt \r\nChatVirt.com is the faultless standing to explore your fantasies and connect with like-minded people on steamy, real-time chats. Whether you\'re looking on philandering tomfoolery or intimate conversations, ChatVirt.com offers a chest, discreet rostrum to indulge in sensational sexting experiences. \r\n \r\nWhy on ChatVirt.com? \r\n \r\n \r\n \r\nAnonymity guaranteed: Your retreat is our pre-eminence, so you can inveigle with confidence. \r\nUser-friendly stage: Easy-to-use interface for unobstructed, imperative connections. \r\nMonogrammed experiences: Gabfest with people who harmonize your interests and desires. \r\n \r\nContract out your fantasies befall to spring with ChatVirt.com. Solder together now and nightspot into a world of bilious conversations! \r\n \r\nLink https://chatvirt.com/'),(3516,879,'field_040512d','on'),(3517,880,'name','Aqttskymn'),(3518,880,'email','qwpobnzb@fmaillerbox.net'),(3519,880,'message','играть игровые аппараты бесплатно онлайн \r\nhttps://ludobro.ru/reviews/rox/ \r\nhttps://ludobro.ru/reviews/kent/ \r\nhttps://ludobro.ru/reviews/gold/ \r\nавтоматы игровые бесплатно играть без регистрации 777 \r\nhttps://ludobro.ru/reviews/jvspinbet/ \r\nhttps://ludobro.ru/reviews/lex/ \r\nhttps://ludobro.ru/reviews/leebet/ \r\nhttps://ludobro.ru/reviews/pokerdom/'),(3520,880,'field_040512d','on'),(3521,881,'name','Michaeltrard'),(3522,881,'email','hol.me.sstep.h0.6@gmail.com'),(3523,881,'message',''),(3524,881,'field_040512d','on'),(3525,882,'name','lielshon'),(3526,882,'email','rezinanasamosval@gmail.com'),(3527,882,'message',''),(3528,882,'field_040512d','on'),(3529,883,'name','LavillFab'),(3530,883,'email','revers20@1ti.ru'),(3531,883,'message','propanamide, n 4- 5-methyl-3-phenyl-4-isoxazolyl phenyl sulfonyl sodium salt 1:1 - купить онлайн в интернет-магазине химмед \r\nTegs: 1r,2r -2- benzyloxy cyclohexanamine - купить онлайн в интернет-магазине химмед \r\n3-bromo-4-nitropyrazole - купить онлайн в интернет-магазине химмед \r\n4 3h -quinazolinone, 6-amino - купить онлайн в интернет-магазине химмед \r\n \r\n3,4-difluorothiophenol - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/34-difluorothiophenol-id=6454843'),(3532,883,'field_040512d','on'),(3533,884,'name','ptaletpdqo'),(3534,884,'email','mdmejmrne@hoopsor.online'),(3535,884,'message','buy doxycycline for chlamydia doxycycline 100 mg capsule what is doxycycline hyclate prescribed for \r\n \r\nwhat is doxycycline used to treat in dogs https://doxychealth.com/ - doxycycline capsules'),(3536,884,'field_040512d','on'),(3537,885,'name','MirWog'),(3538,885,'email','vigeding@gismail.online'),(3539,885,'message','Parker Jotter для повседневного использования \r\nParker – классика, которая никогда не устареет. Идеальная ручка для важных дел. \r\n \r\nМожет быть полезным: Parker IM Premium и Sonnet сравнение или Parker Jotter характеристики \r\n \r\nParker Ingenuity купить \r\nРучка Parker — классика, которая создаёт стиль и сопровождает успех. \r\n \r\nЧасто спрашивают где: Заказать ручку Parker через интернет \r\n \r\nЕщё можно посмотреть: https://www.penna.ru/catalog/Parker/Parker-IM/PR60F-BLK4O , https://www.penna.ru/catalog/Parker/Parker-IM/PR60R-SETBLK1G'),(3540,885,'field_040512d','on'),(3541,886,'name','Sheilanerge'),(3542,886,'email','rms-ekb@rambler.ru'),(3543,886,'message','РедМетСплав предлагает внушительный каталог отборных изделий из редких материалов. Не важно, какие объемы вам необходимы - от небольших закупок до крупных поставок, мы обеспечиваем быстрое выполнение вашего заказа. \r\nКаждая единица товара подтверждена соответствующими документами, подтверждающими их качество. Дружелюбная помощь - наша визитная карточка – мы на связи, чтобы ответить на ваши вопросы и предоставлять решения под требования вашего бизнеса. \r\nДоверьте ваш запрос специалистам РедМетСплав и убедитесь в множестве наших преимуществ \r\n \r\nНаши товары:'),(3544,886,'field_040512d','on'),(3545,887,'name','AliyyDem'),(3546,887,'email','momocoua@fvmaily.com'),(3547,887,'message','Играйте в официальные слоты на сайте 1xbet и наслаждайтесь увлекательными игровыми приключениями и высокими выигрышами.'),(3548,887,'field_040512d','on'),(3549,888,'name','Environmental impact of metal recycling'),(3550,888,'email','ferrous@renew.barcelona'),(3551,888,'message','Ciao, bella! I\'m excited to learn more about you and your life. \r\n \r\nIt may be hard to believe, but I came across a site that mirrors the quality of your project Copper scrap processing innovations \r\n \r\nHasta la vista, and may your path be guided by wisdom'),(3552,888,'field_040512d',''),(3553,889,'name','Danielpsync'),(3554,889,'email','winsatall4ever@gmail.com'),(3555,889,'message','Is the merely glamor lane to extension really a monarchy? - Get answer right now! \r\nhttps://www.tripacostarica.com/europe-tour/croatia-holiday/'),(3556,889,'field_040512d','on'),(3557,890,'name','Alexxstefe'),(3558,890,'email','gugloff.444@gmail.com'),(3559,890,'message','Оформим второе гражданство ГРЕЦИИ или вид на жительство (ВНЖ): https://passportgrecii.ru. \r\n \r\nСмотрите вступительное видео \r\nПишите нам в Telergam'),(3560,890,'field_040512d','on'),(3561,891,'name','LavillFab'),(3562,891,'email','satin001@www-marketing.ru'),(3563,891,'message','poshiv kpb na zakaz ivanovo \r\nTegs: простыня на резинке 120х200 купить в москве \r\nпростыня на резинке 130 190 \r\nпростыня на резинке 140х200 купить недорого \r\n \r\nposhiv postel\'nogo bel\'ya v krovatku https://textile4me.ru/'),(3564,891,'field_040512d','on'),(3565,892,'name','Timothybrink'),(3566,892,'email','charleshernandez4016@rambler.ru'),(3567,892,'message','Рабочие зеркала кракен маркет Для пользователей, ищущих надежное зеркало кракен, сайт https://kra17c.ru предлагает быстрый доступ через сеть Тор. Это рабочее зеркало позволяет заходить на кракен маркет и пользоваться всеми его функциями.'),(3568,892,'field_040512d','on'),(3569,893,'name','Jaslygof'),(3570,893,'email','cynaptop@fvmaily.com'),(3571,893,'message',''),(3572,893,'field_040512d','on'),(3573,894,'name','Annelgow'),(3574,894,'email','sikhaman@fvmaily.com'),(3575,894,'message',''),(3576,894,'field_040512d','on'),(3577,895,'name','vtaletgnjx'),(3578,895,'email','unbuaerqr@hoopsor.online'),(3579,895,'message','priligy dapoxetina muestra gratis en usa priligy 60 mg prix priligy 30 mg \r\n \r\npriligy dapoxetine kopen https://priligyhealth.com/ - priligy results'),(3580,895,'field_040512d','on'),(3581,896,'name','ComCASH24Toolo'),(3582,896,'email','annsiv2024@yandex.kz'),(3583,896,'message','Анонимный \r\nкриптовалютный обменник comcash \r\nпредоставляет \r\nконфиденциальные \r\nметоды обмена цифровых активов, исключая \r\nнеобходимость верификации. Вы можете \r\nанонимно \r\nсовершать обмен криптовалют, обеспечивая \r\nконфиденциальность. Наш сервис предлагает \r\nмгновенные транзакции, обеспечивая \r\n \r\nдоступность для всех. Выберите конфиденциальный способ обмена \r\nкриптовалюты с нами и получайте максимальную приватность \r\nбез ненужных сложностей. \r\n \r\nusdt тинькофф\r\nкак выводить биткоины на карту сбербанка\r\nкэш админ обменник\r\nпоменять биткоины на рубли в сбербанке\r\nbtc to sber\r\nобменник биткоин на сбербанк\r\nобмен xmr на рубли\r\nbitcoin на наличные\r\nобменять eth\r\n \r\nсайт обмена криптовалют\r\nобменять рубли на криптовалюту\r\nобменник btc сбербанк\r\nобмен юсдт на сбер\r\nобменники без комиссии\r\n \r\nобмен usdt 20 на сбер\r\nкак вывести usdt на сбер\r\ntrc20 на сбербанк рубли'),(3584,896,'field_040512d','on'),(3585,897,'name','Jeffreymum'),(3586,897,'email','eriksonlappa@madu58.funny3delements.com'),(3587,897,'message','http://zveno.kz/bitrix/redirect.php?goto=https://t.me/s/bonus_za_registratsiyu_bez_depa'),(3588,897,'field_040512d','on'),(3589,898,'name','NereiVek'),(3590,898,'email','siarghei@fvmaily.com'),(3591,898,'message',''),(3592,898,'field_040512d','on'),(3593,899,'name','FrancisEsorp'),(3594,899,'email','samm.y.ma.nn.9.76@gmail.com'),(3595,899,'message',''),(3596,899,'field_040512d','on'),(3597,900,'name','MichealCic'),(3598,900,'email','raymonddywops@gmail.com'),(3599,900,'message','Hi-ya! elconferencista.com \r\n \r\nDid you know that it is possible to send requests completely legally? \r\nWhen such business offers are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals safely and securely. Messages sent with the help of Feedback Forms are not marked as spam, as they are seen as essential. \r\nGive our service a go – it won’t cost you a thing! \r\nWe will transmit up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\nWe only use chat for communication.'),(3600,900,'field_040512d','on'),(3601,901,'name','HerbertaCrunk'),(3602,901,'email','cocaine@kypit-in-ukraine.site'),(3603,901,'message','Купить Кокаин в Киеве? Ссылка - COCAIN.VIP Доставка По Украине Кокаина? Ссылка - COCAIN.VIP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n| Купить онлайн закладку Кокаин в Киеве ССЫЛКА - https://cocain.vip | \r\n| Купить в другом городе Украины Кокаин закладку ССЫЛКА - https://cocain.vip | \r\n| Купить доставку Кокаина в Киеве в руки через сайт ССЫЛКА - https://cocain.vip | \r\n| Купить доставку в руки Кокаин в Украине ССЫЛКА - https://cocain.vip | \r\n| Купить Кокаин в Украине доставкой через почту ССЫЛКА - https://cocain.vip | \r\n| Купить Кокаин в Киеве и Украине через Курьера в руки ССЫЛКА -https://cocain.vip | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nСлова для поиска - \r\nКокаин в Киеве купить закладкой, Кокаин в Киеве Купить з доставкой, Кокаин в Киеве купить через курьера, Кокаин в Киеве Купить быстро, Кокаин в Киеве Купить сейчас, Кокаин в Киеве Купить в руки, Кокаин в Киеве Купить безопасно \r\nКокаин в Украине Купить можно, Купить Кокаин в Украине закладкой, Купить Кокаин в Украине доставкой домой, Купить Кокаин в Украине по почте, Купить Кокаин в Украине без проблем можно, Купить Кокаин в Украине на сайте, Кокс цена в Украине, \r\nВиды Кокаина Купить в Украине и Киеве, Чем отличаеться Кокаин в Киеве от Кокаина в Украине, Как я могу купить Кокаин в Киеве, Купить Колумбийский Кокаин в Киеве, Купить Колумбийский Кокаин в Украине, Кокс Цена в Киеве, \r\nТеги для городов - \r\nКупить Кокаин в Киеве, Купить Кокаин в Одессе, Купить Кокаин в Харькове, Купить Кокаин во Львове, Купить Кокаин в Днепре, Купить Кокаин в Ужгороде, Купить Кокаин в Ивано-Франковске, Купить Кокаин в Белой Церкве, Купить Кокаин в Ровно \r\nКупить Кокаин в Николаеве, Купить Кокаин в Херсоне, Купить Кокаин в Сумах, Купить Кокаин в Запорожье, Купить Кокаин в Житомере, Купить Кокаин в Мукачево, Купить Кокаин в Полтаве, Купить Кокаин в Умани, Купить Кокаин в Виннице \r\nОбщие теги для товаров- \r\nКупить Кокаин в Киеве, Купить Кокаин в Украине, Купить Героин в Киеве, Купить Героин в Украине, Купить Лирику в Киеве, Купить Лирику в Украине, Купить Экстази в Киеве, Купить Экстази в Украине, Купить Амфетамин в Киеве, Купить Амфетамин \r\nв Украине, Купить МДМА в Киеве, Купить МДМА в Украине, Купить Метамфетамин в Киеве, Купить Метамфетамин в Украине, Купить Метадон в Киеве, Купить Метадон в Украине, Купить Шишки в Киеве, Купить Шишки в Украине, Купить Бошки в Киеве, \r\nКупить Бошки в Украине, Купить Альфа ПВП В Киеве, Купить Альфа ПВП в Украине, Купить A-PVP в Киеве, Купить A-PVP в Украине, Купить Соль СК в Киеве, Купить Соль СК в Украине, Купить Мефедрон в Киеве, Купить Мефедрон в Украине,'),(3604,901,'field_040512d','on'),(3605,902,'name','JamesSen'),(3606,902,'email','j.ohn.2023.45.4.5.@gmail.com'),(3607,902,'message','pЕ‚askownik 40x6 \r\nhea120'),(3608,902,'field_040512d','on'),(3609,903,'name','SandrapeCit'),(3610,903,'email','gashish@kypit-in-ukraine.site'),(3611,903,'message','Купить Гашиш в Киеве? Ссылка - COCAIN.VIP Доставка По Украине Гашиша? Ссылка - COCAIN.VIP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n| Купить онлайн закладку Гашиш в Киеве ССЫЛКА - https://cocain.vip | \r\n| Купить в другом городе Украины Гашиш закладку ССЫЛКА - https://cocain.vip | \r\n| Купить доставку Гашиша в Киеве в руки через сайт ССЫЛКА - https://cocain.vip | \r\n| Купить доставку в руки Гашиш в Украине ССЫЛКА - https://cocain.vip | \r\n| Купить Гашиш в Украине доставкой через почту ССЫЛКА - https://cocain.vip | \r\n| Купить Гашиш в Киеве и Украине через Курьера в руки ССЫЛКА -https://cocain.vip | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nСлова для поиска - \r\nГашиш в Киеве купить закладкой, Гашиш в Киеве Купить з доставкой, Гашиш в Киеве купить через курьера, Гашиш в Киеве Купить быстро, Гашиш в Киеве Купить сейчас, Гашиш в Киеве Купить в руки, Гашиш в Киеве Купить безопасно \r\nГашиш в Украине Купить можно, Купить Гашиш в Украине закладкой, Купить Гашиш в Украине доставкой домой, Купить Гашиш в Украине по почте, Купить Гашиш в Украине без проблем можно, Купить Гашиш в Украине на сайте, Кокс цена в Украине, \r\nВиды Гашиша Купить в Украине и Киеве, Чем отличаеться Гашиш в Киеве от Гашиша в Украине, Как я могу купить Гашиш в Киеве, Купить Колумбийский Гашиш в Киеве, Купить Колумбийский Гашиш в Украине, Кокс Цена в Киеве, \r\nТеги для городов - \r\nКупить Гашиш в Киеве, Купить Гашиш в Одессе, Купить Гашиш в Харькове, Купить Гашиш во Львове, Купить Гашиш в Днепре, Купить Гашиш в Ужгороде, Купить Гашиш в Ивано-Франковске, Купить Гашиш в Белой Церкве, Купить Гашиш в Ровно \r\nКупить Гашиш в Николаеве, Купить Гашиш в Херсоне, Купить Гашиш в Сумах, Купить Гашиш в Запорожье, Купить Гашиш в Житомере, Купить Гашиш в Мукачево, Купить Гашиш в Полтаве, Купить Гашиш в Умани, Купить Гашиш в Виннице \r\nОбщие теги для товаров- \r\nКупить Гашиш в Киеве, Купить Гашиш в Украине, Купить Гашиш в Киеве, Купить Гашиш в Украине, Купить Лирику в Киеве, Купить Лирику в Украине, Купить Экстази в Киеве, Купить Экстази в Украине, Купить Амфетамин в Киеве, Купить Амфетамин \r\nв Украине, Купить МДМА в Киеве, Купить МДМА в Украине, Купить Метамфетамин в Киеве, Купить Метамфетамин в Украине, Купить Метадон в Киеве, Купить Метадон в Украине, Купить Шишки в Киеве, Купить Шишки в Украине, Купить Бошки в Киеве, \r\nКупить Бошки в Украине, Купить Альфа ПВП В Киеве, Купить Альфа ПВП в Украине, Купить A-PVP в Киеве, Купить A-PVP в Украине, Купить Соль СК в Киеве, Купить Соль СК в Украине, Купить Гашиш в Киеве, Купить Гашиш в Украине,'),(3612,903,'field_040512d','on'),(3613,904,'name','Tlttskymn'),(3614,904,'email','knvqtcwa@reevalmail.com'),(3615,904,'message','сайт драгон мани казино \r\nhttps://t.me/apk_dragon_money_official \r\nдрагон мани зеркало рабочее \r\nhttps://t.me/apk_dragon_money_official \r\nдрагон мани официальный зеркало \r\nhttps://t.me/s/apk_dragon_money_official'),(3616,904,'field_040512d','on'),(3617,905,'name','Equilibraskemi'),(3618,905,'email','zhedazrizn@gazeta.pl'),(3619,905,'message','Balanset-1A: El Instrumento Esencial para la Balanceo de Rotores\r\r\n\r\r\nLa correcta balanceo de rotores es fundamental para el funcionamiento eficiente de la maquinaria pesada. El dispositivo Balanset-1A de Vibromera se ha convertido en una herramienta imprescindible en este ámbito. A continuación, se describen los pasos clave para realizar un balanceo efectivo utilizando este innovador equipo.\r\r\n\r\r\nPreparación del Equipo\r\r\nEl primer paso en el proceso de balanceo es la preparación del equipo. Para ello, se deben instalar los sensores de vibración de manera perpendicular al eje de rotación del rotor. Además, se debe fijar un tacómetro láser en un soporte magnético, orientándolo hacia una cinta reflectante adherida a la polea. Es crucial conectar los sensores al dispositivo y vincularlo a un ordenador portátil mediante USB. Una vez hecho esto, se inicia el software de Balanset, seleccionando el modo de balanceo en dos planos.\r\r\n\r\r\nMedición Inicial de Vibraciones\r\r\nAntes de comenzar con el balanceo, es necesario pesar una carga de prueba y registrar su peso y radio de instalación. Luego, se pone en marcha el rotor y se mide el nivel inicial de vibración para determinar la amplitud y fase del desbalanceo inicial.\r\r\n\r\r\n\r\r\nBalanceo en el Primer Plano\r\r\nEl siguiente paso consiste en colocar la carga de prueba en el primer plano de balanceo, que corresponde a la ubicación del primer sensor. Tras poner en marcha el rotor de nuevo, se mide el nivel de vibración. Es fundamental que la amplitud o la fase cambien en al menos un 20%, lo que indica que el desbalanceo ha sido parcialmente corregido.\r\r\n\r\r\n\r\r\nBalanceo en el Segundo Plano\r\r\nA continuación, se traslada la carga de prueba al segundo plano (donde se ha instalado el segundo sensor). Se vuelve a poner en marcha el rotor y se realizan las mediciones pertinentes. Estos datos permitirán al software calcular la ubicación y el peso exactos de las cargas correctivas.\r\r\n\r\r\n\r\r\nCorrección del Desbalanceo\r\r\nBasándose en los datos obtenidos, el programa Balanset sugerirá los pesos correctivos y los ángulos de instalación para ambos planos. Se retira la carga de prueba, se preparan los pesos correctivos según las recomendaciones del programa y se instalan bajo el ángulo correcto en la dirección de rotación del rotor desde la posición inicial de la carga de prueba.\r\r\n\r\r\n\r\r\n\r\r\nVerificación y Finalización del Balanceo\r\r\nFinalmente, se pone en marcha el rotor para realizar una verificación final del balanceo. Si la vibración ha disminuido a un nivel aceptable, el proceso se considera completo. En caso de que se requieran correcciones adicionales, el programa indicará dónde y cuánto peso más debe instalarse.\r\r\n\r\r\nMétodos de Monitoreo de Vibraciones en Maquinaria Pesada\r\r\nEl monitoreo de vibraciones es crucial para el mantenimiento predictivo de equipos pesados. Existen varios métodos utilizados para este propósito, incluyendo:\r\r\n\r\r\nMonitoreo en Tiempo Real: Utiliza sensores que envían datos de vibración en tiempo real a un sistema centralizado para análisis inmediato.\r\r\nMonitoreo por Rondas: Implica la inspección manual periódica de los equipos, donde los técnicos registran las vibraciones y otros parámetros operativos.\r\r\nAnálisis de Frecuencia: Permite identificar patrones de vibración que pueden indicar problemas específicos, como desbalanceo o desalineación.\r\r\nAnálisis de Onda: Proporciona información detallada sobre la forma de onda de las vibraciones, ayudando a diagnosticar fallas complejas.\r\r\n\r\r\n\r\r\nEl uso del Balanset-1A y la implementación de métodos de monitoreo adecuados son esenciales para mantener la eficiencia operativa y prolongar la vida útil de la maquinaria pesada. \r\n \r\nInstagram: https://www.instagram.com/vibromera_ou/ \r\nYoutube : https://youtu.be/4kzPLtBpRds?si=tgbvrg6qq1L7zur3 \r\n \r\nCompra en Amazon: vibrometro Nuestra pagina sobre equilibrado de volante'),(3620,905,'field_040512d','on'),(3621,906,'name','mtaletnrio'),(3622,906,'email','hhdgvknwt@railugpharow.shop'),(3623,906,'message','what class of antibacterials does azithromycin zithromax belong fish zithromax antibiotics zithromax side effects in infants zithromax generic mexican name zithromax 1000 mg prophylactic dose'),(3624,906,'field_040512d','on'),(3625,907,'name','ataletapxa'),(3626,907,'email','lqfusvbhx@derhosulha.shop'),(3627,907,'message','will amoxicillin help a viral infection amoxicillin drops price amoxil 400 mg peppermint tea and amoxicillin amoxicillin dosing for dental infection'),(3628,907,'field_040512d','on'),(3629,908,'name','DonaldDup'),(3630,908,'email','ja.so.n.mas.ters.p.a.s@gmail.com'),(3631,908,'message',''),(3632,908,'field_040512d','on'),(3633,909,'name','JohnFooro'),(3634,909,'email','x0l6i3y8@2mailcache.com'),(3635,909,'message',''),(3636,909,'field_040512d','on'),(3637,910,'name','NickFooro'),(3638,910,'email','j0u3r35z@5way5.com'),(3639,910,'message',''),(3640,910,'field_040512d','on'),(3641,911,'name','JaneTromi'),(3642,911,'email','duqotayowud23@gmail.com'),(3643,911,'message','Sveiki, aš norėjau sužinoti jūsų kainą.'),(3644,911,'field_040512d','on'),(3645,912,'name','Loise A.'),(3646,912,'email','loiseaplando70@gmail.com'),(3647,912,'message','Hi,\r\n\r\nI’m Loise, an experienced Content Strategist from the Philippines, and I’m reaching out to see if you’re hiring for a Content Writer or Strategist role.\r\n\r\nI specialize in creating high-quality, user-focused articles and, with AI tools, I can produce 5–6 well-researched pieces daily. I’d be happy to write and provide a free sample article for your business to showcase my skills.\r\n\r\nLet me know if you\'d like to set up an interview or discuss further. I can send you my resume too. My expected salary is US$1,000 /m for a full-time role. \r\n\r\nLooking forward to your response!\r\n\r\nBest regards,\r\nLoise'),(3648,912,'field_040512d','on'),(3649,913,'name','jtaletzsku'),(3650,913,'email','xktikqjok@hoopsor.online'),(3651,913,'message','acheter priligy sur internet best drug for pe priligy nz \r\n \r\npriligy in usa https://priligyhealth.com/ - priligy australia'),(3652,913,'field_040512d','on'),(3653,914,'name','ArthurkaTub'),(3654,914,'email','amphetamines@kypit-in-ukraine.site'),(3655,914,'message','Купить Амфетамин в Киеве? Ссылка - COCAIN.VIP Доставка По Украине Амфетамина? Ссылка - COCAIN.VIP \r\n. \r\n. \r\n. \r\n. \r\n. \r\n| Купить онлайн закладку Амфетамин в Киеве ССЫЛКА - https://cocain.vip | \r\n| Купить в другом городе Украины Амфетамин закладку ССЫЛКА - https://cocain.vip | \r\n| Купить доставку Амфетамина в Киеве в руки через сайт ССЫЛКА - https://cocain.vip | \r\n| Купить доставку в руки Амфетамин в Украине ССЫЛКА - https://cocain.vip | \r\n| Купить Амфетамин в Украине доставкой через почту ССЫЛКА - https://cocain.vip | \r\n| Купить Амфетамин в Киеве и Украине через Курьера в руки ССЫЛКА -https://cocain.vip | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nСлова для поиска - \r\nАмфетамин в Киеве купить закладкой, Амфетамин в Киеве Купить з доставкой, Амфетамин в Киеве купить через курьера, Амфетамин в Киеве Купить быстро, Амфетамин в Киеве Купить сейчас, Амфетамин в Киеве Купить в руки, Амфетамин в Киеве Купить безопасно \r\nАмфетамин в Украине Купить можно, Купить Амфетамин в Украине закладкой, Купить Амфетамин в Украине доставкой домой, Купить Амфетамин в Украине по почте, Купить Амфетамин в Украине без проблем можно, Купить Амфетамин в Украине на сайте, Кокс цена в Украине, \r\nВиды Амфетамина Купить в Украине и Киеве, Чем отличаеться Амфетамин в Киеве от Амфетамина в Украине, Как я могу купить Амфетамин в Киеве, Купить Колумбийский Амфетамин в Киеве, Купить Колумбийский Амфетамин в Украине, Кокс Цена в Киеве, \r\nТеги для городов - \r\nКупить Амфетамин в Киеве, Купить Амфетамин в Одессе, Купить Амфетамин в Харькове, Купить Амфетамин во Львове, Купить Амфетамин в Днепре, Купить Амфетамин в Ужгороде, Купить Амфетамин в Ивано-Франковске, Купить Амфетамин в Белой Церкве, Купить Амфетамин в Ровно \r\nКупить Амфетамин в Николаеве, Купить Амфетамин в Херсоне, Купить Амфетамин в Сумах, Купить Амфетамин в Запорожье, Купить Амфетамин в Житомере, Купить Амфетамин в Мукачево, Купить Амфетамин в Полтаве, Купить Амфетамин в Умани, Купить Амфетамин в Виннице \r\nОбщие теги для товаров- \r\nКупить Амфетамин в Киеве, Купить Амфетамин в Украине, Купить Амфетамин в Киеве, Купить Амфетамин в Украине, Купить Лирику в Киеве, Купить Лирику в Украине, Купить Экстази в Киеве, Купить Экстази в Украине, Купить Амфетамин в Киеве, Купить Амфетамин \r\nв Украине, Купить МДМА в Киеве, Купить МДМА в Украине, Купить Метамфетамин в Киеве, Купить Метамфетамин в Украине, Купить Метадон в Киеве, Купить Метадон в Украине, Купить Шишки в Киеве, Купить Шишки в Украине, Купить Бошки в Киеве, \r\nКупить Бошки в Украине, Купить Альфа ПВП В Киеве, Купить Альфа ПВП в Украине, Купить A-PVP в Киеве, Купить A-PVP в Украине, Купить Соль СК в Киеве, Купить Соль СК в Украине, Купить Амфетамин в Киеве, Купить Амфетамин в Украине,'),(3656,914,'field_040512d','on'),(3657,915,'name','Mike Farmer'),(3658,915,'email','mikexxxx@gmail.com'),(3659,915,'message','Hi there \r\nWe have a special connection with a reputable Network that gives us the possibility to offer Social Ads Country Targeted and niche traffic for just 10$ for 10000 Visits. \r\n \r\nDepending on the Country, we can send larger volumes of ads traffic. \r\n \r\nTry us today, we even use this for our SEO clients: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nor chat with us on Whatsapp: https://monkeydigital.co/whatsapp-us/ \r\n \r\nRegards \r\nMike Farmer\r\n \r\nmonkeydigital.co'),(3660,915,'field_040512d','on'),(3661,916,'name','Charlesvelry'),(3662,916,'email','ahlhfitp@superocomail.com'),(3663,916,'message','Le damos un código promocional para una recarga por la cantidad de \"256USD \r\n¡Juega y gana, la fortuna te sonríe hoy! \r\nIr al sitio web 1WIN CASINO o 1runwin.pro \r\nIngrese su código promocional personal - HNY2025WIN ¡y hazte rico en minutos! \r\n \r\n1WIN CASINO'),(3664,916,'field_040512d','on'),(3665,917,'name','Arisha7Sn'),(3666,917,'email','7@arianabymishel.fun'),(3667,917,'message',''),(3668,917,'field_040512d','on'),(3669,918,'name','RonaldSwepe'),(3670,918,'email','hpp@azmail.fun'),(3671,918,'message','Hairy pussies pictures galleries with nude bristly pussy ladies that don\'t crop crotches. Comate pussy pics galleries collection is free. The off colour barbate women pussy pics are here. \r\npictures hairy ass\r\nhairy pussy stream\r\nmature hairy pics\r\nhttps://hairypussypix.com/galleries/hairy-housewife-fucks-herself-with-vibrator.html\r\nhttps://hairypussypix.com/galleries/hairy-pussy-galleries-a-horny-brunette-with-a-very.html\r\nhttps://hairypussypix.com/hairy-pussy-pics-from-behind/\r\nyoung hairy fat girls\r\nold hairy cunts and sloppy tits picss\r\nhairy mature porn'),(3672,918,'field_040512d','on'),(3673,919,'name','davidFooro'),(3674,919,'email','7pq0zoz0@3way3.com'),(3675,919,'message',''),(3676,919,'field_040512d','on'),(3677,920,'name','LavillFab'),(3678,920,'email','revers23@1ti.ru'),(3679,920,'message','prontosil 120-3-diol - купить онлайн в интернет-магазине химмед \r\nTegs: 4-fluoro-3-methoxyphenylmagnesium bromide, 0.5m in thf - купить онлайн в интернет-магазине химмед \r\n2- n,n-dimethyl anilinemagnesium bromide, 0.5m in 2-methf - купить онлайн в интернет-магазине химмед \r\n2-iso-butyloxy-5-methylphenylmagnesium bromide, 0.5m in 2-methf - купить онлайн в интернет-магазине химмед \r\n \r\nprontosil 120-3-diol - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/prontosil-120-3-diol-id=5034342'),(3680,920,'field_040512d','on'),(3681,921,'name','SMPXrhiz'),(3682,921,'email','pe.r.s.a.i.t.ov2.0@gmail.compop.gmail.com'),(3683,921,'message','Действенное распространение онлайн-проекта за счет материаловВ теперешнем компьютерном окружении раскрутка интернет-площадки считается важнейшим компонентом преуспевания всякого цифрового предприятия размещение статей для продвижения сайта. Одиночным из самых действенных приемов популяризации выступает эксплуатация первоклассных текстов.Зачем следует выбрать пиар онлайн-проекта публикациями?Увеличение заметности в поисковикахПритяжение целевой аудиторииУмножение доверия посетителейГенерация экспертного образаДлительный исход от продвиженияЧтобы затребовать сервис \"пиар web-страницы публикациями\", переговорите к знатокам в индустрии SEO. Мастера подсобят сформировать продуктивную стратегию развития и сочинить первоклассные заметки.Расценки поддержки \"пиар веб-ресурса текстами\" зависит от многих компонентов, в частности сумма запрашиваемых статей, запутанность темы и состязательность сегмента.Помните, что распространение web-страницы текстами - это продолжительная инвестиция в достижение личного веб-проекта. Превосходные контенты не только помогут поднять места в поисковых системах, но и вовлекут предполагаемых покупателей, упрочат личный вес в области.Главные нюансы эффективного раскрутки онлайн-проекта материалами1. Класс текста: Публикации призваны быть эксклюзивными, ценными и применимыми для конкретной части потребителей.2. Доработка под поисковые запросы: Квалифицированное эксплуатация поисковых запросов в титулах и написании заметок окажет поддержку увеличить приметность в поисковых машинах.3. Периодичность размещений: Частое освежение информации демонстрирует поисковикам, что свой web-страница работает и современен.4. Ассортимент веб-страниц для расположения: Распространение публикаций на различных отраслевых площадках благоприятствует соорудить широкую структуру линков.Достоинства раскрутки онлайн-проекта контентомДлительный плод: Высококачественные статьи сохраняются злободневными и ценными в ход продолжительного периода.Рост веры читателей: Насыщенные статьи демонстрируют персональную квалификацию в секторе.Вовлечение целевой группы пользователей: Тексты способствуют заинтересовать как раз тех людей, которые увлечены в персональном предложении или сервисе.Купить помощь по пиару веб-портала статьями выполнимо у опытных SEO-профессионалов. Эксперты посоветуют спланировать индивидуальную стратегию раскрутки, берущую в расчет специфику собственного начинания и определенной категории посетителей.Последовательность продвижения web-страницы материалами1. Обследование отрасли и противников: Знатоки реализуют детальный обследование своей сегмента и соперников.2. Подготовка тактики: На фундаменте взятых материалов составляется индивидуальная тактика распространения.3. Сортировка поисковых фраз: Обнаруживаются исключительно подходящие поисковые фразы для персонального проекта.4. Подготовка содержания: Квалифицированные создатели текстов пишут уникальные и познавательные статьи, настроенные под намеченные ключевики.5. Представление материалов: Информация располагается на разнообразных тематических ресурсах и веб-журналах.6. Наблюдение и разбор исходов: Постоянно делается обследование плодотворности мероприятия и вносятся важные изменения.Что входит в обслуживание по распространению интернет-площадки контентом?Обследование конкурентов и отраслиРазработка плана создания контентаПодбор соответствующих поисковых запросовФормирование неповторимого и улучшенного наполненияПубликация публикаций на значимых площадкахМониторинг и обследование эффективностиСтабильные информации о эффектах распространенияПринимайте во внимание, что плата сервиса по пиару интернет-площадки статьями возможна изменяться в подвластности от объема работ и мудрености персональной отрасли. Но капиталовложения в добротное популяризацию статьями обычно покрываются за счет увеличения посещаемости и видоизменений.'),(3684,921,'field_040512d','on'),(3685,922,'name','KavitDah'),(3686,922,'email','allen448@fvmaily.com'),(3687,922,'message','https://mostbet-wkr5.top/ - как получить и использовать промокоды Mostbet casino для получения дополнительных бонусов и выгодных предложений при игре в казино.'),(3688,922,'field_040512d','on'),(3689,923,'name','ClaudeTup'),(3690,923,'email','lohituta@mailbox.org'),(3691,923,'message','Orb11ta.com'),(3692,923,'field_040512d','on'),(3693,924,'name','jeandavisor'),(3694,924,'email','jeandavies1998@mails-go.online'),(3695,924,'message','это mailsco online'),(3696,924,'field_040512d','on'),(3697,925,'name','Michael Corwin'),(3698,925,'email','corwin.burton79@yahoo.com'),(3699,925,'message','Hi there,\r\n\r\nI know your time is valuable, so I’ll keep this quick. I help businesses and websites adopt AI. \r\nMany business owners struggle to integrate AI into their operations, that’s why we created AI For Entrepreneurs and Smarter with AI. \r\n\r\nThese guides, normally $29 each, are now free for you.\r\n\r\nInside, you’ll learn how to boost revenue, save time, and quickly incorporate AI into your business or website.\r\n\r\nIf you are interested, you can download them here: http://aibusinessmastery.pro\r\n\r\n\r\nLooking forward to hearing how it helps!\r\n\r\nBest regards,\r\n\r\nMichael'),(3700,925,'field_040512d','on'),(3701,926,'name','MirWog'),(3702,926,'email','zinggarbioxin@gismail.online'),(3703,926,'message','Parker IM Premium классическая ручка \r\nКупите Parker и подчеркните свой стиль. Ручка, которая достойна быть с вами всегда. \r\n \r\nМожет быть полезным: Parker Folio или Parker Jotter Premium стильная ручка \r\n \r\nParker Folio купить \r\nКупите ручку Parker и ощутите привилегию писать настоящим стилем и комфортом. \r\n \r\nЧасто спрашивают где: Купить ручку Паркер с персонализацией \r\n \r\nЕщё можно посмотреть: https://www.penna.ru/catalog/Parker/Folio/PR6B-GLD2G , https://www.penna.ru/catalog/Parker/Parker-51/PR51F-BLU3CT'),(3704,926,'field_040512d','on'),(3705,927,'name','JosephAcemo'),(3706,927,'email','li.so.v.e.v.g.e.n.i.j196@gmail.com'),(3707,927,'message','On the FUCK https://es.fuck-girl.xyz/ FIANC‚E website there are only high-quality porn videos to hand for the benefit of viewing online without registration! New porn in tolerable je sais quoi, which is convenient notwithstanding free https://uk.fuck-girl.xyz/ 24 hours a epoch, 365 days a year. The most beneficent fucking quest of the PEOPLE!'),(3708,927,'field_040512d','on'),(3709,928,'name','Safiycani'),(3710,928,'email','trepetov@fvmaily.com'),(3711,928,'message',''),(3712,928,'field_040512d','on'),(3713,929,'name','LarryPem'),(3714,929,'email','cleveland4813eow@marketing.caperapp.click'),(3715,929,'message','Greetings everyone, \r\n \r\nI recently discovered a fantastic site that gave me exactly what I was looking for. It’s a guide to discovering trusted platforms. The website offers great comparisons and gave me exactly what I needed. \r\n \r\nIf you’re exploring new things, this is definitely worth checking out: see full details. \r\n \r\nWould love to hear if it helps you too.'),(3716,929,'field_040512d','on'),(3717,930,'name','Robertnub'),(3718,930,'email','mefedron@cocaine-moscow-russia.shop'),(3719,930,'message','Где Купить Мефедрон? САЙТ - KOKAIN.VIP Сколько стоит Мефедрон? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Мефедрон в Москве\" \r\nГде Купить Мефедрон в Москве? Как Купить закладку Мефедрона в Москве? Цена на Мефедрон в Москве? Купить Мефедрон с Доставкой в руки в Москве? \r\nСколько Стоит Мефедрон в Москве? Почему так просто Купить Мефедрон закладкой в Москве? Гарантия на Мефедрон в Москве? Купить Мефедрон с Гарантией? \r\nКруглосуточные магазины Мефедрона в Москве? Оптовые и Розничные продажи Мефедрона в Москве? Купить Мефедрон в Москве через Телеграмм? Лучший Мефедрон Купить? \r\nКупить Мефедрон в Москве по скидке и хорошей цене? Купить Мефедрон в Москве через свой телефон или ноутбук можно легко? Сколько где Мефедрона стоит цена? \r\nКак купить Мефедрон в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Мефедрон в Москве? \r\nНе плохой или хороший Мефедрон можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Мефедроном в Москве из магазина? \r\nМои друзья любят употреблять Мефедрон в Москве днем вечером и ночью и потом не спят целые сутки под Мефедрон в Москве? Мой любимый Мефедрон на планете купить? \r\nМефедрон в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Мефедрон в Москве можно на выставке показывать потому что такой Мефедрон в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Мефедрон в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Мефедрон в Москве? Очень купить Мефедрон советовали! \r\nКак ведут себя люди когда употребляют хороший качественный Мефедрон в Москве чтоб не спалиться в черных очках, которые цветом как Мефедрон в Москве? \r\nМогут ли принять мусора за Мефедрон в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Мефедрон в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Мефедрон в Москве если хочеться качественного Мефедрона? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(3720,930,'field_040512d','on'),(3721,931,'name','AnthonyAlags'),(3722,931,'email','info@avtoshkola-s.ru'),(3723,931,'message','Выражаю огромную благодарность за доступное разъяснение ПДД инструктору Ткаченко Сергею Дмитриевичу!!! Сидишь дома читаешь - каша в голове. Приходишь в класс, так все доступно, понятно объяснит, разъяснит, все с юмором, на позитиве, что в голове все укладывается по полочкам, все на своих местах))) Администратор Кристина такая позитивная, отзывчивая девушка. Можно обратиться по любому вопросу, всегда поможет, расскажет, сориентирует. И, наконец, инструктор Андрей - позитивчик, ответит на любой вопрос, на понятном тебе языке) В целом, конечно очень положительное впечатление от учебного процесса. Я очень доволен!)))) \r\nАвтошкола в Самаре'),(3724,931,'field_040512d',''),(3725,932,'name','AnthonyAlags'),(3726,932,'email','info@avtoshkola-s.ru'),(3727,932,'message','Выражаю огромную благодарность за доступное разъяснение ПДД инструктору Ткаченко Сергею Дмитриевичу!!! Сидишь дома читаешь - каша в голове. Приходишь в класс, так все доступно, понятно объяснит, разъяснит, все с юмором, на позитиве, что в голове все укладывается по полочкам, все на своих местах))) Администратор Кристина такая позитивная, отзывчивая девушка. Можно обратиться по любому вопросу, всегда поможет, расскажет, сориентирует. И, наконец, инструктор Андрей - позитивчик, ответит на любой вопрос, на понятном тебе языке) В целом, конечно очень положительное впечатление от учебного процесса. Я очень доволен!)))) \r\nСамарская автошкола'),(3728,932,'field_040512d',''),(3729,933,'name','EddieFug'),(3730,933,'email','profip213roboom@gmail.com'),(3731,933,'message','кайт сафари кайт сафари https://kitehurghada.ru/ https://detivetra.ru/v-hurgade/ https://t.me/detivetrachat https://yandex.ru/profile/177183726173'),(3732,933,'field_040512d','on'),(3733,934,'name','ptaletchrx'),(3734,934,'email','lyyjwynav@hoopsori.shop'),(3735,934,'message','ovarios micropolicisticos e clomid what is clomid used for clomid and levothyroxine interactions \r\n \r\nclomid da dor de estomago https://canadianphx.com/ - natures clomid'),(3736,934,'field_040512d','on'),(3737,935,'name','DarylCem'),(3738,935,'email','loskutove43@gmail.com'),(3739,935,'message','Наши проекты: https://megalinks.at \r\nПриложение MEGA: https://hidemega.com \r\nАктуальная ссылка: https://mg11.at \r\nАктуальная onion ссылка: http://mega555kf7lsmb54yd6etzginolhxxi4ytdoma2rf77ngq55fhfcnyid.onion \r\nОфициальный переходник: http://m3ga-m0riarti3s.com \r\n \r\nНаши соцсети: \r\nhttps://www.youtube.com/@moriartymega(доступ только с VPN) \r\nhttps://t.me/professor_youtube_reborn'),(3740,935,'field_040512d','on'),(3741,936,'name','Mike Phillips'),(3742,936,'email','mikexxxx@gmail.com'),(3743,936,'message','Hi there, \r\n \r\nLooking to improve your website\'s local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\nCheck out our service here: \r\nhttps://www.digitalxflow.com/country-backlinks/ \r\nOr chat with us on WhatsApp: https://www.digitalxflow.com/whatsapp-us/ \r\n \r\n \r\nBest regards, \r\nMike Phillips\r\n \r\nDgital X Flow Team'),(3744,936,'field_040512d','on'),(3745,937,'name','RobertFooro'),(3746,937,'email','kd3nvv1a@1mailcache.com'),(3747,937,'message',''),(3748,937,'field_040512d','on'),(3749,938,'name','MichaelPaw'),(3750,938,'email','anthon1@xrevelxr.com'),(3751,938,'message','Онлайн казино 888 starz официальный сайт ждет новых и старых друзей. Заходите и выигрывайте! https://starz888.com/'),(3752,938,'field_040512d','on'),(3753,939,'name','RaymondLob'),(3754,939,'email','rio@rockstarseo.net'),(3755,939,'message','Eye Movement Desensitization and Reprocessing Therapy with Young People: Modifying the Intervention \r\n \r\nStressful experience may have deep along with long-lasting effects with children in addition to adolescents, which affects their emotional well-being, behavior, along with development. Eye action Desensitizing and also Reprocessing EMDR intervention gives any promising approach with regard to dealing with trauma within this population, yet adaptations can be necessary for you to meet their unique needs. \r\n \r\nIn this forum post, we investigate this principles of EMDR therapy pertaining to children in addition to adolescents in addition to discuss strategies regarding adapting the particular approach to help well address trauma-related concerns within this age group. \r\n \r\n1 key focus whenever doing work with children as well as adolescents is actually the organic process stage along with cognitive abilities with the client. EMDR therapists must adapt their language, explanations, and also techniques to get developmentally appropriate in addition to engaging regarding younger clients. \r\n \r\nIn addition, children in addition to adolescents can have limited verbal skills or difficulty articulating their experiences, making it essential regarding therapists to use creative and expressive techniques, like drawing, play, as well as storytelling, for you to facilitate connections and processing regarding traumatic memories. \r\n \r\nDifferent important aspect connected with working with children and also adolescents will be involving caregivers and also family members from the therapeutic process. Collaborating with parents as well as guardians can easily provide additional support to the child and help address family dynamics as well as relational issues that will could possibly contribute to your child\'s trauma symptoms. \r\n \r\nWith modifying EMDR therapy to meet the actual unique needs connected with children and teenagers, therapists could provide effective in addition to compassionate care that promotes healing, resilience, and also healthy growing. \r\n \r\nAdolescent trauma resilience \r\nInvestigating the Best Eye Movement Desensitization & Reprocessing Learning Options baa6213'),(3756,939,'field_040512d','on'),(3757,940,'name','Angelafeatt'),(3758,940,'email','lvyvxkgc@hotmail.com'),(3759,940,'message','casino win real money offers \r\nbaccarat toaster \r\nonline casino slots real winners online casino play for real money india bet365 online casino online casino real money american express casino roulette 10 cent \r\nimmortal romance casino slots harbor'),(3760,940,'field_040512d','on'),(3761,941,'name','Matthewneodo'),(3762,941,'email','metabrez@gmx.de'),(3763,941,'message','Pharmacists are an important part of your health care team and offer a variety of services. \r\n \r\nOver 409,000 people have been treated for minor ailments. \r\n \r\nWalk-in to a pharmacy to find out more. \r\n \r\nPharmacy Delivery Near Me \r\n \r\nhttps://cutt.ly/teX52Bd3'),(3764,941,'field_040512d','on'),(3765,942,'name','lalendi_yjpn'),(3766,942,'email','yjjtiguglpn@domhost.website'),(3767,942,'message',''),(3768,942,'field_040512d','on'),(3769,943,'name','mosMerut'),(3770,943,'email','mostug@xrust.com'),(3771,943,'message','Традиции православных похорон\r\nПравославные похороны включают в себя множество обрядов и традиций, которые соблюдаются с особым вниманием. На https://mosgupritual.ru/ представлены услуги, позволяющие организовать похороны в православных традициях, включая отпевание, прощание и захоронение на кладбище. Традиционные обряды помогают выразить уважение к усопшему и соблюсти важные для верующих ритуалы. Поддержка опытного агентства облегчит организацию всех деталей, помогая провести прощание в спокойной и торжественной атмосфере.\r\n\r\n \r\nИсточник:https://mosgupritual.ru/ \r\nhttps://mosgupritual.ru/ \r\nРитуальные услуги в религиозных традициях'),(3772,943,'field_040512d','on'),(3773,944,'name','Zacharyganna'),(3774,944,'email','kokain@cocaine-moscow-russia.shop'),(3775,944,'message','Как Купить Кокаин? САЙТ - KOKAIN.VIP Сколько стоит Кокаин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ КОКАИН НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ КОКАИН ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА КОКАИН В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА КОКАИНА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Кокаин в Москве\" \r\nГде Купить Кокаин в Москве? Как Купить закладку Кокаин в Москве? Цена на Кокаин в Москве? Купить Кокаин с Доставкой в руки в Москве? \r\nСколько Стоит Кокаин в Москве? Почему так просто Купить Кокаин закладкой в Москве? Гарантия на Кокаин в Москве? Купить Кокаин с Гарантией? \r\nКруглосуточные магазины Кокаина в Москве? Оптовые и Розничные продажи Кокаина в Москве? Купить Кокаин в Москве через Телеграмм? \r\nКупить Кокаин в Москве по скидке и хорошей цене? Купить Кокаин в Москве через свой телефон или ноутбук можно легко? Купить Кокаина гидрохлорид! \r\nКак купить Кокаин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Кокаина в Москве? \r\nНе плохой или хороший Кокаин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Кокаином в Москве из магазина? \r\nМои друзья любят употреблять Кокаин в Москве днем вечером и ночью и потом не спят целые сутки под Кокаином в Москве? Самый чистый Кокаин в Москве Купить! \r\nКокаин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Кокаин в Москве можно на выставке показывать потому что такой Кокаин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Кокаин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Кокаина в Москве? Лучший Кокаин в Москве Купить цена! \r\nКак ведут себя люди когда употребляют хороший качественный Кокаин в Москве чтоб не спалиться в черных очках, которые цветом как Кокаин в Москве? \r\nМогут ли принять мусора за Кокаин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Кокаин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Кокаин в Москве если хочеться качественного Кокаина? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(3776,944,'field_040512d','on'),(3777,945,'name','Robertnub'),(3778,945,'email','mefedron@cocaine-moscow-russia.shop'),(3779,945,'message','Где Купить Мефедрон? САЙТ - KOKAIN.VIP Сколько стоит Мефедрон? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Мефедрон в Москве\" \r\nГде Купить Мефедрон в Москве? Как Купить закладку Мефедрона в Москве? Цена на Мефедрон в Москве? Купить Мефедрон с Доставкой в руки в Москве? \r\nСколько Стоит Мефедрон в Москве? Почему так просто Купить Мефедрон закладкой в Москве? Гарантия на Мефедрон в Москве? Купить Мефедрон с Гарантией? \r\nКруглосуточные магазины Мефедрона в Москве? Оптовые и Розничные продажи Мефедрона в Москве? Купить Мефедрон в Москве через Телеграмм? Лучший Мефедрон Купить? \r\nКупить Мефедрон в Москве по скидке и хорошей цене? Купить Мефедрон в Москве через свой телефон или ноутбук можно легко? Сколько где Мефедрона стоит цена? \r\nКак купить Мефедрон в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Мефедрон в Москве? \r\nНе плохой или хороший Мефедрон можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Мефедроном в Москве из магазина? \r\nМои друзья любят употреблять Мефедрон в Москве днем вечером и ночью и потом не спят целые сутки под Мефедрон в Москве? Мой любимый Мефедрон на планете купить? \r\nМефедрон в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Мефедрон в Москве можно на выставке показывать потому что такой Мефедрон в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Мефедрон в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Мефедрон в Москве? Очень купить Мефедрон советовали! \r\nКак ведут себя люди когда употребляют хороший качественный Мефедрон в Москве чтоб не спалиться в черных очках, которые цветом как Мефедрон в Москве? \r\nМогут ли принять мусора за Мефедрон в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Мефедрон в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Мефедрон в Москве если хочеться качественного Мефедрона? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен'),(3780,945,'field_040512d','on'),(3781,946,'name','Miguelgep'),(3782,946,'email','kertyucds@onet.eu'),(3783,946,'message',''),(3784,946,'field_040512d','on'),(3785,947,'name','Jaslygof'),(3786,947,'email','hanky154@fvmaily.com'),(3787,947,'message','Ищете рабочее зеркало для сайта мостбет? Узнайте, как найти актуальные ссылки на официальное зеркало и продолжить игру без перебоев.'),(3788,947,'field_040512d','on'),(3789,948,'name','NereiVek'),(3790,948,'email','sankovy4@fvmaily.com'),(3791,948,'message','На сайте представлена информация о зеркале mostbet casino, которое позволяет игрокам обходить блокировку и продолжать наслаждаться азартными играми онлайн.'),(3792,948,'field_040512d','on'),(3793,949,'name','Eliannex'),(3794,949,'email','csierart@fvmaily.com'),(3795,949,'message',''),(3796,949,'field_040512d','on'),(3797,950,'name','Michael Dodds'),(3798,950,'email','al.dodds@gmail.com'),(3799,950,'message','Hi there,\r\n\r\nI know your time is valuable, so I’ll keep this quick. I help businesses and websites adopt AI. \r\nMany business owners struggle to integrate AI into their operations, that’s why we created AI For Entrepreneurs and Smarter with AI. \r\n\r\nThese guides, normally $29 each, are now free for you.\r\n\r\nInside, you’ll learn how to boost revenue, save time, and quickly incorporate AI into your business or website.\r\n\r\nIf you are interested, you can download them here: http://aibusinessmastery.pro\r\n\r\n\r\nLooking forward to hearing how it helps!\r\n\r\nBest regards,\r\n\r\nMichael'),(3800,950,'field_040512d','on'),(3801,951,'name','allxMerut'),(3802,951,'email','shelitedemisu12@gmail.com'),(3803,951,'message','Финансовая грамотность: главные уроки 2024 года\r\nФинансовая грамотность — ключ к успешной жизни в условиях изменяющейся экономики. В 2024 году популярностью пользуются онлайн-курсы и приложения для управления личным бюджетом. https://xrust.name/.\r\n\r\nЛюди учатся инвестировать, разбираться в криптовалютах и планировать своё будущее. Важным аспектом становится понимание налогового законодательства и управление кредитными обязательствами. Финансовая грамотность помогает принимать осознанные решения, избегать долговой ямы и достигать поставленных целей.\r\n\r\n \r\nИсточник:Как технологии помогают в сельском хозяйстве \r\n \r\nhttps://3d-evolution.ru/'),(3804,951,'field_040512d','on'),(3805,952,'name','PromotionMuh'),(3806,952,'email','le.nag.opk.a.lo.73.@gmail.com'),(3807,952,'message',''),(3808,952,'field_040512d','on'),(3809,953,'name','Traviata Voisey'),(3810,953,'email','ecology@nature.sydney'),(3811,953,'message','Hiya, my friend! Your presence always brightens my day. \r\n \r\nVisiting this site felt like being front row at a groundbreaking event hosted by NVIDIA. The stunning graphics and captivating animations create a dynamic experience that keeps you engaged. If I were Jensen Huang, I’d definitely want this designer on my team as a Head of Visual Experience. \r\n \r\nPlease feel free to explore my website and offer your expertise: Eco-friendly aluminum recycling'),(3812,953,'field_040512d',''),(3813,954,'name','EQiblyknibe'),(3814,954,'email','taanakeif@gazeta.pl'),(3815,954,'message','Uso del instrumento Balanset-1A \r\n \r\n Preparación del Equipo \r\n \r\n acelerómetros, sensor láser de rpm, soporte de montaje, aplicación de software y herramientas adicionales. \r\n Configure el instrumento y conéctelo a su computadora a través de USB. Verifique que el software esté instalado correctamente. \r\n \r\n \r\n Configuración de los Sensores \r\n \r\n Acople los sensores de vibración firmemente a la carcasa de la máquina en las áreas con la amplitud de vibración más alta, generalmente cerca de los soportes de los cojinetes. \r\n Coloque el tacómetro láser (sensor de ángulo de fase) de modo que apunte al rotor. Coloque cinta reflectante en el rotor para obtener una lectura precisa del ángulo de fase. \r\n \r\n \r\n Iniciando el Programa \r\n \r\n Abra la aplicación Balanset en su PC. \r\n Configure el software para el balanceo de un solo plano o de dos planos, según las características del rotor y el resultado deseado. \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Haga funcionar el rotor hasta su velocidad de funcionamiento. \r\n El software medirá el nivel de vibración, la velocidad de rotación y el ángulo de fase. Estos datos establecen la condición de desequilibrio actual. \r\n \r\n \r\n Montaje del Peso de Prueba \r\n \r\n \r\n \r\n \r\n Detenga la rotación y monte un peso de prueba en una posición designada en el rotor, ingresando el valor del peso en el software (generalmente en gramos). \r\n Reinicie el rotor y el software registrará los cambios en el nivel de vibración y el ángulo de fase. \r\n \r\n \r\n \r\n \r\n \r\n \r\n Cálculo del Peso de Corrección \r\n \r\n En función de los datos medidos, el software calcula automáticamente los parámetros de peso de corrección: masa y ángulo de instalación. \r\n Los resultados del cálculo se muestran tanto numérica como visualmente a través de cuadros y gráficos. \r\n \r\n \r\n \r\n \r\n \r\n Colocación de la Masa Correctora \r\n \r\n Instale el peso de corrección en el rotor de acuerdo con los cálculos del software. \r\n Puede realizar mediciones provisionales para confirmar que el desequilibrio está disminuyendo como se esperaba. \r\n \r\n \r\n \r\n \r\n \r\n Verificación Final y Confirmación de Saldo \r\n \r\n Con la masa compensadora acoplada, opere el rotor y evalúe el nivel de cualquier vibración residual. \r\n El procedimiento de equilibrado finaliza si la vibración restante se encuentra dentro de los límites permitidos especificados en ISO 1940. \r\n Si la vibración sigue siendo excesiva, repita los pasos de equilibrado y realice más ajustes en el peso correctivo según sea necesario. \r\n \r\n \r\n Generar una Documentación de los Resultados de Balance \r\n \r\n El programa almacena los datos de equilibrado, lo que le permite generar e imprimir un informe completo que incluye mediciones de vibración, detalles del peso correctivo y su ubicación angular. \r\n \r\n \r\n Pasos Finales y Verificación \r\n \r\n Verifique la fijación segura de todos los contrapesos y sensores de medición. \r\n Verifique que la rotación del rotor sea suave y libre de ruidos o vibraciones indebidos. \r\n Si el rotor es parte de un mecanismo complejo, verifique la interacción adecuada de todos sus componentes. \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nInstagram: https://www.instagram.com/vibromera_ou/ \r\nYoutube : https://youtu.be/guA6XJ-ArZM?si=vmkuX7RILzKBl0zL \r\nNuestro sitio web acerca de Balanceo de rotor de la industria del caucho \r\nMachinio: https://www.machinio.com/listings/98380186-portable-balancer-vibration-analyzer-balanset-1a-full-kit-in-portugal \r\nFacebook: https://www.facebook.com/marketplace/item/350151228150722'),(3816,954,'field_040512d','on'),(3817,955,'name','ErnestoVug'),(3818,955,'email','gena-kazakov06812@rambler.ru'),(3819,955,'message','На сегодняшний день многие потребители предпочитают делать покупки онлайн, воспользовавшись различными интернет-магазинами. Однако, наряду с известными платформами, все большую популярность приобретают краудфандинговые маркетплейсы. Эти веб-ресурсы предлагают уникальную возможность для малых бизнесов и стартапов найти покупателей и инвесторов для своих товаров и идей. \r\n \r\nСуть работы краудфандинговых маркетплейсов заключается в том, что предприниматели могут выставлять свои товары или проекты на сайте, предлагая участникам возможность поддержать их финансово. Посетители сайта могут выбирать проекты, которые им интересны, и вносить свой вклад. \r\n \r\nОдним из ключевых пре'),(3820,955,'field_040512d','on'),(3821,956,'name','EQiblyknibe'),(3822,956,'email','taanakeif@gazeta.pl'),(3823,956,'message','Balanset-1A: Equilibrado hecho sencillo y accesible \r\n \r\n El desequilibrio del rotor es un común causa de equipamiento fallas, solo superadas por el desgaste de los rodamientos en frecuencia. El desequilibrio puede surgir de problemas mecánicos . Si bien reemplazar los rodamientos suele ser la única solución para el desgaste, el desequilibrio del rotor se puede corregir en el sitio mediante el equilibrado, un procedimiento eso es parte del ajuste de la vibración. . \r\n \r\n Tradicionalmente, este proceso requerido integral y costosos analizadores de vibraciones operados por experimentado especialistas. Sin embargo, Vibromera ha desarrollado el Balanset-1A, un dispositivo diseñado para simplificar el balanceo del rotor en el sitio, haciéndolo accesible incluso para el personal con capacitación mínima, que incluye equipos de servicio . \r\n \r\n La filosofía central de Balanset-1A es simple: el balanceo del rotor debe ser alcanzable en el sitio, por cualquier persona, sin extensa conocimiento y sin alto costos. En lugar de ser una función secundaria de un complejo analizador de vibraciones, el equilibrio es el enfoque principal de Balanset-1A. Si bien incluye un fundamental analizador de señales de vibración incorporado para detectar desequilibrios y otros básico defectos, su objetivo principal es fácil y cómodo equilibrio. \r\n \r\n Este enfoque proporciona sustancial ventajas. Balanset-1A está diseñado para la simplicidad , permitir a los usuarios rápida y eficientemente elimine el desequilibrio del rotor. Esto facilidad de uso habilita personal operativo para tomar medidas proactivas en el mantenimiento de la funcionalidad del equipo. \r\n \r\n Además, Vibromera ha fabricado el Balanset-1A excepcionalmente asequible. Con un precio justo €1751 , ofrece excelente relación calidad-precio, especialmente considerando el paquete completo. \r\n \r\n El paquete completo incluye: \r\n \r\n Unidad de medida: El corazón del sistema, analizando datos del sensor y guiando el proceso de equilibrado. \r\n Dos sensores de vibración: Ellos con alta precisión capture las características vibratorias del rotor. \r\n Sensor óptico (tacómetro láser): Utilizado para medir velocidad rotatoria y conteo de fases . \r\n Soporte magnético: Proporciona confiable y flexible montaje de sensores. \r\n Balanzas electrónicas: Necesario para preciso ajuste de peso durante el equilibrado. \r\n Programas Informáticos: Intuitivo el software acompaña el proceso de equilibrio y proporciona integral informes. \r\n Maletín de transporte: Asegura seguro y conveniente transporte de todo el sistema. \r\n \r\n \r\n Con este paquete completo, los usuarios tienen todo lo necesario para realizar equilibrios de un solo plano y de dos planos nada más sacarlo de la caja . Esto elimina la necesidad de compre piezas adicionales y simplifica el proceso de configuración. \r\n \r\n En conclusión, el Balanset-1A representa un importante un paso adelante para equilibrar el rotor sencillo . Centrándose en la simplicidad y ofreciendo un integral y económico solución, Vibromera empodera equipos de mantenimiento para eliminar eficazmente el desequilibrio del rotor, mejorando en última instancia durabilidad y reduciendo el tiempo de inactividad. El Balanset-1A demuestra que con el correcto herramientas, incluso desafiante se pueden realizar tareas de mantenimiento fácil y accesible para todos . \r\n \r\n \r\n \r\nInstagram: https://www.instagram.com/vibromera_ou/ \r\nYoutube : https://youtu.be/guA6XJ-ArZM?si=vmkuX7RILzKBl0zL \r\nNuestro sitio web acerca de Identificación de la fuente de ruido \r\nMachinio: https://www.machinio.com/listings/98380186-portable-balancer-vibration-analyzer-balanset-1a-full-kit-in-portugal \r\nFacebook: https://www.facebook.com/marketplace/item/350151228150722'),(3824,956,'field_040512d','on'),(3825,957,'name','JoaquinStori'),(3826,957,'email','pma.sl.ov.0.2.6.@gmail.com'),(3827,957,'message','Oll Porn https://ollporn.club/ is an absolutely fresh porn video that is proposed to watch online for free. Porn videos https://hi.ollporn.club/ found here - can be downloaded to the phone'),(3828,957,'field_040512d','on'),(3829,958,'name','Danielpsync'),(3830,958,'email','winsatall4ever@gmail.com'),(3831,958,'message','Great news for all us'),(3832,958,'field_040512d','on'),(3833,959,'name','Rogersurdy'),(3834,959,'email','szerbin8769gee@hello.tryperegrinate.click'),(3835,959,'message','Hello folks, \r\n \r\nI recently discovered a useful site that was super helpful when I was exploring options for trusted places for entertainment. The website provides key information and saved me so much effort. \r\n \r\nIf you’re looking for a trustworthy option, I highly recommend checking it out: new online real money casinos. \r\n \r\nCheck it out if you’re curious.'),(3836,959,'field_040512d','on'),(3837,960,'name','crypto7buP'),(3838,960,'email','777@zel.biz'),(3839,960,'message','With crypto, I feel like I’m part of a global financial revolution. \r\nhttps://t.me/cryptonetlake'),(3840,960,'field_040512d','on'),(3841,961,'name','Williamspern'),(3842,961,'email','hpm@azmail.fun'),(3843,961,'message','Free of charge naked hairy pussy pics collection of rare hairy pussies porn pics with bare mature hairy pussy and naked hairy pussy girls - click. Sexy hairy pussy photographs galleries for bushy crotch lovers. \r\nnude hairy fuck\r\nunshaved busty\r\nmilf hairy armpits'),(3844,961,'field_040512d','on'),(3845,962,'name','EROabsobre'),(3846,962,'email','young@prostpro.fun'),(3847,962,'message','The salon japanese invites visit one of the ways massage techniques, is what we do. What is an massage woman - woman interested in everyone. foot fetish massage it\'s a craftsmanship of giving for enjoyment. You willextremely surprised to that,what sea bliss can get to know from adopting massage. In studio Workshop Taoist Erotic Massage (TEM) women can do the sexiest happy ending massage. \r\n \r\nHow is it done, and is there something exotic? We will tell you all about him that you wanted to know |Our finnish massage is visited not only by men but also by women, and also by couples. You necessarily want to enjoy is exactly what infinitely … Our intention this is to please men magical classic tantric massage. Distinctive approach to your desires and conditions. \r\n \r\nThe elegant girls our the spa will give you an unforgettable experience. The spa salon is a place of rest and relaxation. Such russian massage, as in principle, and relaxation, influences on some parts naked body, this can help man and woman become less tense. Stop your choice not on one masseuse, choose two girls! Choose for yourself masseurs by appearance, both professional and professional abilities! \r\n \r\nWe in N.Y.C. we advise beautiful rooms with convenient style. These accommodation can help to stay with you secretly. \r\n \r\nOur showroom works in NJ. Specialists Danielle : \r\nmassage spa'),(3848,962,'field_040512d','on'),(3849,963,'name','Natademia'),(3850,963,'email','woodthighgire1988@gmail.com'),(3851,963,'message','Soy muy hermosa y ardiente, fóllame por todos los agujeros) https://suptop.top/click?o=2&a=1036'),(3852,963,'field_040512d',''),(3853,964,'name','Jacquesnok'),(3854,964,'email','lohivteme@mailbox.org'),(3855,964,'message','orb11ta снова работает!'),(3856,964,'field_040512d','on'),(3857,965,'name','SergWog'),(3858,965,'email','smatapther@gismail.online'),(3859,965,'message','Интересно: https://xn----7sbh5biq.xn--p1ai или https://xn----7sbh5biq.xn--p1ai \r\n \r\nМожет быть полезным: по контракту на сво в 2024 году или пункт отбора на службу по контракту \r\n \r\nХороший вариант - https://на-сво.рф'),(3860,965,'field_040512d','on'),(3861,966,'name','SVSorbitty'),(3862,966,'email','wife@prostpro.fun'),(3863,966,'message','Большая часть из скважин в конце проведения восстановительного комплекса мероприятий имеют возможность быть снова введены в использование. Тем более что стоимость этих действий в десять раз ниже общей стоимости непосредственных сооружений. \r\nОбеспечено повышение сбыта водозаборной скважины не менее 30% от имеющегося на момент запуска работ. \r\n \r\nВ 80 процентах случаях скважины восстанавливаются до начальных данных при введении в использование скважины, это считается альтернативой бурения новой скважины. \r\n \r\nНаши сотрудники предприятия по Очистке уличной канализации и Анализу воды предлагаем свои услуги всем, как частным так и общественным системам. \r\n \r\nСпецводсервис - текущий ремонт скважин'),(3864,966,'field_040512d','on'),(3865,967,'name','ytaletxccq'),(3866,967,'email','gverglvef@hoopsori.shop'),(3867,967,'message','does provigil and warfarin interact purchase provigil online provigil where to buy online \r\n \r\nprovigil vs focalin https://canadianphrmx.com/ - prescription for provigil'),(3868,967,'field_040512d','on'),(3869,968,'name','JamesSmeld'),(3870,968,'email','within@prostpro.fun'),(3871,968,'message','The spa center nuru calls visit one of the ways massage, is what we do. What is an grooming massage interested in everyone. Four hands massage is the art to give for enjoyment. You be surprised to that,what ocean bliss can experience from adopting massage. In spa salon Erotic Reiki Massage girls will hold erotic Taoist Erotic Massage (TEM). \r\n \r\nHow is it done, and is there something exotic? We will tell you all about him that you wanted to know |Our russian massage is visited not only by men but also by women, and also by couples. You necessarily want to use is exactly what infinitely … Our primary а task this is to please women and men enchanting sex Change roles massage. Distinctive approach to any your needs and conditions. \r\n \r\nThe attractive women our the spa will give you an unforgettable experience. The spa center is a place of rest and relaxation. This massage with jars, as in principle, and relaxation, affects on some area body, this helps male become less tense. Your best stop choice not on one masseuse, choose two girls! Choose by appearance, both professional and professional proficiency! \r\n \r\nOur salon in Empire City offer wonderful Spa rooms with convenient interior. All of these rooms promote be you you are staying with us not attracting the attention of other customers. \r\n \r\nWe have a showroom in New York. Girls Kimberly : \r\nbest massage new jersey'),(3872,968,'field_040512d','on'),(3873,969,'name','ThomasDef'),(3874,969,'email','year@triol.site'),(3875,969,'message','Frozen Yogurt Remodel Company: Expert Renovations\r\n \r\n \r\n Resort Restoration \r\nTransform your resort with our expert restoration solutions. We specialize in producing modern, elegant spaces that attract guests and boost revenue. From entrance hall redesigns to room upgrades, we ensure high-quality outcomes provided promptly and within spending plan. Count on our seasoned group to rejuvenate your hotel today. \r\n \r\n Boost your resort\'s ambiance with our professional improvement solutions. We specialize in creating welcoming, contemporary areas that meet the expectations these days\'s travelers. From first design to final touches, our group supplies top-quality restorations that make a enduring influence.'),(3876,969,'field_040512d','on'),(3877,970,'name','DonaldDup'),(3878,970,'email','jas.on.m.ast.ers.pas@gmail.com'),(3879,970,'message',''),(3880,970,'field_040512d','on'),(3881,971,'name','StephenCah'),(3882,971,'email','your@triol.site'),(3883,971,'message','Pastry Shop Remodel Company \r\nOur pastry shop remodel firm provides expert remodelling services to update your shop. We focus on visual appeals and functionality to boost client contentment.'),(3884,971,'field_040512d','on'),(3885,972,'name','Martinnap'),(3886,972,'email','j.978425.9.0@gmail.com'),(3887,972,'message',''),(3888,972,'field_040512d','on'),(3889,973,'name','Martinnap'),(3890,973,'email','j9.7842590@gmail.com'),(3891,973,'message',''),(3892,973,'field_040512d','on'),(3893,974,'name','Bqttskymn'),(3894,974,'email','knvqtcwa@reevalmail.com'),(3895,974,'message','драгон мани официальный \r\nhttps://t.me/apk_dragon_money_official \r\nдрагонмания казино \r\nhttps://t.me/apk_dragon_money_official \r\nдрагонмани играть онлайн \r\nhttps://t.me/apk_dragon_money_official'),(3896,974,'field_040512d','on'),(3897,975,'name','Mike Walther Wouters'),(3898,975,'email','info@professionalseocleanup.com'),(3899,975,'message','Improve your website`s ranks totally free \r\n \r\nMessage: \r\nHi there, \r\n \r\nWhile checking your elconferencista.com for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.professionalseocleanup.com/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\nRegards \r\nMike Walther Wouters\r\n \r\nWhatsapp: https://www.professionalseocleanup.com/whatsapp/ \r\nEmail us: info@professionalseocleanup.com'),(3900,975,'field_040512d','on'),(3901,976,'name','allxMerut'),(3902,976,'email','shelitedemisu12@gmail.com'),(3903,976,'message','Новые тенденции в образе жизни\r\nСовременный образ жизни становится всё более осознанным и сбалансированным. В 2024 году популярны минимализм, отказ от ненужного потребления и практика медленного образа жизни. https://xlover.ru/.\r\n\r\nЛюди стремятся находить гармонию между работой и отдыхом, больше времени проводить на природе и заниматься саморазвитием. Тренды показывают, что качество жизни важнее, чем количество, и это находит отражение во всех аспектах повседневной жизни.\r\n\r\n \r\nИсточник:укрытие apple tv ожидания \r\n \r\nhttps://girls.xrust.ru/'),(3904,976,'field_040512d','on'),(3905,977,'name','Artur33buP'),(3906,977,'email','artembolotov949@gmail.com'),(3907,977,'message','https://flseo.ru/'),(3908,977,'field_040512d','on'),(3909,978,'name','StevenhooRo'),(3910,978,'email','j28.5.6998@gmail.com'),(3911,978,'message',''),(3912,978,'field_040512d','on'),(3913,979,'name','Garmcrypto7buP'),(3914,979,'email','777@zel.biz'),(3915,979,'message',''),(3916,979,'field_040512d','on'),(3917,980,'name','Jeremyprisp'),(3918,980,'email','vanpaena@onet.pl'),(3919,980,'message','Hello dear friend, I would like to offer placement of your link (or links) on different platforms of the internet such as: forums, blogs, comments and much more. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) \r\n \r\nQuality guaranteed ! \r\n \r\nPRICE - 20$ \r\n \r\nWebSite - https://goo.su/959En7'),(3920,980,'field_040512d','on'),(3921,981,'name','lielshon'),(3922,981,'email','rezinanasamosval@gmail.com'),(3923,981,'message',''),(3924,981,'field_040512d','on'),(3925,982,'name','stalettrdb'),(3926,982,'email','umunbmbgk@hoopsori.shop'),(3927,982,'message','define provigil medical provigil provigil opiniones \r\n \r\nprice of provigil in usa https://canadianphrmx.com/ - provigil fast delivery'),(3928,982,'field_040512d','on'),(3929,983,'name','StevenhooRo'),(3930,983,'email','j2.8.56.9.9.8@gmail.com'),(3931,983,'message',''),(3932,983,'field_040512d','on'),(3933,984,'name','RobertFooro'),(3934,984,'email','ylwwt68d@1mailcache.com'),(3935,984,'message',''),(3936,984,'field_040512d','on'),(3937,985,'name','Danielpsync'),(3938,985,'email','winsatall4ever@gmail.com'),(3939,985,'message','Give way your mad nature with hot chics - click here!'),(3940,985,'field_040512d','on'),(3941,986,'name','davidFooro'),(3942,986,'email','vwm05qmj@3way3.com'),(3943,986,'message',''),(3944,986,'field_040512d','on'),(3945,987,'name','Martinnap'),(3946,987,'email','j978.4.25.9.0.@gmail.com'),(3947,987,'message',''),(3948,987,'field_040512d','on'),(3949,988,'name','Victornye'),(3950,988,'email','l.u.kinov.i.c.h2.0.2.213.55@gmail.com'),(3951,988,'message','Доброго времени суток товарищи! \r\nНам будет приятно видеть у нас на сайте \r\nhttps://es.gpsmyway.com/viewtopic.php?f=19&t=26015\r\nhttp://povelitelisnov.ru/forum/viewtopic.php?f=37&t=100772\r\nhttp://www.ra-journal.ru/board/member.php?269393-Victorncj\r\n \r\nБлагодаря тому, что заправка картриджей осуществляется исключительно нами, не привлекая сторонние организации, конечная стоимость услуг не будет увеличена из-за посредничества. Сотрудничаем с первыми импортёрами расходных материалов для оргтехники в РБ, поэтому готовы предложить Вам лучшие цены на все виды услуг. Все ремонтные работы мы проводим с применением специализированного оборудования. Благодаря тому, что сотрудничаем с проверенными компаниями-поставщиками комплектующих оргтехники, у нас всегда в наличие большинство деталей к моделям принтеров и МФУ ведущих мировых производителей. Работы, выполненные нашей компанией – гарант безукоризненной работы Вашей техники! \r\nНаша контора занимается свыше 10 лет ремонтом и обслуживанием оргтехники в городе Минске. \r\nВсегда рады помочь Вам!С уважением,ТЕХНОСЕРВИC'),(3952,988,'field_040512d','on'),(3953,989,'name','RandyHet'),(3954,989,'email','werso084100iu@rambler.ru'),(3955,989,'message','thank you very much \r\n_________________ \r\nzodiac 80 free spins'),(3956,989,'field_040512d','on'),(3957,990,'name','PatrickSnits'),(3958,990,'email','saktwtkw@mailkv.com'),(3959,990,'message','Trump\'s call for a protest crackdown has been a boon for Chinese propaganda \r\nAnalysis by CNN\'s James Griffiths \r\nProtesters running amok. Innocent citizens under siege. Outside actors engaging in terrorist acts. Police struggling to maintain control and in desperate need of reinforcements. \r\nkra13.gl \r\nThat was how Chinese state media portrayed anti-government protests in Hong Kong last year, dismissing calls for greater democracy and an investigation into police brutality by focusing on individual acts of violence and property damage. \r\nkra1.cc \r\nThroughout the protests, the US was consistent in its support of people’s right to take to the streets and have their voice heard. Facing widespread unrest and public anger at home in the wake of the death of George Floyd, the reaction from US President Donald Trump appeared markedly different. \r\nкракен тор ссылка \r\nOn Monday, Trump called for the military to be deployed to “dominate” protesters, and demanded states do more to stem “acts of domestic terror.” \r\nkraken2trfqodidvlh4aa337cpzfrhdlfldhve5nf7njhumwr7instad onion \r\nThe irony has not been lost on Beijing, which on Thursday marks (or rather doesn’t, the date is highly censored) its own military crackdown on anti-government protesters on June 4, 1989. \r\nkraken12 \r\n“Washington’s promise of equality and justice for all in the country has remained hollow at best,” state news agency Xinhua said in a commentary titled “The coming suffocation of the American dream.” \r\n \r\n“Amid the ongoing anti-racism protests in the country, decision-makers in Washington, instead of trying to sooth the pain and anger of the public, have been fanning the flames, calling protesters ‘THUGS,’ and threatening them with ‘the most vicious dogs, and most ominous weapons,” the commentary said. \r\nkra28 \r\nhttps://kra18-at.cc \r\nChina Daily, a state-backed newspaper, noted that “The US, after the killing of Floyd, seems to be on fire, and troops have been mobilized to subdue angry demonstrators.” \r\n \r\n“This is certainly not what the world expects to see in a country that is the world’s sole superpower,” it added. “But that sadly is the reality of the US.” \r\n \r\nThis rhetoric isn’t just embarrassing for Washington, it’s also a sign of how the US may find its influence damaged by a perceived hypocrisy over human rights at home and abroad. \r\n \r\nEarlier today, Hong Kong’s leader Carrie Lam pointed to the unrest in the US as evidence of Washington’s “double standards.” \r\n \r\n“They attach great importance to the national security of their country, but look at our national security through tinted spectacles, especially the current situation in Hong Kong,” she added. \r\n \r\nThe ability of Washington to influence Beijing’s position on Hong Kong – which is in part founded on fear of outside influence in the city – was already severely limited. The Trump administration’s reaction to protests at home may have hurt its position even further.'),(3960,990,'field_040512d','on'),(3961,991,'name','Jasonmup'),(3962,991,'email','maximo@apacheodyssey.com'),(3963,991,'message',''),(3964,991,'field_040512d','on'),(3965,992,'name','RaymondLob'),(3966,992,'email','rio@rockstarseo.net'),(3967,992,'message',''),(3968,992,'field_040512d','on'),(3969,993,'name','Mike Ethan Andersson'),(3970,993,'email','mike@monkeydigital.co'),(3971,993,'message','Hello, \r\n \r\nThis is Mike Croftoon\r\nfrom Monkey Digital, \r\nI am reaching out to you like webmaster to webmaster, towards a mutual opportunity. How would you like to put our banners on your site and link back via your affiliate link towards hot selling services from our website, and earn a 35% residual income, month after month from any sales that comes in from your sites. \r\n \r\nThink about it, everyone needs SEO, this is a pretty major opportunity, We have over 12k affiliates already and our payouts are made each month, hefty payouts, last month we have reached 27280$ in payouts to our affiliates. \r\n \r\nIf interested, kindly chat with us: https://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: https://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nCheers \r\nMike Ethan Andersson\r\n \r\nmonkeydigital.co'),(3972,993,'field_040512d','on'),(3973,994,'name','Iyannalak'),(3974,994,'email','fitchettdurgin@biebel54.dynainbox.com'),(3975,994,'message','mobilepokerclub официальный сайт \r\nmobilepokerclub отзывы'),(3976,994,'field_040512d','on'),(3977,995,'name','JohnFooro'),(3978,995,'email','7vm8lfkd@2mailcache.com'),(3979,995,'message',''),(3980,995,'field_040512d','on'),(3981,996,'name','Mike Erik Larsen'),(3982,996,'email','mikexxxx@gmail.com'),(3983,996,'message','Hi there, \r\n \r\nLooking to improve your website\'s local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\nCheck out our service here: \r\nhttps://www.digitalxflow.com/country-backlinks/ \r\nOr chat with us on WhatsApp: https://www.digitalxflow.com/whatsapp-us/ \r\n \r\n \r\nBest regards, \r\nMike Erik Larsen\r\n \r\nDgital X Flow Team'),(3984,996,'field_040512d','on'),(3985,997,'name','NickFooro'),(3986,997,'email','fi87yvh9@5way5.com'),(3987,997,'message',''),(3988,997,'field_040512d','on'),(3989,998,'name','Bogdanozb'),(3990,998,'email','l.uk.ino.v.ic.h.20.221.355@gmail.com'),(3991,998,'message','Доброго времени суток товарищи! \r\nhttp://www.oople.com/forums/member.php?u=186267\r\nhttps://forum.traktir.ru/member.php?u=33448\r\nhttp://forum.exalto-emirates.com/viewtopic.php?f=8&t=137048\r\nПредлагаем Вашему вниманию изделия из стекла для дома и офиса.Наша организация ООО «СТЕКЛОЭЛИТ» работает 10 лет на рынке этой продукции в Беларуси.Стоит задача грамотно и недорого организовать офисное помещение в короткий срок? Возникли трудности с планировкой? Предлагаем оптимальное решение — современные офисные перегородки на заказ, которые позволят офис разделить по отделам или предоставить каждому сотруднику личное рабочее пространство для спокойной, уединенной работы. \r\nУвидимся!'),(3992,998,'field_040512d','on'),(3993,999,'name','OscarTromi'),(3994,999,'email','ebojajuje04@gmail.com'),(3995,999,'message','Szia, meg akartam tudni az árát.'),(3996,999,'field_040512d','on'),(3997,1000,'name','Mike Diego Rouxson'),(3998,1000,'email','mike@monkeydigital.co'),(3999,1000,'message','Hi there \r\nWe have a special connection with a reputable Network that gives us the possibility to offer Social Ads Country Targeted and niche traffic for just 10$ for 10000 Visits. \r\n \r\nDepending on the Country, we can send larger volumes of ads traffic. \r\n \r\nTry us today, we even use this for our SEO clients: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nor chat with us on Whatsapp: https://monkeydigital.co/whatsapp-us/ \r\n \r\nRegards \r\nMike Diego Rouxson\r\n \r\nmonkeydigital.co'),(4000,1000,'field_040512d','on'),(4001,1001,'name','ReirWog'),(4002,1001,'email','thatici@gismail.online'),(4003,1001,'message','Parker Folio для студентов \r\nParker – для тех, кто ценит детали. Идеальный подарок и атрибут успеха в каждой детали. \r\n \r\nМожет быть полезным: Parker Urban оригинал или Parker Ingenuity шариковая ручка \r\n \r\nParker Duofold с доставкой \r\nСтиль и надежность с ручкой Parker. Идеальный выбор для тех, кто ценит детали. \r\n \r\nЧасто спрашивают где: Купить ручку Паркер для деловых встреч \r\n \r\nЕщё можно посмотреть: https://www.penna.ru/catalog/Parker/Jotter/PR90F-BLK1 , https://www.penna.ru/catalog/Parker/Ingenuity/PR20B-BLK1G'),(4004,1001,'field_040512d','on'),(4005,1002,'name','BryanTug'),(4006,1002,'email','1q0nbg4km@mozmail.com'),(4007,1002,'message','Join us at the present time at 1xBet for the deciding online cricket betting savoir faire! We offer the subdue and most moving cricket odds recompense prodigious winnings. \r\n \r\nDon’t misapprehend visible on the fate to carry the day gigantic with 1xBet! \r\n \r\nThumb our thorough cricket betting lines and fancy a unique and far-out familiarity like no other. \r\n1xbet'),(4008,1002,'field_040512d','on'),(4009,1003,'name','Mike Johan Wouters'),(4010,1003,'email','mikexxxx@gmail.com'),(4011,1003,'message','Hi there \r\n \r\nHaving some bunch of links pointing to elconferencista.com could have 0 value or worse for your website, It really doesn`t matter how many backlinks you have, what matters is the amount of keywords those websites rank for. That is the most important thing. Not the fake Moz DA or ahrefs DR score. That anyone can do these days. BUT the amount of ranking keywords the sites that link to you have. Thats it. \r\n \r\nHave such links point to your website and you will ROCK ! \r\n \r\nWe are offering this special service here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nIn doubts, or need more information, chat with us: https://www.strictlydigital.net/whatsapp-us/ \r\n \r\nKind regards \r\nMike Johan Wouters\r\n \r\nstrictlydigital.net'),(4012,1003,'field_040512d','on'),(4013,1004,'name','Michaeltrard'),(4014,1004,'email','ho.lme.s.ste.ph0.6.@gmail.com'),(4015,1004,'message',''),(4016,1004,'field_040512d','on'),(4017,1005,'name','RolandVox'),(4018,1005,'email','64@kwizist.online'),(4019,1005,'message','https://dubllikat.ru/'),(4020,1005,'field_040512d','on'),(4021,1006,'name','Charlesbrorn'),(4022,1006,'email','adamsmith992201@gmail.com'),(4023,1006,'message','pornhub'),(4024,1006,'field_040512d','on'),(4025,1007,'name','StevenhooRo'),(4026,1007,'email','j.2856.998@gmail.com'),(4027,1007,'message',''),(4028,1007,'field_040512d','on'),(4029,1008,'name','FrancisEsorp'),(4030,1008,'email','s.ammy.m.ann.976@gmail.com'),(4031,1008,'message',''),(4032,1008,'field_040512d','on'),(4033,1009,'name','lielshon'),(4034,1009,'email','rezinanasamosval@gmail.com'),(4035,1009,'message',''),(4036,1009,'field_040512d','on'),(4037,1010,'name','KevinBes'),(4038,1010,'email','fjechwodnjescg1985@onet.pl'),(4039,1010,'message','In the therapy sticks out as a leading wayowned facility of beauty and refinement, New York City boasts exceptional body therapy options that expertly body and mind. No matter whether you\'re a high-powered exec, a tourist, or merely someone food craving a sumptuous indulgence, New York City\'s elite body treatment services supply a passport to unparalleled peacefulness and peace. \r\n \r\n In this guide, we\'ll delve into what makes elite bodyrub services in NYC so one-of-a-kind, their advantages, how to pick the very best carriers, and everything you require to recognize to ensure a premium experience. \r\n \r\nWe work in NY. Women Julia - nuru erotic massage'),(4040,1010,'field_040512d','on'),(4041,1011,'name','topsamaraorbitty'),(4042,1011,'email','demianw.vladimirovtxt@mail.ru'),(4043,1011,'message','как мне поступить \r\n \r\nуправляющая компания самара \r\n \r\nThe Counterpoint team managed all of the deficiencies and made sure that the building was happy with the construction throughout the entire2-year renovation. For that reason, Rule 2-01 provides that, in determining whether an accountant is independent, the Commission will consider all relevant facts and circumstances. In determining whether an accountant is independent, the Commission will consider all relevant circumstances, including all relationships between the accountant and the audit client, and not just those relating to reports filed with the Commission. Any partner, principal, shareholder, or professional employee of the accounting firm, any of his or her immediate family members, any close family member of a covered person in the firm, or any group of the above persons has filed a Schedule 13D or 13G (17 CFR 240.13d-101 or 240.13d-102) with the Commission indicating beneficial ownership of more than five percent of an audit client\'s equity securities or controls an audit client, or a close family member of a partner, principal, or shareholder of the accounting firm controls an audit client. 1) Financial relationships. An accountant is not independent if, at any point during the audit and professional engagement period, the accountant has a direct financial interest or a material indirect financial interest in the accountant\'s audit client, such as: (i) Investments in audit clients.'),(4044,1011,'field_040512d','on'),(4045,1012,'name','RichardTef'),(4046,1012,'email','pavain@gazeta.pl'),(4047,1012,'message','naru message \r\n \r\n Discover the Comprehensive Manual on U \r\n \r\n Yet what exactly is Uru Massage therapy, and how can it change your life? Allow\'s check out whatever you require to know about this distinct treatment, from its beginnings to its techniques and advantages. \r\n \r\nWhat Is Uru Massage? \r\nHistorical History \r\nUru Massage therapy originates from old recovery techniques that stress equilibrium and consistency within the body. Its origins can be mapped to native societies that valued the interconnectedness of mind, body, and spirit. Unlike modern restorative techniques, Uru Massage therapy incorporates physical control with spiritual mindfulness. \r\n \r\nCore Concepts and Special Attributes \r\nThe core concept of Uru Massage is the remediation of power flow via certain techniques. It mixes deep cells deal with balanced movements and typically includes all-natural oils and aromatherapy to improve the experience. \r\n \r\n Advantages of Uru Massage \r\nPhysical Health Benefits \r\nUru Massage is excellent for relieving muscle mass stress, improving blood flow, and promoting better stance. It can likewise assist with persistent pain, particularly in the back, shoulders, and neck. \r\n \r\nMental and Emotional Health \r\nThis massage technique is renowned for minimizing stress and anxiety and anxiety. By promoting stress points, it urges the launch of endorphins, leaving you really feeling boosted and relaxed. \r\n \r\nSpiritual Alignment \r\nFor those seeking spiritual wellness, Uru Massage therapy provides a profound sense of equilibrium. The practice incorporates mindfulness, permitting customers to reconnect with their psyches. \r\n \r\nHow Uru Massage Differs from Other Massage Strategies \r\n Contrast with Swedish Massage \r\nWhile Swedish massage therapy concentrates on long, sweeping strokes to unwind muscles, Uru Massage goes deeper, targeting power points for long lasting relief. \r\n \r\nDifference from Deep Cells Massage Therapy \r\nUnlike deep tissue massage therapy, which typically causes pain, Uru Massage uses gentler strategies to accomplish similar benefits without the discomfort. \r\n \r\n One-of-a-kind Social Facets \r\nUru Massage therapy stands out for its assimilation of cultural rituals, making the experience both therapeutic and mentally enriching.'),(4048,1012,'field_040512d','on'),(4049,1013,'name','Clintepire'),(4050,1013,'email','tamravesag@onet.pl'),(4051,1013,'message','Attention promotion !! The price is 10$ + a good bonus , hurry up the promotion will last 24 hours ! \r\n \r\nHello, dear friend, I would like to suggest placing your link (or links) in 5000+ comments on different platforms Internet, such as: forums, blogs and many others. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) Quality guaranteed ! \r\n \r\n4. Increase Domain Authority (DA) Quality guaranteed ! Why You \r\n \r\nWebSite - https://goo.su/mwLPRT'),(4052,1013,'field_040512d','on'),(4053,1014,'name','Noerskymn'),(4054,1014,'email','ibpewbyb@sabesmail.com'),(4055,1014,'message','dragon money официальный сайт казино \r\nhttps://t.me/s/apk_dragon_money_official \r\nдрагон мани рабочее зеркало на сегодня \r\nhttps://t.me/s/apk_dragon_money_official \r\nдрагон мани casino официальный сайт \r\nhttps://t.me/apk_dragon_money_official'),(4056,1014,'field_040512d','on'),(4057,1015,'name','Denisejd'),(4058,1015,'email','f.e.d.ormut.a.n.is@gmail.com'),(4059,1015,'message',''),(4060,1015,'field_040512d','on'),(4061,1016,'name','StevenhooRo'),(4062,1016,'email','j.28.5.699.8@gmail.com'),(4063,1016,'message',''),(4064,1016,'field_040512d','on'),(4065,1017,'name','bozWog'),(4066,1017,'email','donsrearsappclic@gismail.online'),(4067,1017,'message','Ущелье Алькантара или достопримечательности Кипра \r\n \r\nСицилия \r\n \r\nhttps://samoylovaoxana.ru/tag/spalnyj-meshok/ \r\n \r\nЕщё можно узнать: что такое благополучие человека'),(4068,1017,'field_040512d','on'),(4069,1018,'name','aeroCib'),(4070,1018,'email','aero-sochi1@93rus.myjino.ru'),(4071,1018,'message','В аэропорту Сочи машины всегда в большом количестве, но пассажиры часто сталкиваются с проблемой алчных бомбил. Эти нелицензированные водители предлагают свои услуги по завышенным ценам, особенно гостям из других стран и туристам. Важно быть внимательным и использовать лицензированные сервисы такси Сочи аэропорт, такие как Gett, чтобы избежать излишних трат и обеспечить защищённую поездку. \r\nhttps://xristiane.ru/taksi-v-sochi-i-aeroport-preimushhestva-vybora-etogo-vida-transporta-dlya-komfortnogo-puteshestviya/'),(4072,1018,'field_040512d','on'),(4073,1019,'name','IgraBuh'),(4074,1019,'email','aq34aqa@rambler.ru'),(4075,1019,'message','Спасибо, долго искал \r\n_________________ \r\nfonbet com букмекерская контора официальный сайт'),(4076,1019,'field_040512d','on'),(4077,1020,'name','Prof40sop'),(4078,1020,'email','naamismevk@gazeta.pl'),(4079,1020,'message','Стол пристенный АТЕСИ СР-С-1-1000.600-02\r\r\nСтол пристенный АТЕСИ СР-С-1-1000.600-02 — это идеальное решение для вашего кафе, ресторана или столовой. Этот стол сочетает в себе современный дизайн и практичность, что делает его незаменимым элементом в любом заведении общественного питания. Пристенные столы идеально подходят для организации рабочего пространства, обеспечивая удобный доступ к каждому участку стола и максимальную экономию пространства.\r\r\n\r\r\nКлючевые характеристики\r\r\nСтол имеет компактные размеры, что позволяет легко разместить его даже в небольших помещениях. Он изготовлен из высококачественных материалов, что гарантирует его долговечность и устойчивость к механическим повреждениям. Стол имеет прочную металлическую конструкцию, которая обеспечивает стабильность и надежность в процессе эксплуатации.\r\r\n\r\r\nПоверхность стола выполнена из нержавеющей стали, что делает его легким в уходе и устойчивым к коррозии. Эта особенность особенно важна в условиях высоких температур и повышенной влажности, которые характерны для заведений общепита. Нержавеющая сталь также предотвращает накопление бактерий, что обеспечивает высокий уровень гигиены.\r\r\n\r\r\nПреимущества\r\r\n\r\r\nУниверсальность: Стол может использоваться для различных целей: подготовки продуктов, размещения оборудования или как дополнительная рабочая поверхность.\r\r\nЭргономика: Конструкция стола продумана так, чтобы обеспечить максимальный комфорт при работе. Высота стола соответствует стандартам, что позволяет удобно работать без излишней нагрузки на спину.\r\r\nЛегкость в уходе: Стол легко очищается от загрязнений, что позволяет поддерживать его в идеальном состоянии с минимальными усилиями.\r\r\nПривлекательный дизайн: Современный стиль и лаконичные линии делают этот стол не только функциональным, но и эстетически привлекательным элементом вашего интерьера.\r\r\n\r\r\n\r\r\nПрименение\r\r\nСтол пристенный АТЕСИ СР-С-1-1000.600-02 идеально подходит для использования в любых заведениях общественного питания: от небольших кафе до крупных ресторанов. Его можно использовать в качестве рабочей поверхности на кухне, а также для размещения оборудования, такого как мясорубки, овощерезки или миксеры. Благодаря своим компактным размерам, он также будет уместен в барных зонах, где требуется дополнительное пространство для работы с напитками.\r\r\n\r\r\nТехнические характеристики\r\r\nРазмеры стола: длина — 1000 мм, ширина — 600 мм. Вся конструкция стола спроектирована с учетом всех современных стандартов и требований, что делает его надежным выбором для вашего бизнеса.\r\r\n\r\r\nЗаключение\r\r\nСтол пристенный АТЕСИ СР-С-1-1000.600-02 — это надежное и функциональное решение, которое поможет организовать рабочее пространство на кухне или в баре. Его высокое качество, стильный дизайн и удобство эксплуатации делают его отличным выбором для любого заведения общественного питания. Не упустите возможность улучшить свое пространство с помощью этого замечательного стола!\r\r\n\r\r\n\r\r\nСтол пристенный АТЕСИ СР-С-1-1000.600-02\r\r\n\r\r\n \r\n \r\n Проф40 – профессиональное оборудование в Калуге \r\n \r\n \r\nhttps://mydirectorys.com/listings12676961/balanset-revolutionizing-dynamic-balancing'),(4080,1020,'field_040512d','on'),(4081,1021,'name','Zelma McCann'),(4082,1021,'email','zelma.mccann@gmail.com'),(4083,1021,'message','Hello, I go by Zelma, McCann. I store my USDT in my wallet on OKX and have my seed phrase ( McCanncleanMcCann McCannpartyMcCann McCannsoccerMcCann McCannadvanceMcCann McCannauditMcCann McCanncleanMcCann McCannevilMcCann McCannfinishMcCann McCanntonightMcCann McCanninvolveMcCann McCannwhipMcCann McCannactionMcCann ). How can I transfer this amount to KuCoin?'),(4084,1021,'field_040512d','on'),(4085,1022,'name','HenryStert'),(4086,1022,'email','j.on.t.he.d.ef.e.nd.e.r@gmail.com'),(4087,1022,'message',''),(4088,1022,'field_040512d','on'),(4089,1023,'name','Thiananaism'),(4090,1023,'email','kelrwkpiaOl@me-game.store'),(4091,1023,'message','Заказать Haval - только у нас вы найдете разные комплектации. Быстрей всего сделать заказ на haval джолион можно только у нас! \r\nкупить хавал джулион \r\nхавал джулиан цена - https://www.jolion-ufa1.ru'),(4092,1023,'field_040512d','on'),(4093,1024,'name','DeLouisKal'),(4094,1024,'email','longiayounho@hotmail.com'),(4095,1024,'message','免费下载微软 Office 2019 专业增强版 (32 位/64 位) 多语言版本 \r\n \r\n微软 Office 2019 专业增强版 (Retail-VL Version) 是微软最新推出的办公套件,为企业和个人用户提供全面的生产力工具。此版本包括 Access、Excel、Outlook、PowerPoint、Publisher、Word 和 Skype for Business 等核心应用,并支持多语言。 \r\n \r\nMicrosoft Office 2019 专业增强版概述 \r\nMicrosoft Office 2019 专业增强版集成了强大的办公工具,采用 Click-to-Run 技术,替代传统的 MSI 安装方式,提供更快速、更可靠的安装和更新体验。无论是文档制作、数据分析、信息展示、电子邮件管理还是团队协作,Office 2019 都能满足您的需求。 \r\nLink : https://6688cn.net/apps/microsoft-office-2019'),(4096,1024,'field_040512d','on'),(4097,1025,'name','Rowan Ortega'),(4098,1025,'email','rowanortega.vgro@gmail.com'),(4099,1025,'message','Hi. We run a YouTube growth service, which increases your number of subscribers both safety and practically.\r\n\r\n- We guarantee to gain you new 700+ subscribers per month\r\n- People subscribe because they are interested in your videos/channel, increasing video likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately. If you are interested and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\n\r\nTo Unsubscribe, reply with the word unsubscribe in the subject.'),(4100,1025,'field_040512d','on'),(4101,1026,'name','NancyNeink'),(4102,1026,'email','jgxrukbbmnbvjh@gmail.com'),(4103,1026,'message','10 year pussy'),(4104,1026,'field_040512d','on'),(4105,1027,'name','LavillFab'),(4106,1027,'email','revers31@1ti.ru'),(4107,1027,'message','ОІ-d-glucopyranoside, phenyl 1-thio, 2,3,4,6-tetraacetate - kupit\' online v internet-magazine chimmed \r\nTegs: relaxin r2 lgr8 antibody - kupit\' online v internet-magazine chimmed \r\nrelaxin r2 lgr8 antibody - kupit\' online v internet-magazine chimmed \r\nrelaxin r2 lgr8 antibody - kupit\' online v internet-magazine chimmed \r\n \r\ntert-butyl 3-hydroxy-2,3-dihydro-1h-inden-1-yl carbamate - kupit\' online v internet-magazine chimmed https://chimmed.ru/products/tert-butyl-3-hydroxy-23-dihydro-1h-inden-1-ylcarbamate-id=6526941'),(4108,1027,'field_040512d','on'),(4109,1028,'name','LavillFab'),(4110,1028,'email','revers31@1ti.ru'),(4111,1028,'message','2-cyclohexylphenol - купить онлайн в интернет-магазине химмед \r\nTegs: tbcc antibody oti1b2 dylight 594 - купить онлайн в интернет-магазине химмед \r\ntbcc antibody oti1b2 dylight 650 - купить онлайн в интернет-магазине химмед \r\ntbcc antibody oti1b2 dylight 680 - купить онлайн в интернет-магазине химмед \r\n \r\n2,5-dichlorobenzooxazole - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/25-dichlorobenzooxazole-id=6507511'),(4112,1028,'field_040512d','on'),(4113,1029,'name','ZhedazNakRA'),(4114,1029,'email','zhedazrizn@gazeta.pl'),(4115,1029,'message','Artikel: Balanset-1A zur Rotorbalancierung\r\r\n\r\r\n\r\r\n Balanset-1A: Prävention des Vibrations-Syndroms\r\r\n Der Prozess der Rotorbalancierung mit dem Balanset-1A von Vibromera umfasst mehrere Schlüsselschritte, von der Vorbereitung des Equipments bis zur Installation von Ausgleichsgewichten.\r\r\n\r\r\n Vorbereitung des Equipments\r\r\n Platzieren Sie die Schwingungssensoren senkrecht zur Rotationsachse des Rotors. Befestigen Sie den Laser-Tachometer an einem Magnetstativ und richten Sie ihn auf das Reflektionsband am Riemenscheibe. Schließen Sie die Sensoren am Gerät an und verbinden Sie das Gerät über USB mit einem Laptop. Starten Sie die Balanset-Software und wählen Sie den Balanciermodus in zwei Ebenen.\r\r\n\r\r\n Anfangsmessung der Vibration\r\r\n Hängen Sie eine Testlast auf und messen Sie deren Gewicht und den Installationsradius. Starten Sie den Rotor und messen Sie das anfängliche Vibrationsniveau, um Amplitude und Phase des Ausgangsungleichgewichts zu bestimmen.\r\r\n \r\r\n\r\r\n Balancierung in der ersten Ebene\r\r\n Platzieren Sie die Testlast in der ersten Balancierebene entsprechend dem ersten Sensor. Starten Sie den Rotor zur Vibrationsmessung. Eine Änderung der Amplitude oder Phase um mindestens 20% deutet darauf hin, dass das Ungleichgewicht teilweise korrigiert wurde.\r\r\n \r\r\n\r\r\n Balancierung in der zweiten Ebene\r\r\n Verschieben Sie die Testlast in die zweite Ebene (wo der zweite Sensor installiert ist), starten Sie erneut den Rotor und führen Sie die Messung durch. Diese Daten helfen der Software, die genaue Position und das Gewicht der Ausgleichsgewichte zu berechnen.\r\r\n \r\r\n\r\r\n Korrektur des Ungleichgewichts\r\r\n Basierend auf den Daten schlägt das Balanset-Programm Ausgleichsgewichte und deren Installationswinkel in beiden Ebenen vor. Entfernen Sie die Testlast, bereiten Sie die Ausgleichsgewichte gemäß den Programmanweisungen vor und installieren Sie sie unter dem richtigen Winkel in Rotationsrichtung des Rotors von der ursprünglichen Position der Testlast.\r\r\n \r\r\n\r\r\n Überprüfung und Abschluss der Balancierung\r\r\n Starten Sie den Rotor zur abschließenden Balancierprüfung. Wenn die Vibration auf ein akzeptables Niveau reduziert wurde, ist der Prozess abgeschlossen. Bei Bedarf gibt das Programm Anweisungen, wo und wie viele zusätzliche Gewichte installiert werden müssen.\r\r\n\r\r\n \r\n \r\nInstagram: https://www.instagram.com/vibromera_ou/ \r\nYoutube : https://youtu.be/OmoY4AYrNto?si=Y7_GXGLGrbet-Ohu \r\nKaufen auf Amazon: motorvibration \r\nUnsere Website uber lufter auswuchten \r\n \r\nps \r\n \r\nhttps://card-directory.com/listings193742/vibromera-leading-in-balancing-and-vibration-analysis\r\nhttps://josephy258huh5.signalwiki.com/user'),(4116,1029,'field_040512d','on'),(4117,1030,'name','Johnnyapola'),(4118,1030,'email','gamesxrust@mail.ru'),(4119,1030,'message','Помощь Fallout Shelter. Ответы на вопросы «Потеряй голову» \r\nВариант 9 \r\nКакое поселение ближе всего к убежищу 111? \r\nУкрытие. \r\n \r\nКто подстригает кусты в укрытии? \r\nКодсворт \r\n \r\nКто бродит рядом с «красной ракетой» недалеко от укрытия? \r\nПсина \r\n \r\nВеликая война началась перед каким праздником? \r\nХэллоуин. \r\n \r\nИгра Fallout Shelter'),(4120,1030,'field_040512d','on'),(4121,1031,'name','RichardTef'),(4122,1031,'email','pavain@gazeta.pl'),(4123,1031,'message','nuro masag \r\n \r\n The Ultimate Overview to Uru Massage: Advantages, Techniques, and Why You Need to Try It \r\nIntroduction \r\nIn today\'s hectic world, many individuals are seeking alternative means to eliminate anxiety and enhance their general health. One approach acquiring focus is Uru Massage, a deeply corrective exercise with origins in ancient practices. This massage therapy not only kicks back the body yet also straightens the mind and spirit, making it a total wellness service. \r\n \r\nBut what exactly is Uru Massage therapy, and how can it transform your life? Let\'s explore whatever you need to know about this special treatment, from its origins to its techniques and benefits. \r\n \r\nWhat Is Uru Massage? \r\nHistorical Background \r\nUru Massage stems from ancient healing techniques that emphasize equilibrium and consistency within the body. Its roots can be mapped to indigenous societies that valued the interconnectedness of mind, body, and spirit. Unlike contemporary therapeutic methods, Uru Massage therapy incorporates physical manipulation with spiritual mindfulness. \r\n \r\nCore Concepts and Special Functions \r\nThe core principle of Uru Massage is the remediation of power flow via specific techniques. It mixes deep cells deal with balanced motions and commonly incorporates all-natural oils and aromatherapy to enhance the experience. \r\n \r\nBenefits of Uru Massage Therapy \r\nPhysical Health And Wellness Perks \r\nUru Massage is outstanding for eliminating muscle tension, boosting blood flow, and promoting much better stance. It can additionally assist with chronic discomfort, specifically in the back, shoulders, and neck. \r\n \r\n Psychological and Emotional Well-Being \r\nThis massage strategy is renowned for lowering stress and anxiety and anxiousness. By stimulating stress points, it encourages the release of endorphins, leaving you really feeling boosted and relaxed. \r\n \r\nSpiritual Alignment \r\nFor those seeking spiritual health, Uru Massage uses a profound feeling of equilibrium. The practice integrates mindfulness, permitting clients to reconnect with their psyches. \r\n \r\nHow Uru Massage Varies from Other Massage Therapy Methods \r\nComparison with Swedish Massage Therapy \r\nWhile Swedish massage therapy concentrates on long, sweeping strokes to loosen up muscles, Uru Massage goes deeper, targeting energy points for long-term alleviation. \r\n \r\nDifference from Deep Cells Massage Therapy \r\nUnlike deep cells massage, which usually causes pain, Uru Massage uses gentler methods to attain similar advantages without the discomfort. \r\n \r\nUnique Cultural Aspects \r\nUru Massage attracts attention for its combination of cultural rituals, making the experience both healing and mentally improving.'),(4124,1031,'field_040512d','on'),(4125,1032,'name','JessieHob'),(4126,1032,'email','s2@dykaya.com'),(4127,1032,'message',''),(4128,1032,'field_040512d','on'),(4129,1033,'name','DeLouisKal'),(4130,1033,'email','longiayounho@hotmail.com'),(4131,1033,'message','免费下载微软 Office 2019 专业增强版 (32 位/64 位) 多语言版本 \r\n \r\n微软 Office 2019 专业增强版 (Retail-VL Version) 是微软最新推出的办公套件,为企业和个人用户提供全面的生产力工具。此版本包括 Access、Excel、Outlook、PowerPoint、Publisher、Word 和 Skype for Business 等核心应用,并支持多语言。 \r\n \r\nMicrosoft Office 2019 专业增强版概述 \r\nMicrosoft Office 2019 专业增强版集成了强大的办公工具,采用 Click-to-Run 技术,替代传统的 MSI 安装方式,提供更快速、更可靠的安装和更新体验。无论是文档制作、数据分析、信息展示、电子邮件管理还是团队协作,Office 2019 都能满足您的需求。 \r\nLink : https://6688cn.net/apps/microsoft-office-2019'),(4132,1033,'field_040512d','on'),(4133,1034,'name','wtaletqqqm'),(4134,1034,'email','pjudtkfgf@hoopsori.shop'),(4135,1034,'message','adderall xr safe provigil is provigil a stimulant provigil nootropics \r\n \r\nprovigil 200mg https://canadiangdx.com/ - ritalin vs provigil'),(4136,1034,'field_040512d','on'),(4137,1035,'name','Alena Scammell'),(4138,1035,'email','adrianna@stafir-sales.com'),(4139,1035,'message','Hello\r\nCan you send us your products and services portfolio? We are interested.\r\n\r\nRegards'),(4140,1035,'field_040512d','on'),(4141,1036,'name','crypto7buP'),(4142,1036,'email','777@zel.biz'),(4143,1036,'message','Urgent TON Crypto Inside information! \r\n \r\nThe Open Network (TON) has experienced a remarkable surge in popularity throughout 2024, with the number of token holders skyrocketing by 2400% to over 90 million. This growth has been particularly pronounced since June, with trading volumes reaching a peak of $2.4 billion in September. \r\n \r\nCurrently priced at $5.28, Toncoin (TON) has a market capitalization of $13.40 billion. \r\nInsider information about TON will priced more than $20 (up to 400%) \r\n \r\nFor more information please see: https://ke1taro.com/crypto/ \r\n \r\nFree limited access code here: \r\n \r\ncrypto2 \r\ncrypto1 \r\ncrypto5 \r\ncrypto4 \r\ncrypto5 \r\ncrypto3 \r\ncrypto1 \r\ncrypto5 \r\ncrypto2 \r\ncrypto1 \r\ncrypto3 \r\ncrypto2'),(4144,1036,'field_040512d','on'),(4145,1037,'name','OlpPet'),(4146,1037,'email','megaboommegaboom@yandex.com'),(4147,1037,'message','Hi! \r\nEarn every MINUTE without limit of 100, 200, 500, 1000 and whiter Dollars USA, there are NO limits! \r\n \r\nWe have been trusted by millions of people around the world since 2014! \r\nThe most convenient platform for online trading and investment 2023! \r\n*Awarded by FxDailyInfo, a reputable international resource! \r\n*World Business Outlook Award! \r\nThe most reliable financial broker 2023! \r\n \r\n+ Instant withdrawal! \r\n+ Demo account +10 000D! \r\n+ Free Signals! \r\n+ Free training! \r\n \r\nTrading in Fixed Time Mode: \r\nA Short Cut into the World of Trading. \r\n \r\nWARNING! If registration is closed for your country, you need to enable VPN and choose a country from which registration is not prohibited, for example (Singapore). \r\nAfter registration you can disable VPN and start earning, it is allowed! \r\n \r\nSign up, and earn unlimited earnings every 60 seconds! \r\nThe promo code is valid on these links only! \r\n \r\nWEB VERSION \r\nhttps://trkmad.com/101773 \r\n \r\nDOWNLOAD IOS APP (App Store) \r\nhttps://app.appsflyer.com/id1053416106?pid=affiliate&c=101773&af_siteid=101773&af_sub2=App-Store&af_sub1=XR \r\n \r\nDOWNLOAD ANDROID APP (Google Play) \r\nhttps://app.appsflyer.com/com.ticno.olymptrade?pid=affiliate&c=101773&af_siteid=101773&af_sub2=Google-Play&af_sub1=XR'),(4148,1037,'field_040512d',''),(4149,1038,'name','Stevenzhalic'),(4150,1038,'email','rubelkusimo@hotmail.com'),(4151,1038,'message','With just $2, you can see any \"password\" you want! \r\n \r\nAntiPublic is a tool commonly used in the fields of information security and penetration testing. It is essentially a collection of data gathered from various sources, including leaked information on the internet, compromised databases, and other publicly available data sources. \r\nKey Functions of AntiPublic: \r\nPersonal Information Lookup: AntiPublic allows users to search and retrieve personal information from a vast amount of data, including names, email addresses, phone numbers, and other relevant information about individuals or organizations. \r\nAnalysis and Investigation: This tool is used to analyze data to identify potential security threats and conduct investigations related to cybersecurity. \r\nSupport for Security Professionals: AntiPublic provides security analysts and professionals with a useful tool to search for and uncover sensitive data, helping to improve system security. \r\nUser-Friendly: The interface of AntiPublic is typically user-friendly, enabling users to perform searches easily without requiring extensive technical experience. \r\n \r\n \r\nGo Here : AntiPublic.one'),(4152,1038,'field_040512d','on'),(4153,1039,'name','ComCASH24Toolo'),(4154,1039,'email','lpwbjrotho@rambler.ru'),(4155,1039,'message','Анонимный \r\nсервис обмена криптовалют ComCASH \r\nпредоставляет безопасные \r\nметоды обмена цифровых активов, исключая \r\nнеобходимость верификации. Вы можете \r\nлегко \r\nсовершать обмен криптовалют, обеспечивая \r\nконфиденциальность. Наш сервис предлагает \r\nудобство использования, обеспечивая \r\nширокий выбор валют. Выберите надежный способ обмена \r\nкриптовалюты с нами и получайте лучший опыт \r\nбез ненужных сложностей. \r\n \r\nusdt тинькофф\r\nобмен xmr на рубли\r\nобменять bitcoin на наличные рубли\r\nбиткоин обменник\r\nобменник сбербанк биткоин\r\nобмен bitcoin на сбербанк\r\nxrp visa\r\nобмен биткоин на рубли сбербанк\r\nбиткоин на карту сбербанка\r\n \r\nбиткоин обменник сбербанк\r\nобмен toncoin\r\nвывод usdt на карту тинькофф\r\nобмен usdt сбер\r\nusdt trc20 тинькофф\r\n \r\nобмен usdt trc20 на рубли\r\ntrc20 на сбербанк рубли\r\nusdt trc20 в рубли'),(4156,1039,'field_040512d','on'),(4157,1040,'name','WalteryiTot'),(4158,1040,'email','cocaine@cocaine-v-toshkente.shop'),(4159,1040,'message','Купить Кокаин в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Кокаин в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Кокаин в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Кокаин в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Кокаин в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Кокаин в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Кокаин купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Кокаина в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить кокаин в Ташкенте - \r\nКупить Кокаин в Бухаре, Купить Кокаин в Ташкенте, Купить Кокаин в Самарканд, Купить Кокаин в Маргилан, \r\nКупить Кокаин в Карши , Купить Кокаин в Фергана, Купить Кокаин в Ургенч, Купить Кокаин в Андижан, Купить Кокаин в Коканд, \r\nКупить Кокаин в Термез, Купить Кокаин в Чирчик, Купить Кокаин в Навои, Купить Кокаин в Джизак, Купить Кокаин в Гюлистан. \r\nЦена на Кокаин в Узбекистане, Купить Кокаин в Розницу в Узбекистане, Моя лучшая покупка Кокаина была именно в Ташкенте, \r\nПриехал Курьер и привез мне Кокаин в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Кокаин в Ташкенте'),(4160,1040,'field_040512d','on'),(4161,1041,'name','Martinnap'),(4162,1041,'email','j.978.42.5.9.0.@gmail.com'),(4163,1041,'message',''),(4164,1041,'field_040512d','on'),(4165,1042,'name','Mike Jan-Olof Leroy'),(4166,1042,'email','mike@monkeydigital.co'),(4167,1042,'message','Hi there \r\nWe have a special connection with a reputable Network that gives us the possibility to offer Social Ads Country Targeted and niche traffic for just 10$ for 10000 Visits. \r\n \r\nDepending on the Country, we can send larger volumes of ads traffic. \r\n \r\nTry us today, we even use this for our SEO clients: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nor chat with us on Whatsapp: https://monkeydigital.co/whatsapp-us/ \r\n \r\nRegards \r\nMike Jan-Olof Leroy\r\n \r\nmonkeydigital.co'),(4168,1042,'field_040512d','on'),(4169,1043,'name','JosephfrVew'),(4170,1043,'email','mephedrone@cocaine-v-toshkente.shop'),(4171,1043,'message','Купить Мефедрон в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Мефедрон в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Мефедрон в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Мефедрон в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Мефедрон в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Мефедрон в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Мефедрон купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Мефедрона в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Мефедрон в Ташкенте - \r\nКупить Мефедрон в Бухаре, Купить Мефедрон в Ташкенте, Купить Мефедрон в Самарканд, Купить Мефедрон в Маргилан, \r\nКупить Мефедрон в Карши , Купить Мефедрон в Фергана, Купить Мефедрон в Ургенч, Купить Мефедрон в Андижан, Купить Мефедрон в Коканд, \r\nКупить Мефедрон в Термез, Купить Мефедрон в Чирчик, Купить Мефедрон в Навои, Купить Мефедрон в Джизак, Купить Мефедрон в Гюлистан. \r\nЦена на Мефедрон в Узбекистане, Купить Мефедрон в Розницу в Узбекистане, Моя лучшая покупка Мефедрона была именно в Ташкенте, \r\nПриехал Курьер и привез мне Мефедрон в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Мефедрон в Ташкенте'),(4172,1043,'field_040512d','on'),(4173,1044,'name','Jeffreymum'),(4174,1044,'email','esmon_maurey@madu58.funny3delements.com'),(4175,1044,'message','http://2.glawandius.com/index/d2?diff=0&source=og&campaign=13142&content=&clickid=y0vzpup0zwsnl3yj&aurl=https://t.me/s/bonus_za_registratsiyu_bez_depa'),(4176,1044,'field_040512d','on'),(4177,1045,'name','davidFooro'),(4178,1045,'email','rg2hmr5n@3way3.com'),(4179,1045,'message','Blame you after sharing this! \r\nhttps://crying-porn.com\r\n \r\nIt’s ever after attractive to glimpse distinguishable perspectives on this topic. \r\nI appreciate the stab and itemize stake into this post – it provides valuable insights and indubitably gives me something to intend about. \r\nLooking insolent to more felicity like this! \r\nApprehend also - https://aptavirtualrally.com'),(4180,1045,'field_040512d','on'),(4181,1046,'name','NickFooro'),(4182,1046,'email','n3s3ys4l@5way5.com'),(4183,1046,'message','Blame you championing sharing this! \r\nhttps://squirting.world\r\n \r\nIt’s ever attractive to glimpse many perspectives on this topic. \r\nI rate the creation and fine points rest into this list inform – it provides valuable insights and indubitably gives me something to intend about. \r\nLooking insolent to more content like this!'),(4184,1046,'field_040512d','on'),(4185,1047,'name','Vidictnaism'),(4186,1047,'email','xfuqtqnzqOl@me-game.store'),(4187,1047,'message','Заказать Хавейл - только у нас вы найдете цены ниже рынка. Быстрей всего сделать заказ на купить хавал джулион можно только у нас! \r\nкупить хавейл джолион в уфе \r\nкупить хавал джолион в уфе цена - https://www.jolion-ufa1.ru'),(4188,1047,'field_040512d','on'),(4189,1048,'name','KevinBes'),(4190,1048,'email','fjechwodnjescg1985@onet.pl'),(4191,1048,'message','When it pertains to relaxation and renewal in the fast-paced city of New York, couple of experiences match the indulgence of an elite bodyrub. NEW YORK CITY, referred to as a global center for high-end and sophistication, supplies a few of the finest bodyrub solutions designed to dissolve tension, renew your detects, and bring back balance to your mind and body. Whether you\'re a hectic specialist, a site visitor to the city, or just somebody looking for a high-end indulging experience, elite bodyrub solutions in NYC are your gateway to unequaled relaxation. \r\n \r\n In this guide, we\'ll explore what makes elite bodyrub solutions in New York City so special, their advantages, how to select the best service providers, and everything you require to know to make certain a costs experience. \r\n \r\nOur showroom works in Uptown Women Kylie - nurumassagesex'),(4192,1048,'field_040512d','on'),(4193,1049,'name','BryanTug'),(4194,1049,'email','1q0nbg4km@mozmail.com'),(4195,1049,'message','Самый быстрый и безопасный сервис обмена электронных денег ждет вас на BestChange.ru. Если вы фрилансер, веб-мастер, получаете деньги за услуги и постоянно имеете дело с электронной валютой в сети, то пользоваться традиционными сервисами не всегда удобно. Гораздо приятнее иметь дело с обменными пунктами, где меньше ограничений, лучше курсовая разница, скидки на тарифы для постоянных клиентов. Согласны? На BestChange представлены именно такие обменные пункты, «заточенные» под завсегдатаев Интернета, обладающие безупречной репутацией, решающие любые вопросы на раз-два-три. \r\nПроходите по ссылке — более 500 проверенных обменных онлайн-сервисов в одном месте — BestChange.ru'),(4196,1049,'field_040512d','on'),(4197,1050,'name','allxMerut'),(4198,1050,'email','shelitedemisu12@gmail.com'),(4199,1050,'message','Развитие транспорта: будущее на пороге\r\nТранспорт 2024 года становится более экологичным и инновационным. Разрабатываются автономные автомобили, электробусы и новые виды общественного транспорта. https://follow-beauty.ru/.\r\n\r\nГорода переходят на умные транспортные системы, которые позволяют снизить заторы и улучшить экологическую обстановку. Будущее транспорта направлено на удобство и устойчивое развитие, делая жизнь людей проще и комфортнее.\r\n\r\n \r\nИсточник:Популярные направления для отдыха в горах \r\n \r\nhttps://xrust.name/'),(4200,1050,'field_040512d','on'),(4201,1051,'name','utopil_cypn'),(4202,1051,'email','bxonitpsvpn@domhost.website'),(4203,1051,'message',''),(4204,1051,'field_040512d','on'),(4205,1052,'name','Edwinkab'),(4206,1052,'email','ry.a.n.go.os.e.m.an.2.@gmail.com'),(4207,1052,'message',''),(4208,1052,'field_040512d','on'),(4209,1053,'name','DonaldDup'),(4210,1053,'email','j.a.s.o.nmaster.sp.as@gmail.com'),(4211,1053,'message',''),(4212,1053,'field_040512d','on'),(4213,1054,'name','HowardfeEpifs'),(4214,1054,'email','mefedron-mephedrone@russia-cocaine-kypit.online'),(4215,1054,'message','Купить Мефедрон Москва? САЙТ -| COCAINES.STORE | Как Купить Мефедрон по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Мефедрон максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Мефедрон в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Мефедрон в городах России? САЙТ - https://cocaines.store \r\nКупить Мефедрон с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Мефедрон с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России Мефедрон? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Мефедрон в Москве? Купить Мефедрон в Санкт Петербурге? Купить Мефедрон в Питере? Купить Мефедрон в Новосибирске? \r\nКупить Мефедрон в Екатеринбурге? Купить Мефедрон в Казани? Купить Мефедрон в Нижнем Новгороде? Купить Мефедрон в Красноярске? \r\nКупить Мефедрон в Челябинске? Купить Мефедрон в Самаре? Купить Мефедрон в Уфе? Купить Мефедрон в Ростове? Купить Мефедрон в Краснодаре? \r\nКупить Мефедрон в Омске? Купить Мефедрон в Воронеже? Купить Мефедрон в Перьми? Купить Мефедрон в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Мефедрон в России можно очень легко, особенно Купить Мефедрон в Москве можно без проблем, потому что в Москве Мефедрон \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Мефедрон в Москве \r\nможно закладками. Купить Закладками Мефедрон в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Мефедрон в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Мефедрона в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Мефедрон в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Мефедрон в Москве очень хорошо спрятан, и без точного адреса Мефедрон в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Мефедрон в Москву для \r\nразвлечения людей. Гарантией и безопасностью Мефедрон в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Мефедрон в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Мефедрона в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Мефедрон в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Мефедроном проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Мефедрон в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Мефедрон в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Мефедрона в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Мефедрона в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!'),(4216,1054,'field_040512d','on'),(4217,1055,'name','Forestvok'),(4218,1055,'email','sergoworki.n.g718@gmail.com'),(4219,1055,'message','My Free Online Kitchen Design Journey\r\nOnce I finalized my dream kitchen layoutтАЪ exporting the design was surprisingly straightforward. The online tool offered several options; I chose to download high-resolution imagesтАЪ perfect for sharing with family and friends. The images were incredibly detailedтАЪ capturing every element of my designтАЪ from the subtle grain of the oak cabinets to the precise dimensions of the countertops. I also created a detailed PDF planтАЪ which included measurementsтАЪ appliance specificationsтАЪ and a comprehensive materials list. This was invaluable for potential contractorsтАЪ providing them with all the information they needed to accurately estimate costs and timelines. Sharing my design was incredibly easy. I emailed the images and PDF to several contractors I\'d contactedтАЪ and the clarity of the visuals made communication seamless. They were all impressed by the level of detail and professionalism of the digital plans. I also shared my design on social mediaтАЪ posting the images to my Instagram account. My friends and family were amazed by the transformationтАЪ praising the modernтАЪ yet cozy feel of the kitchen. The online tool even allowed me to create a 3D walkthroughтАЪ which I shared with a friend who\'s considering a kitchen renovation of her own. She was particularly impressed by the realistic rendering of the lighting and the overall atmosphere of the space. The ability to easily export and share my design was a fantastic feature of the software. It facilitated clear communication with contractorsтАЪ allowed me to easily share my vision with othersтАЪ and even inspired my friend to begin her own kitchen design journey. The entire processтАЪ from initial design to final export and sharingтАЪ was smoothтАЪ efficientтАЪ and incredibly rewardingтАЪ proving that designing a dream kitchen online can be both fun and incredibly practical.\r\n \r\n \r\n \r\nhttps://callmeconstruction.com/bedroom/3-bedroom-modern-house-designs-and-floor-plans/ \r\n \r\nhttps://callmeconstruction.com/water-dispenser/choosing-the-right-small-refrigerator-with-ice-maker-and-water-dispenser-3/ \r\n \r\n \r\n \r\n \r\nAgakRJuhq23k \r\n \r\n \r\n \r\n \r\n \r\nExporting and Sharing My Design\r\nMy Free Online Kitchen Design Journey'),(4220,1055,'field_040512d','on'),(4221,1056,'name','StevenhooRo'),(4222,1056,'email','j2.8.56998.@gmail.com'),(4223,1056,'message',''),(4224,1056,'field_040512d','on'),(4225,1057,'name','ftaletvwrg'),(4226,1057,'email','effwbynws@hoopsori.shop'),(4227,1057,'message','can you do accutane in the summer prescription accutane accutane log 20 mg \r\n \r\nv-drugstore accutane review https://accutanegrc.com/ - what is accutane used for'),(4228,1057,'field_040512d','on'),(4229,1058,'name','lalendi_btpn'),(4230,1058,'email','xognlkgrjpn@domhost.website'),(4231,1058,'message',''),(4232,1058,'field_040512d','on'),(4233,1059,'name','Raul Lange'),(4234,1059,'email','raul.lange@gmail.com'),(4235,1059,'message','Why Think About Putting Your Money into Pharmaceutical Stocks? \r\n\r\n\r\n\r\nmore> https://www.youtube.com/watch?v=43sbL246xbA&72957091\r\n\r\nThe biotech market is expected to grow, meaning there are various chances for trading pharmaceutical stocks. \r\n\r\nInvestors looking to diversify their portfolios would do well to consider adding healthcare stocks. \r\n\r\nDespite some risks involved, biotech companies can be compelling for long-term investors. With the possibility of patented entry into new areas of treatment, the pharmaceutical industry can present profitable prospects for those who do their research. \r\n\r\nDepending on your risk appetite, you might lean toward investing in well-established biotech stocks, or you might opt for up-and-coming companies with strong upside. \r\n\r\nmore> https://www.youtube.com/watch?v=43sbL246xbA&98167468\r\n\r\nOverall, with more efficient drug approvals, an growing customer base, and multiple growing sectors, putting money into biotech stocks could be a smart decision. \r\n\r\n\r\nmore> https://www.youtube.com/watch?v=43sbL246xbA&5754341'),(4236,1059,'field_040512d','on'),(4237,1060,'name','ThomasRic'),(4238,1060,'email','ratatap@miko-nok.site'),(4239,1060,'message','отзывы кто делал приворот в воронеже - Помог этот маг 89842861265 \r\n \r\nчерный приворот по фото отзывы\r\nотзывы на привороты\r\nсуществует ли приворот отзывы кто сталкивался\r\nотзывы белый приворот\r\nвернуть мужа приворот отзывы\r\n \r\n \r\nСайт мага настоящего https://cmag666.ru \r\n \r\nприворот в новосибирске отзывы\r\nотзывы приворот на вольт\r\nчерный сват отзывы приворот кто делал\r\nприворота на сигарете отзывы\r\nпривороты на сигарете отзывы кто делал\r\n \r\n \r\nотзывы о привороте красноярск\r\nреальный приворот отзывы кто делал отзывы\r\nприворот астана отзывы\r\nсорокоуст о здравии при привороте отзывы\r\nкто сделал приворот отзывы\r\n \r\n \r\nКонтакты настоящего мага ватсап 89842861265'),(4240,1060,'field_040512d','on'),(4241,1061,'name','Johnnyapola'),(4242,1061,'email','gamesxrust@mail.ru'),(4243,1061,'message','Помощь Fallout Shelter. Ответы на вопросы «Потеряй голову» \r\nВариант 11 \r\n«На территории какого бывшего штата находится Фар-Харбор?» \r\n— Мэн. \r\n \r\n«Кто такой ДиМА?» \r\n— Синт. \r\n \r\n«Как называется база Детей Атомов на острове Фор-Харбор?» \r\n— Ядро. \r\n \r\n«Почему Касуми Накано сбежала в Аканию?» \r\n— Ей казалось, что она синт. \r\nИгра Fallout Shelter'),(4244,1061,'field_040512d','on'),(4245,1062,'name','MichaelSox'),(4246,1062,'email','nadyakokovas@gmail.com'),(4247,1062,'message',''),(4248,1062,'field_040512d','on'),(4249,1063,'name','Hector Swadling'),(4250,1063,'email','natalie@stafir-b2b.com'),(4251,1063,'message','Hello\r\nPlease send us your offer, with prices if possible, we are very interested interested. Waiting for your Reply.\r\n\r\nRegards'),(4252,1063,'field_040512d','on'),(4253,1064,'name','NickFooro'),(4254,1064,'email','00xsgrlb@5way5.com'),(4255,1064,'message','Blame you championing sharing this! \r\nhttps://thetittyfuck.com\r\n \r\nIt’s ever attractive to finance different perspectives on this topic. \r\nI increase the attainment and fine points stake into this notify – it provides valuable insights and for all gives me something to ponder about. \r\nLooking forward to more satisfy like this!'),(4256,1064,'field_040512d','on'),(4257,1065,'name','Danielpsync'),(4258,1065,'email','winsatall4ever@gmail.com'),(4259,1065,'message','Fine news for all us'),(4260,1065,'field_040512d','on'),(4261,1066,'name','Stacybub'),(4262,1066,'email','202xrumer12@farironalds.com'),(4263,1066,'message','Casino is not just a game of luck; it\'s a thrilling challenge that can be mastered with the right strategy. Imagine the excitement of hitting 21 and beating the dealer with confidence. Whether you\'re a novice or an experienced player, learning blackjack online casino can transform your gaming experience and lead to significant wins. Don\'t miss out on the opportunity to improve your skills and enjoy the rewards. Start playing blackjack today and take the first step towards becoming a pro!'),(4264,1066,'field_040512d','on'),(4265,1067,'name','Ina Duran'),(4266,1067,'email','ina.duran@gmail.com'),(4267,1067,'message','Hi, I am called Ina, Duran. I store USDT TRX in my OKX wallet and have my seed phrase ( clean party soccer advance audit clean evil finish tonight involve whip action ). How can I transfer this amount to Binance? Someone told me that there is an OKX wallet, but I don\'t understand how to use it. I have more than 1000 USDT there. If you help me, I\'m open to sharing.'),(4268,1067,'field_040512d','on'),(4269,1068,'name','ptaletxtpi'),(4270,1068,'email','gtdvvfgly@railugpharow.shop'),(4271,1068,'message','process of accutane accutane online reviews accutane teenagers accutane vitamin a can i get accutane'),(4272,1068,'field_040512d','on'),(4273,1069,'name','LoganRam'),(4274,1069,'email','orenzen@katalizator-yaroslavl.ru'),(4275,1069,'message','Хорошего времени суток, автолюбители! \r\n \r\nИщете профессиональный автосервис, который специализируется на улучшении выхлопной системы? В «Катализатор» в Ярославле мы предлагаем только проверенные услуги: \r\n \r\nДоступные услуги: \r\n \r\nИзвлечение катализатора \r\nПроверка и замена глушителей \r\nУстановка и замена гофры, пламегасителей и резонаторов \r\nЗамена фланцевых соединений \r\nКомпьютерный анализ \r\n \r\nМы гарантируем надежность и качественное выполнение работ. \r\nОбеспечьте надежность вашего автомобиля! \r\n \r\nНе упустите возможность! Узнайте больше о наших услугах и запишитесь на прием на нашем сайте: https://katalizator-yaroslavl.ru/. \r\n \r\nС наилучшими пожеланиями, \r\n \r\nКоманда «Катализатор». \r\n \r\nЗапишитесь на прием и позаботьтесь о своем автомобиле уже сегодня!'),(4276,1069,'field_040512d','on'),(4277,1070,'name','Eduardomex'),(4278,1070,'email','kyutalepya@web.de'),(4279,1070,'message','ghostwriter religionswissenschaften'),(4280,1070,'field_040512d','on'),(4281,1071,'name','Iyannalak'),(4282,1071,'email','jennelleheiting@schuetz72.hexagonaldrawings.com'),(4283,1071,'message','https://t.me/s/onlayn_shkola_pokera \r\nонлайн школа покера'),(4284,1071,'field_040512d','on'),(4285,1072,'name','ReirWog'),(4286,1072,'email','pecarical@gismail.online'),(4287,1072,'message','Parker Duofold Fountain Pen купить \r\nParker — элегантность и качество в каждой детали. Идеальна для подарка и ежедневного использования. \r\n \r\nМожет быть полезным: Parker Sonnet набор ручек или классические ручки Parker Duofold \r\n \r\nParker Sonnet для коллекционеров \r\nВ Parker каждая деталь продумана. Письмо этой ручкой станет удовольствием! \r\n \r\nЧасто спрашивают где: Купить ручку Parker Classic \r\n \r\nЕщё можно посмотреть: https://www.penna.ru/catalog/Parker/Parker-51/PR51B-BLK5GT , https://www.penna.ru/catalog/Parker/Jotter/PR4B-MNT2C'),(4288,1072,'field_040512d','on'),(4289,1073,'name','DavidRoavy'),(4290,1073,'email','sergoworki.n.g.718@gmail.com'),(4291,1073,'message','With my chosen design toolтАЪ KitchenCraft ProтАЪ selectedтАЪ the next step was inputting my kitchen\'s precise measurements. This proved surprisingly straightforward. The software guided me through a step-by-step processтАЪ prompting me to enter the length and width of each wallтАЪ the location of windows and doorsтАЪ and the dimensions of existing fixtures like sinks and ovens. I found the interface incredibly intuitiveтАЪ with clear instructions and helpful visual aids. I even appreciated the option to upload a floor plan image to assist with the process. InitiallyтАЪ I struggled a bit with accurately measuring some awkwardly shaped alcovesтАЪ but the platform\'s customer support chat was incredibly helpfulтАЪ providing quick and efficient guidance. Once the dimensions were finalizedтАЪ I began to personalize the design. This is where the fun really started! I selected my preferred cabinet stylesтАЪ choosing from a comprehensive library of options ranging from sleek modern designs to more traditionalтАЪ rustic styles. I meticulously chose the colorsтАЪ finishesтАЪ and countertop materialsтАЪ experimenting with different combinations to find the perfect aesthetic. I even incorporated my existing appliancesтАЪ ensuring they fit seamlessly into the new layout. The software allowed for precise placement of every elementтАЪ down to the smallest detail. I spent hours tweaking and refiningтАЪ meticulously considering factors such as workflow efficiency and aesthetic harmony. The process felt like playing a sophisticated digital puzzleтАЪ and the satisfaction of seeing my vision slowly take shape on the screen was incredibly rewarding. I discovered that the software\'s flexibility allowed me to explore different layouts and experiment with various design choices without any commitmentтАЪ a feature I truly appreciated. It was a crucial step in ensuring my final design would be both functional and visually appealing.\r\nChoosing the Right Online Tool\r\n \r\n \r\ngorails.ru \r\n \r\n \r\nB5XvZR9ny \r\nBefore I even thought about buying shelves or hanging rodsтАЪ I knew I needed a proper planтАд Armed with a measuring tape and a notebookтАЪ I meticulously documented every inch of my tiny closetтАд I measured the widthтАЪ the depthтАЪ and the heightтАЪ noting any obstructions like pipes or electrical outletsтАд This detailed assessment was crucialтАд I also carefully inventoried my belongingsтАд I pulled everything out тАУ every shirtтАЪ every pair of pantsтАЪ every scarf and shoe тАУ and sorted it into categoriesтБЪ topsтАЪ bottomsтАЪ dressesтАЪ shoesтАЪ accessoriesтАЪ etcтАд This helped me visualize the amount of space I needed for each categoryтАд Then came the fun partтБЪ sketching! I drew several different layouts in my notebookтАЪ experimenting with different shelving configurations and hanging rod placementsтАд I considered the placement of my longer dresses and coatsтАЪ and how to best utilize the vertical spaceтАд I also thought about the flow of the closet тАУ how easily I could access different itemsтАд I even considered the type of storage solutions I might need тАУ baskets for smaller itemsтАЪ drawers for folded clothesтАЪ etcтАд InitiallyтАЪ I considered custom built-insтАЪ but the cost was prohibitiveтАд ThereforeтАЪ I opted for a more budget-friendly approachтАЪ focusing on maximizing the space with readily available shelving and storage solutionsтАд My planning phase took a few eveningsтАЪ but it was worth itтАд Having a clear plan before I started shopping prevented impulsive purchases and ensured I bought the right amount of storage to perfectly fit my spaceтАд It was surprisingly satisfying to see my ideas take shape on paperтАЪ and I felt a sense of accomplishment even before IтАЩd started the actual transformationтАд\r\nFlushing your hot water heater is a straightforward process, but safety precautions are paramount. Before you begin, always turn off the power to the unit – either by switching off the circuit breaker or turning off the gas supply. Allow the water heater to cool completely to prevent burns. You\'ll need a garden hose, a bucket, and some basic tools. First, locate the drain valve at the bottom of the tank. Attach the garden hose to the drain valve to direct the outflow away from your home and into a suitable drain. Next, carefully open the drain valve, allowing the water to flow out slowly. This initial flow will likely be quite dirty, containing sediment and other debris. As the water clears, you\'ll know that the majority of the sediment has been removed. To aid the flushing process, you can open the pressure relief valve (located near the top of the tank) briefly to allow for better water circulation and sediment removal. Be prepared for some initial sputtering as air enters the tank. Once the water runs clear, close the drain valve and reconnect the garden hose. Turn the power back on to your water heater and check for any leaks. It\'s advisable to monitor the water heater\'s performance in the days following the flush, checking for any unusual noises or leaks. If you are uncomfortable performing this task yourself, it\'s always best to consult a qualified plumber. Remember, safety is paramount, and a properly flushed water heater contributes to its longevity and efficiency. The small amount of time invested in this preventative maintenance can save you significant costs and headaches in the long run.'),(4292,1073,'field_040512d','on'),(4293,1074,'name','Lane Fugate'),(4294,1074,'email','lane.fugate@gmail.com'),(4295,1074,'message','The Time Has Come. You Can Now Swap Your EUR to China’s Official Digital Yuan!\r\n\r\nhttp://hamsterkombat.expert/c4ndJ8'),(4296,1074,'field_040512d','on'),(4297,1075,'name','allxMerut'),(4298,1075,'email','shelitedemisu12@gmail.com'),(4299,1075,'message','Новые тенденции в образе жизни\r\nСовременный образ жизни становится всё более осознанным и сбалансированным. В 2024 году популярны минимализм, отказ от ненужного потребления и практика медленного образа жизни. https://photocelebs.ru/.\r\n\r\nЛюди стремятся находить гармонию между работой и отдыхом, больше времени проводить на природе и заниматься саморазвитием. Тренды показывают, что качество жизни важнее, чем количество, и это находит отражение во всех аспектах повседневной жизни.\r\n\r\n \r\nИсточник:трамп снижение цен кольца \r\n \r\nhttps://lego-world.ru/'),(4300,1075,'field_040512d','on'),(4301,1076,'name','WillieoqRIZ'),(4302,1076,'email','extazi-mdma@kypit-v-ukraine.online'),(4303,1076,'message','Купить Экстази и МДМА в Украине? САЙТ - KOKAINES.STORE Купить Экстази и МДМА Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Экстази и МДМА в Киеве? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА по Украине Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Экстази и МДМА в Киеве? Купить Экстази и МДМА в Харькове? Купить Экстази и МДМА в Одессе? Купить Экстази и МДМА в Днепре? Купить Экстази и МДМА в Львове? \r\nКупить Экстази и МДМА в Запорожье? Купить Экстази и МДМА в Кривом Рогу? Купить Экстази и МДМА в Николаеве? Купить Экстази и МДМА в Виннице? \r\nКупить Экстази и МДМА в Чернигове? Купить Экстази и МДМА в Полтаве? Купить Экстази и МДМА в Херсоне? Купить Экстази и МДМА в Хмельницком? \r\nКупить Экстази и МДМА в Черкассах? Купить Экстази и МДМА в Черновцах? Купить Экстази и МДМА в Житомере? Купить Экстази и МДМА в Сумах? \r\nКупить Экстази и МДМА в Ровно? Купить Экстази и МДМА в Ивано Франковске? Купить Экстази и МДМА в Тернополе? Купить Экстази и МДМА в Кропивницком? \r\nКупить Экстази и МДМА в Луцке? Купить Экстази и МДМА в Кременчуге? Купить Экстази и МДМА в Белой церкви? Купить Экстази и МДМА в Ужгороде? \r\nКупить Экстази и МДМА в Броварах? Купить Экстази и МДМА в Никополе? Купить Экстази и МДМА в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Экстази и МДМА можно купить только в нашем магазине, так как Купить Экстази и МДМА в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Экстази и МДМАом круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Экстази и МДМА круглосуточно. \r\nАбсолютно все закладки Экстази и МДМАа с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Экстази и МДМА. \r\nКупить Экстази и МДМА с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Экстази и МДМА в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Экстази и МДМА в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Экстази и МДМА в Украине в виде гидрохлорида без примесей, чистота Экстази и МДМАа в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Экстази и МДМА можно!'),(4304,1076,'field_040512d','on'),(4305,1077,'name','Johnnyapola'),(4306,1077,'email','shelitedemisu12@gmail.com'),(4307,1077,'message','Красота и уход за собой – тема, волнующая каждую женщину. Новые ароматы для волос, которые держатся весь день, становятся незаменимым аксессуаром в повседневном образе. Они подчёркивают индивидуальность и придают уверенности в себе, сохраняя естественную привлекательность даже в самых напряжённых ситуациях. \r\nДухи для волос, которые действительно держатся весь деньФранция осталась без правительства – его свергли \r\n https://xrust.ru/'),(4308,1077,'field_040512d','on'),(4309,1078,'name','Melanialfar'),(4310,1078,'email','lukinov.ich2.0.2.2.1.3.55@gmail.com'),(4311,1078,'message','Доброго времени суток дамы и господа! \r\nпарсинг сайтов google\r\n Получить различные данные можно и из живой выдачи Яндекса, однако в этом случае вас ждет множество проблем: будет постоянно появляться каптча, а IP адреса попадать в бан. Решения в виде использования множества IP адресов (Прокси) и сервисов по разгадыванию каптч спасают лишь на короткое время и в конечном итоге становятся очень затратными по времени и невыгодными с финансовой точки зрения.Не удивительно, что многие онлайн SEO сервисы для предоставления своих аналитических услуг перешли на использование XML, а почти все программы и скрипты для работы с ПС Яндекс на сегодняшний день имеют поддержку XML в своем интерфейсе.Используя возможности Яндекс.XML, вы можете создавать свои собственные скрипты, приложения, программы и сервисы. Если вы являетесь разработчиком полезного софта, поддерживающего работу через XML, то вы можете интегрировать наши решения в свои программы и сервисы и получать дополнительную прибыль. \r\nУвидимся!'),(4312,1078,'field_040512d','on'),(4313,1079,'name','ArthurftHed'),(4314,1079,'email','cocaine@kypit-v-ukraine.online'),(4315,1079,'message','Купить Кокаин в Украине? САЙТ - KOKAINES.STORE Купить Кокаин Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Кокаин в Киеве? САЙТ - |https://kokaines.store/| \r\nКокаин с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nКокаин по Украине Купить? САЙТ - |https://kokaines.store/| \r\nКокаин Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nКокаин в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Кокаин в Киеве? Купить Кокаин в Харькове? Купить Кокаин в Одессе? Купить Кокаин в Днепре? Купить Кокаин в Львове? \r\nКупить Кокаин в Запорожье? Купить Кокаин в Кривом Рогу? Купить Кокаин в Николаеве? Купить Кокаин в Виннице? \r\nКупить Кокаин в Чернигове? Купить Кокаин в Полтаве? Купить Кокаин в Херсоне? Купить Кокаин в Хмельницком? \r\nКупить Кокаин в Черкассах? Купить Кокаин в Черновцах? Купить Кокаин в Житомере? Купить Кокаин в Сумах? \r\nКупить Кокаин в Ровно? Купить Кокаин в Ивано Франковске? Купить Кокаин в Тернополе? Купить Кокаин в Кропивницком? \r\nКупить Кокаин в Луцке? Купить Кокаин в Кременчуге? Купить Кокаин в Белой церкви? Купить Кокаин в Ужгороде? \r\nКупить Кокаин в Броварах? Купить Кокаин в Никополе? Купить Кокаин в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Кокаин можно купить только в нашем магазине, так как Купить Кокаин в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Кокаином круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Кокаин круглосуточно. \r\nАбсолютно все закладки Кокаина с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Кокаин. \r\nКупить кокаин с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Кокаин в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Кокаин в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Кокаин в Украине в виде гидрохлорида без примесей, чистота Кокаина в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Кокаин можно!'),(4316,1079,'field_040512d','on'),(4317,1080,'name','BryanTug'),(4318,1080,'email','1q0nbg4km@mozmail.com'),(4319,1080,'message','Immerse yourself in the world of cutting-edge technology with the global version of the POCO M6 Pro, which combines advanced features, stylish design, and an affordable price. This smartphone is designed for those who value speed, quality, and reliability. \r\n \r\nWhy is the POCO M6 Pro your ideal choice? \r\n \r\n- Powerful Processor: The octa-core Helio G99-Ultra delivers lightning-fast performance. Gaming, streaming, multitasking—everything runs smoothly and without lag. \r\n \r\n- Stunning Display: The 6.67-inch AMOLED screen with FHD+ resolution (2400x1080) and a 120Hz refresh rate offers incredibly sharp and vibrant visuals. With a touch sampling rate of 2160 Hz, every touch is ultra-responsive. \r\n \r\n- More Memory, More Possibilities: Choose between the 8/256 GB or 12/512 GB configurations to store all your files, photos, videos, and apps without compromise. \r\n \r\n- Professional Camera: The 64 MP main camera with optical image stabilization (OIS), along with additional 8 MP and 2 MP modules, allows you to capture stunning photos in any conditions. The 16 MP front camera is perfect for selfies and video calls. \r\n \r\n- Long Battery Life, Fast Charging: The 5000 mAh battery ensures all-day usage, while the powerful 67W turbo charging brings your device back to life in just a few minutes. \r\n \r\n- Global Version: Support for multiple languages, Google Play, and all necessary network standards (4G/3G/2G) makes this smartphone universal for use anywhere in the world. \r\n \r\n- Convenience and Security: The built-in fingerprint sensor and AI-powered face unlock provide quick and reliable access to your device. \r\n \r\n- Additional Features: NFC, IR blaster, dual speakers, and IP54 splash resistance—everything you need for a comfortable experience. \r\n \r\nThe POCO M6 Pro is not just a smartphone; it’s your reliable companion in the world of technology. \r\n \r\nHurry and grab it at a special price of just 15,000 rubles! Treat yourself to a device that impresses with its power, style, and functionality. \r\n \r\nTake a step into the future today—purchase it on AliExpress!'),(4320,1080,'field_040512d','on'),(4321,1081,'name','Klaus Strode'),(4322,1081,'email','strode.klaus@gmail.com'),(4323,1081,'message','Hey Elconferencista, \r\n\r\nWant to drive high-quality traffic to your website at an affordable price? **The Click Engine** can help! \r\n\r\nFor just **4.90**, you get **ready-to-buy visitors** that actually convert. Many have already benefited: \r\n\r\n> *“Best decision I made—sales are rolling in!”* — a satisfied customer. \r\n\r\nDon\'t miss out of this proven way to grow your business. Sign up today and start seeing results **today!** > http://hamsterkombat.expert/QKzRZC < \r\n\r\nBest regards, Klaus, Strode'),(4324,1081,'field_040512d','on'),(4325,1082,'name','Mason Patteson'),(4326,1082,'email','patteson.mason@msn.com'),(4327,1082,'message','Unleash the Potential of AI Humans for Your Business in 2025!\r\n\r\nAre you set to enhance your business operations? The future is now, and with AI Humans, you hold the opportunity to leverage a state-of-the-art technology that can manage everything from sales and customer support to coaching programs and more! Imagine having a virtual assistant that understands any language, engages with your audience, and works around the clock. This is now possible!\r\n\r\nWhat’s really better? You can rent your \"AI Humans\" to companies and charge $19 per hour, converting them into a everlasting profit machine! No API costs, no subscriptions, no hassle—just a one-time investment that continues working for you forever.\r\n\r\nHow does it operate? Simply pick from dozens of AI Human templates, upload your knowledge, and instantly deploy your virtual assistant to handle any task. From closing sales to conducting interviews and holding interactive Q&A sessions, this powerful tool ensures you stay ahead. Ready to boost your profits and save time? Click here and be one of the first 99 action-takers to get exclusive access to a FREE Commercial License worth $1,997!\r\n\r\nDon’t wait—get your AI Human today and surpass your competition.\r\n\r\n\r\nhttp://hamsterkombat.expert/kXqwVh'),(4328,1082,'field_040512d','on'),(4329,1083,'name','Rodger Wanliss'),(4330,1083,'email','rodger.wanliss@hotmail.com'),(4331,1083,'message','Hi Elconferencista, \r\n\r\nMeet **EasyEbookCreator** – the ultimate solution for writers who want to create high-quality eBooks effortlessly. Our tool offers an simple interface and advanced tools that turn your ideas into polished books—no coding required! \r\n\r\nWith EasyEbookCreator, you can: \r\n\r\n- **Speed Up Your Workflow** – Automate formatting without hassle. \r\n- **Boost Your Book’s Appeal** – Use customizable templates and engaging design elements. \r\n- **Reach a Wider Audience** – Publish eBooks accessible on multiple platforms and devices. \r\n\r\nConnect with a expanding community of successful authors and bring your stories to life. **Try it now for free** and witness the difference! > http://hamsterkombat.expert/QjzBsD < \r\n\r\nBest regards, Rodger, Wanliss'),(4332,1083,'field_040512d','on'),(4333,1084,'name','DavidRoavy'),(4334,1084,'email','sergoworki.n.g.7.18@gmail.com'),(4335,1084,'message','I embarked on a thrilling kitchen redesignтАЪ leveraging free online tools. My goal? A stunningтАЪ functional space without breaking the bank. I spent hours exploring various platformsтАЪ comparing features and ease of use. The process felt surprisingly intuitive. I was amazed by how quickly I could visualize different layouts and experiment with various appliances and cabinetry. It was a fun and empowering experienceтАЪ proving that achieving a dream kitchen doesn\'t require a hefty budget!\r\nRefining the Design and Adding Details\r\n \r\n \r\necm-zink.ru \r\n \r\n \r\n \r\nB5XvZR9ny \r\nFor instance‚ you could use a deep charcoal gray grout with white subway tiles for a sophisticated look‚ or opt for glossy black fixtures against crisp white walls for a sleek‚ contemporary feel. If you prefer a vintage aesthetic‚ consider pairing black and white patterned tiles with white cabinetry and black accents. Don\'t be afraid to experiment with different shades of white – from bright‚ clean whites to warmer‚ creamier tones – to find the perfect complement to your chosen black. Remember‚ the key is to create a cohesive and balanced look that reflects your personal style and complements the overall design of your bathroom. Explore online resources for inspiration; many websites and magazines showcase stunning black and white bathroom palettes. Pay attention to how different shades of black and white interact with each other and the other elements in the bathroom design.\r\nThe Step-by-Step Flushing ProcessвЃљ A Simple Guide'),(4336,1084,'field_040512d','on'),(4337,1085,'name','RonaldBew'),(4338,1085,'email','da.n.n.yda.nie.ls0.00.7.@gmail.com'),(4339,1085,'message',''),(4340,1085,'field_040512d','on'),(4341,1086,'name','Stasiya Hancut'),(4342,1086,'email','physician@sustainability.cc'),(4343,1086,'message','Visiting this website reminded me of the enchanting atmosphere of the Lantern Festival in Taiwan, where every click feels like a gentle glow lighting up the night. The dreamy visuals and warm hues create a comforting experience as if you are surrounded by thousands of floating lanterns. Bravo to the creator for crafting such a serene online haven. \r\n \r\nI hope my site feels like a warm hug when you visit buy institute degree online now \r\n \r\nSo long, and may laughter echo in your days'),(4344,1086,'field_040512d',''),(4345,1087,'name','Merlearita'),(4346,1087,'email','mathabosikakane@web.de'),(4347,1087,'message','«Антискам» – это сервис в рамках проекта «BLACKSPRUT Control», направленный на борьбу с мошенничеством со стороны дилеров. Цель работы – выявление продаж пустых адресов и скама в деятельности магазинов или отдельных сотрудников, чаще всего — курьеров. Сервис «Антискам» нацелен на регулярный мониторинг и проведение проверок для выявления и ликвидации скамеров и мошенников на площадке. \r\n \r\n--- \r\n \r\nhttps://bsme.hair/unsorted/bs2site-at-ne-rabotaet.html'),(4348,1087,'field_040512d','on'),(4349,1088,'name','Oman Rawlings'),(4350,1088,'email','michale.rawlings62@gmail.com'),(4351,1088,'message','Hello,\r\n\r\nAt Cateus Investment Company (CIC), we understand that securing the right funding is crucial for both startups and established businesses. That\'s why we offer flexible financing solutions designed to meet your specific needs.\r\n\r\nHere’s how we can help:\r\n\r\nDebt Financing: 3% annual interest with zero penalties for early repayment.\r\nEquity Financing: Venture capital support with a 10% equity stake—helping you expand while keeping control.\r\nWe’re ready to explore the best option for your business. Simply send us your pitch deck or executive summary, and let’s discuss the ideal investment structure to fuel your growth.\r\n\r\nLooking forward to hearing from you.\r\n\r\nBest regards,\r\nOman Rook\r\nExecutive Investment Consultant/Director\r\nCateus Investment Company (CIC)\r\n\r\nemail: oman-rook@cateusgroup.org or cateusgroup@gmail.com \r\nhttps://cateusinvestmentgroup.com'),(4352,1088,'field_040512d','on'),(4353,1089,'name','JosephPream'),(4354,1089,'email','sergowork.ing71.8@gmail.com'),(4355,1089,'message','Storage and Transportation of Hydrogen\r\n \r\n \r\n \r\n \r\nhttps://carsinspections.com/transmission/how-to-diagnose-a-car-transmission-problem/ \r\n \r\n \r\nGriot\'s Garage Interior Cleaner is a highly regarded product known for its gentle yet effective cleaning power. It\'s safe for use on leather, vinyl, plastic, and fabric surfaces. This cleaner is designed to remove dirt, grime, and stains without leaving behind any residue. It also contains UV protectants to help prevent fading and cracking. Users praise its pleasant scent and its ability to leave interiors looking and feeling fresh.\r\nImproved Air Quality: Cleaning removes dust and allergens that can circulate in the air, improving the overall air quality inside your vehicle.'),(4356,1089,'field_040512d','on'),(4357,1090,'name','StevenhooRo'),(4358,1090,'email','j.2856.9.9.8.@gmail.com'),(4359,1090,'message',''),(4360,1090,'field_040512d','on'),(4361,1091,'name','Robertfehob'),(4362,1091,'email','kokain-cocaine@russia-cocaine-kypit.online'),(4363,1091,'message','Купить Кокаин Москва? САЙТ -| COCAINES.STORE | Как Купить Кокаин по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Кокаин максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Кокаин в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Кокаин в городах России? САЙТ - https://cocaines.store \r\nКупить Кокаин с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Кокаин с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России кокаин? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Кокаин в Москве? Купить Кокаин в Санкт Петербурге? Купить Кокаин в Питере? Купить Кокаин в Новосибирске? \r\nКупить Кокаин в Екатеринбурге? Купить Кокаин в Казани? Купить Кокаин в Нижнем Новгороде? Купить Кокаин в Красноярске? \r\nКупить Кокаин в Челябинске? Купить Кокаин в Самаре? Купить Кокаин в Уфе? Купить Кокаин в Ростове? Купить Кокаин в Краснодаре? \r\nКупить Кокаин в Омске? Купить Кокаин в Воронеже? Купить Кокаин в Перьми? Купить Кокаин в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Кокаин в России можно очень легко, особенно Купить Кокаин в Москве можно без проблем, потому что в Москве Кокаин \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Кокаин в Москве \r\nможно закладками. Купить Закладками Кокаин в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Кокаин в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Кокаина в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Кокаин в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Кокаин в Москве очень хорошо спрятан, и без точного адреса Кокаин в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Кокаин в Москву для \r\nразвлечения людей. Гарантией и безопасностью Кокаин в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Кокаин в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Кокаина в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Кокаин в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Кокаином проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Кокаин в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Кокаин в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Кокаина в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Кокаина в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!'),(4364,1091,'field_040512d','on'),(4365,1092,'name','lielshon'),(4366,1092,'email','vttauto@gmail.com'),(4367,1092,'message',''),(4368,1092,'field_040512d','on'),(4369,1093,'name','RobertTralk'),(4370,1093,'email','pupsxxqa@veridicalmail.com'),(4371,1093,'message','Sé el primero en recibir el Memcoin oficial de Trump y únete a nuestra comunidad \r\nJoin the Trump Community. This is History in the Making! \r\n$TRUMP are now freely tradeable on the blockchain. \r\n \r\nClaim Airdrop $TRUMP NOW \r\n \r\nYou personal promocod - \"258oba\"'),(4372,1093,'field_040512d','on'),(4373,1094,'name','LavillFab'),(4374,1094,'email','revers441@1ti.ru'),(4375,1094,'message','esirna human elovl6 esirna1 - купить онлайн в интернет-магазине химмед \r\nTegs: 5 boc amino 2 fluorobenzeneboronic acid pinacol ester 95% - купить онлайн в интернет-магазине химмед \r\n5 boc amino 2 fluorobenzeneboronic acid pinacol ester 95% - купить онлайн в интернет-магазине химмед \r\n5 boc amino 2 methoxyisonicotinic acid - купить онлайн в интернет-магазине химмед \r\n \r\nesirna human elovl7 esirna1 - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/esirna-human-elovl7-esirna1-id=4196907'),(4376,1094,'field_040512d','on'),(4377,1095,'name','Louieted'),(4378,1095,'email','b.u.cha.naon.ma.t.t@gmail.com'),(4379,1095,'message','Common Materials Used on Homes and Businesses Near the Ocean\r\n\r\nProperties and enterprises near the ocean, notably in regions such as the Carolinas and Wilmington, encounter specific weather challenges that influence the longevity and performance of covering substances. Picking the best options can greatly impact the longevity of coverings in these regions.\r\n\r\nBitumen Shingles\r\n\r\nComposite shingles are a popular choice because of their economical nature and straightforward application. Nevertheless, they are susceptible to wind damage and might be easily removed during tempests. Moreover, the saline atmosphere can cause deterioration of the particles on the coverings, reducing their lifespan.\r\n\r\nBy way of a situation in point A home possessor in coastal NC sees that some bitumen shingles have been removed after a recent high wind event. The constant exposure to saline atmosphere has also caused fragment decay, requiring regular fixes.\r\n\r\nSteel Roofing\r\n\r\nSteel roofing is recognized for its durability and ability to withstand harsh weather. This turns it into a preferred choice for oceanfront properties. Yet, the ongoing exposure to saline atmosphere can result in rust, especially if the steel is not properly coated. Regular maintenance is necessary to avert corrosion and extend its lifespan.\r\n\r\nFor example An landlord by the coast in North Carolina chooses metal roofing for their property. Eventually, they see indications of corrosion due to the salty air. Frequent checks and protection are needed to preserve the roof\'s condition.\r\n\r\nClay and Concrete Tiles\r\n\r\nCeramic and stone tiles ensure long-lasting performance and can resist to ocean breeze, rendering them suitable for seaside residences. Nevertheless, they are bulky and demand a solid foundation. Moreover, they may be pricier compared to other options and might break under impact.\r\n\r\nTo demonstrate An homeowner near the coast selects ceramic tiles for their property. The coverings endure the ocean breeze successfully, but after an extreme weather event, some tiles crack and need repair, leading to more charges.\r\n\r\nArtificial Roofing\r\n\r\nArtificial roofing options such as rubber, plastic, or artificial combinations are gaining popularity due to their durability and robustness to climatic conditions. They tend to be manufactured to imitate the appearance of organic substances, including slate, timber, or clay. Nonetheless, the primary investment might be greater than conventional options, and certain residents could have reservations about the artificial appearance.\r\n\r\nIn order to illustrate An inhabitant by the ocean selects synthetic roofing to achieve the aesthetics of slate without the heaviness. The artificial option proves durable against salty air and harsh weather, but the upfront cost is substantial, requiring a longer time to recoup through energy savings.\r\n\r\nChoosing the right materials for homes and businesses near the ocean is crucial for guaranteeing lifespan and minimizing maintenance costs in areas like North Carolina and Wilmington.\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\nTrustworthy roof replacement services around Wrightsville Beach North Carolina \r\n \r\nSecuring Your Rooftop Adheres to Regional Construction Standards 310e93e'),(4380,1095,'field_040512d','on'),(4381,1096,'name','Edwinkab'),(4382,1096,'email','ry.ango.os.eman2.@gmail.com'),(4383,1096,'message','93e3_47 \r\n \r\nFootage SEO top practices for video platforms'),(4384,1096,'field_040512d','on'),(4385,1097,'name','Gerri Camfield'),(4386,1097,'email','environment@accumulator.social'),(4387,1097,'message','Hei, potential pal! I\'m delighted to start this journey of friendship. \r\n \r\nNavigating your site felt like unwinding at a luxurious spa retreat in the Swiss mountains. Each click was like a gentle massage that left me feeling relaxed, as if I was under the careful hands of a professional masseur. \r\n \r\nFind a little slice of happiness on my site Scrap battery buyers near me \r\n \r\nToodle pip, and keep the joy flowing'),(4388,1097,'field_040512d',''),(4389,1098,'name','Brianne Annois'),(4390,1098,'email','brianne.annois@googlemail.com'),(4391,1098,'message','Hey there, I came across your website and was impressed—great work!\r\n\r\nI know your time is valuable, so I’ll be brief.\r\n\r\nAI is essential for business growth, and many owners struggle to know where to start—that’s why I’m here to help.\r\n\r\nWe’ve created two guides called AI For Entrepreneurs and Smarter with AI, normally priced at $29 each, and we\'re offering it to you for free. Inside, you’ll discover:\r\n\r\n + How to quickly increase your business/website revenue.\r\n + A simple framework for incorporating AI into your business.\r\n + Proven strategies to boost productivity and save time.\r\n + Expert tips to get results, whether you\'re just starting or well-established.\r\n\r\nRemember, this is absolutely free and will cost you nothing! \r\n\r\nWould you like a free copy?\r\n\r\nGet yor guide here: http://aibusinessmastery.pro\r\n\r\nI’m confident it’ll be a game-changer for you, and I’d love to hear how it works for your business!\r\n\r\nBest regards'),(4392,1098,'field_040512d','on'),(4393,1099,'name','Billymayob'),(4394,1099,'email','marinadestakenet@gmail.com'),(4395,1099,'message','Marinade Solana lets users stake SOL while keeping it liquid with mSOL check it on Marinade Finance'),(4396,1099,'field_040512d','on'),(4397,1100,'name','JosephPream'),(4398,1100,'email','sergowork.ing7.18@gmail.com'),(4399,1100,'message','Consider the level of cleaning power you need. Some cleaners are designed for light dusting and maintenance, while others are formulated for tackling tough stains and grime.\r\n \r\n \r\n \r\n \r\nhttps://carsinspections.com/transmission/can-you-put-automatic-transmission-fluid-in-a-manual-car/ \r\n \r\n \r\n303 Automotive Interior Cleaner is a versatile and effective cleaner that is safe for use on a wide range of interior surfaces. It\'s formulated to remove dirt, grime, and stains without damaging or discoloring the materials. This cleaner is also pH-balanced and contains UV protectants to help prevent fading and cracking. Users appreciate its ease of use and its ability to restore the appearance of older interiors.\r\nApply your chosen interior cleaner to a microfiber cloth and gently wipe down all surfaces, including the dashboard, door panels, center console, and steering wheel. Avoid spraying cleaner directly onto electronic components. For leather seats, use a leather cleaner and conditioner specifically designed for automotive use.'),(4400,1100,'field_040512d','on'),(4401,1101,'name','LavillFab'),(4402,1101,'email','revers441@1ti.ru'),(4403,1101,'message','anti extl1 - купить онлайн в интернет-магазине химмед \r\nTegs: anti rabggtb - купить онлайн в интернет-магазине химмед \r\nanti rabggtb - купить онлайн в интернет-магазине химмед \r\nanti rabggtb - купить онлайн в интернет-магазине химмед \r\n \r\nanti extl1 - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/anti-extl1-id=4223312'),(4404,1101,'field_040512d','on'),(4405,1102,'name','LavillFab'),(4406,1102,'email','revers441@1ti.ru'),(4407,1102,'message','anti itgam - купить онлайн в интернет-магазине химмед \r\nTegs: bmp 14 gdf 5 cdmp 1 human - купить онлайн в интернет-магазине химмед \r\nbmp 14 gdf 5 cdmp 1 human - купить онлайн в интернет-магазине химмед \r\nbmp 2 human ea - купить онлайн в интернет-магазине химмед \r\n \r\nanti itgav - купить онлайн в интернет-магазине химмед https://chimmed.ru/products/anti-itgav-id=3775909'),(4408,1102,'field_040512d','on'),(4409,1103,'name','Antoniowwn'),(4410,1103,'email','lu.kin.ov.i.c.h2.022.1.35.5@gmail.com'),(4411,1103,'message','Хорошего поре дней товарищи! \r\nhttps://drive.google.com/file/d/1q6enLZyDpCDYfhXC6F55qWsHicNjYd_B/view?usp=sharing \r\nНаша юкос занимается поставкой ректоров крановых уж продолжительное время. Мы стараемся работать напрямую со изготовителем, что подсобляет нам предоставить сильнее низкие стоимости (а) также нарастить качество продукции. Одну изо наших крупнейших поставщиков является компания I.MAK.Крановый редуктор равным образом часть используются в течение различных мирах работы лица: в течение машиностроении, энергетике, в течение промышляющей, перерабатывающей также заготовительной отраслях, в течение подъемниках, дивых хозяйствах, в течение скважинный, угольной и газовой индустрии а также даже в течение быту. Так яко экзосфера употребления фабрикаты очень машиста, то номенклатура и мера зрелищ, а также условия опусы обязаны подходить по всем статьям запрашиваемым запросам для хорошей произведения машин.Этот электромеханизм предназначен чтобы снижения стремительности верчения равно приумножения силы на weekend-е (тихоходном) валу аккуратного органа. Они бывают цилиндрические, конические, червячные, мировые, гибоидные, сочетанные числом виду. По исполнению одно- а также двухступенчатые, что-что также смогут производиться сверху экзаменатор был удовлетворен а также более ступени в течение зависимости через потребности. \r\nНаша юкос берется реализацией со стороны высших властей 10 полет качественных редукторов разных обликов и еще производителей. \r\nНам хорэ уютно видеть язык нас на сайте \r\nОт цельною дави Вам всех благ!'),(4412,1103,'field_040512d','on'),(4413,1104,'name','maryannsor'),(4414,1104,'email','maryannbloom1989@directinboxs.com'),(4415,1104,'message','кино mailsco привлекает устремления огромного количества зрителей.'),(4416,1104,'field_040512d','on'),(4417,1105,'name','Karenadunk'),(4418,1105,'email','j.a.me.swoo.d.sii.iiv.@gmail.com'),(4419,1105,'message',''),(4420,1105,'field_040512d','on'),(4421,1106,'name','ComCASH24Toolo'),(4422,1106,'email','jdjwmvuwpi@rambler.ru'),(4423,1106,'message','Наш сервис ComCASH предлагаем конфиденциальный способ обмена биткоинов на фиатные деньги. \r\n \r\nНаш обменник гарантирует полную безопасность, исключая регистрацию. \r\n \r\nВы можете моментально перевести криптовалюту на карту с лучшими условиями. \r\n \r\nМы предлагаем доступность для всех пользователей, чтобы сделать ваш перевод удобным. \r\n \r\nВыберите быстрый способ обмена криптовалюты с нашим обменником и получите полную анонимность. \r\n \r\n \r\n \r\nбиткоин кошелек с выводом на карту сбербанка\r\nбиткоин обменник на карту сбербанк\r\nобмен bitcoin на ethereum анонимно\r\nвывести биткоины на карту тинькофф\r\nпродать bitcoin за ethereum\r\nобмен bitcoin на ethereum в москве\r\nобмен bitcoin btc на ethereum eth\r\nобменять биткоин на рубли на карту тинькофф\r\nкак вывести usdt на сбер\r\n50 usdt trc20 сколько в рублях'),(4424,1106,'field_040512d','on'),(4425,1107,'name','Lillian Fortney'),(4426,1107,'email','lillian.fortney82@hotmail.com'),(4427,1107,'message',''),(4428,1107,'field_040512d','on'),(4429,1108,'name','Antinaism'),(4430,1108,'email','unhzrpzxeOl@me-game.store'),(4431,1108,'message','Заказать Хавейл - только у нас вы найдете цены ниже рынка. Быстрей всего сделать заказ на хавал джолион комплектации и цены новый можно только у нас! \r\nхавал джулиан цена \r\nкупить хавал джулиан - http://www.jolion-ufa1.ru/'),(4432,1108,'field_040512d','on'),(4433,1109,'name','LamaPet'),(4434,1109,'email','megaboommegaboom@yandex.com'),(4435,1109,'message','I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man! \r\n \r\nThis program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet! \r\n \r\nRun the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold! \r\nRemember the more computers you use, the higher your chances of getting the treasure! \r\n \r\nDOWNLOAD FOR FREE \r\n \r\nTelegram: \r\nhttps://t.me/btc_profit_search'),(4436,1109,'field_040512d',''),(4437,1110,'name','WilliamTes'),(4438,1110,'email','portwertu@gmail.com'),(4439,1110,'message',''),(4440,1110,'field_040512d','on'),(4441,1111,'name','JasonNok'),(4442,1111,'email','lis.o.v.e.vg.enij.1.9.6.@gmail.com'),(4443,1111,'message','https://samec.top/ https://pornuha.icu/ https://podborochka.vip/ https://damvsem.top/ https://vduvatel.online/ https://porno-zabava.online/ https://bazaporno.xyz/ https://darporn.vip/ https://tubetron.icu/ https://giga-porno.vip/ https://drochilla.vip/ https://pizdasja.top/ https://banbanan.top/ https://mudazvon.icu/ https://sisi-pisi.vip/ \r\nhttps://homsexru.com/categories/ домашнее порно \r\nhttps://de.365pron.top/\r\nhttps://en.eropponof.icu/\r\nhttps://en.babaeb.xyz/\r\nhttps://pl.24seks.vip/\r\nhttps://it.eppono.online/'),(4444,1111,'field_040512d','on'),(4445,1112,'name','Danielpsync'),(4446,1112,'email','winsatall4ever@gmail.com'),(4447,1112,'message','Greatest news for all us'),(4448,1112,'field_040512d','on'),(4449,1113,'name','Judi Slocum'),(4450,1113,'email','judi.slocum@gmail.com'),(4451,1113,'message',''),(4452,1113,'field_040512d','on'),(4453,1114,'name','TommySoarf'),(4454,1114,'email','marketing@mailbanger.xyz'),(4455,1114,'message','For over 13 years, MailBanger.com has been a reliable source in telemarketing. Our platform offers millions of targeted contacts to help businesses grow. Whether you’re targeting B2B leads, our professionally curated lists are designed to achieve your goals. Start growing with us today at MailBanger.com! \r\n \r\nTrusted by businesses for 13+ years, MailBanger.com has delivered results through high-quality email lists. With millions of leads across industries, we make it easy to supercharge your marketing efforts. See why we’re a leader in marketing lists today! \r\n \r\nLooking for a reliable partner in marketing? With 13 years of experience, we provide extensive databases for email, telemarketing, and direct mail marketing. Our industry-specific lists are built to get results fast. Let us help you succeed—visit MailBanger.com today! \r\n \r\nAt MailBanger.com, you’re backed by 13 years of proven success. We offer the tools you need to achieve your goals. From direct mail contacts, our verified data are trusted by thousands. Explore our services at MailBanger.com.'),(4456,1114,'field_040512d','on'),(4457,1115,'name','Dizaynersk_wkmt'),(4458,1115,'email','dzpzqenekmt@2-construction.store'),(4459,1115,'message','Уют и комфорт для вашего дома. \r\nМебель премиум https://byfurniture.by .'),(4460,1115,'field_040512d','on'),(4461,1116,'name','ElvinPrutt'),(4462,1116,'email','pumpfun@gmail.com'),(4463,1116,'message','Pumpfun makes token trading fun, fast, and hassle-free \r\n \r\nTry it now on Pump.fun'),(4464,1116,'field_040512d','on'),(4465,1117,'name','Jasonmup'),(4466,1117,'email','maximo@apacheodyssey.com'),(4467,1117,'message',''),(4468,1117,'field_040512d','on'),(4469,1118,'name','OlaSed'),(4470,1118,'email','kondratievamelissa@yandex.com'),(4471,1118,'message','Погрузитесь в азартный драйв от выигрышей. Раскройте интерактивном мире, где азарт обретает свежие краски. Когда я зарегистрировался на портале, то понятия не имел, что меня ждет. Мой путь начался так. Я даже представить себе не мог, сколько эмоций подарит мне эта платформа. Когда я начал, система регистрации оказалась выше всяких похвал: интуитивно понятно и никаких раздражающих задержек. Каждая игра открывала передо мной новый мир с продуманным сюжетом, великолепной графикой и захватывающей интригой cat-casino-bos.buzz . Мои первые выигрыши стали для меня чем-то вроде приятного сюрприза. Я даже не ожидал, что начну выигрывать так быстро!. Теперь я знаю точно: Cat Casino — это не просто игры, это атмосфера, где каждый шаг приносит удовольствие. На сайте есть не только игровые автоматы, но и множество других возможностей, например, живые дилеры с настоящей атмосферой казино. Cat Casino подарило мне не только азарт, но и вдохновение, которое теперь сопровождает меня каждый раз, когда я захожу на платформу. Теперь Cat Casino для меня — это больше чем развлечение, это мир эмоций, которые нельзя забыть. Если и вы хотите начать свой азартный путь, попробуйте на практике, насколько хорош портал Cat Casino. Ваш путь победителя начинается прямо здесь https://cat-casino-zzt.buzz . \r\n \r\nУзнайте о удовольствие от игр на площадке развлечений Cat казино без лишних ожиданий\r\nУзнайте о все грани победы сайт игр Кэт казино без лишних ожиданий\r\nПогрузитесь в удовольствие от игр на платформе казино игр Cat без лишних ожиданий\r\nНайдите ясность азарта в мире Cat казино сегодня\r\nОткройте ясность азарта сайт игр Кэт казино в моменте\r\n abff5e8'),(4472,1118,'field_040512d','on'),(4473,1119,'name','CarlosTacle'),(4474,1119,'email','v.i.tapr.or.ep.a.ir.llc@gmail.com'),(4475,1119,'message',''),(4476,1119,'field_040512d','on'),(4477,1120,'name','Martinnap'),(4478,1120,'email','j978.42590.@gmail.com'),(4479,1120,'message',''),(4480,1120,'field_040512d','on'),(4481,1121,'name','veirWog'),(4482,1121,'email','klawidter@gismail.online'),(4483,1121,'message','Parker Vector подарочная упаковка \r\nParker — символ мастерства и изысканности, прошедший испытание временем. \r\n \r\nМожет быть полезным: Parker IM Premium набор или Parker Vector шариковая ручка \r\n \r\nParker IM Premium характеристики \r\nРучка Parker — не просто инструмент, а символ утонченного вкуса и долговечности. \r\n \r\nЧасто спрашивают где: Купить ручку Parker недорого с гравировкой \r\n \r\nЕщё можно посмотреть: https://www.penna.ru/catalog/Parker/Parker-51/PR51F-BLU4CT , https://www.penna.ru/catalog/Parker/Parker-IM/PR60F-MLT3'),(4484,1121,'field_040512d','on'),(4485,1122,'name','Gartut'),(4486,1122,'email','vairakam@cialis-otc.com'),(4487,1122,'message','canadian pharmacy inderal la used to treat severe perolave anxiety http://ojeludke.ru/kishechnik/disbakterioz.php atainst \r\nderudover https://stopalkogolizm.ru/dostavka-lekarstv-iz-ssha/ canada pharmacy dolutegravir \r\ncanadian pharmacy tretinoin gel or cream http://www.secretsearchenginelabs.com/find/antivirals josephine \r\nmistulang https://lolifruit.ru/poleznaya-informaciya/levitras-advantages-for-treating-erectile-dysfunction/ canada pharmacy inderal innopran xl \r\ncanadian pharmacy viagra overnight pharmacy viagraviagra generic name any http://remedium.ru/pda/section/detail.php?ID=44107&PAGEN_1=3 texte'),(4488,1122,'field_040512d','on'),(4489,1123,'name','allxMerut'),(4490,1123,'email','sh.eli.te.d.e.m.isu1.2.@gmail.com'),(4491,1123,'message','Инновации в здравоохранении: будущее медицины\r\nМедицина 2024 года стремительно движется в сторону персонализации и технологий. Искусственный интеллект помогает диагностировать заболевания, а 3D-печать используется для создания имплантатов и протезов. https://w-tube.ru/.\r\n\r\nТехнологии телемедицины позволяют получать консультации врачей из любой точки мира. Будущее здравоохранения направлено на повышение качества жизни и доступности медицинской помощи для всех категорий населения.\r\n\r\n \r\nИсточник:forestrike devolver digital файтинг \r\n \r\nhttps://уфатаймс.СЂС„/'),(4492,1123,'field_040512d','on'),(4493,1124,'name','Crystle Kleiman'),(4494,1124,'email','natalie@stafir-b2b.com'),(4495,1124,'message','Hello\r\nPlease send us your offer, with prices if possible, we are very interested. Send me please message on my Whatsapp: +48 792 311 834. I will be waiting for your message.\r\n\r\nRegards'),(4496,1124,'field_040512d','on'),(4497,1125,'name','Davidgfeworse'),(4498,1125,'email','gashish-i-shishki@kypit-v-ukraine.online'),(4499,1125,'message','Купить Экстази и МДМА в Украине? САЙТ - KOKAINES.STORE Купить Экстази и МДМА Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Экстази и МДМА в Киеве? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА по Украине Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Экстази и МДМА в Киеве? Купить Экстази и МДМА в Харькове? Купить Экстази и МДМА в Одессе? Купить Экстази и МДМА в Днепре? Купить Экстази и МДМА в Львове? \r\nКупить Экстази и МДМА в Запорожье? Купить Экстази и МДМА в Кривом Рогу? Купить Экстази и МДМА в Николаеве? Купить Экстази и МДМА в Виннице? \r\nКупить Экстази и МДМА в Чернигове? Купить Экстази и МДМА в Полтаве? Купить Экстази и МДМА в Херсоне? Купить Экстази и МДМА в Хмельницком? \r\nКупить Экстази и МДМА в Черкассах? Купить Экстази и МДМА в Черновцах? Купить Экстази и МДМА в Житомере? Купить Экстази и МДМА в Сумах? \r\nКупить Экстази и МДМА в Ровно? Купить Экстази и МДМА в Ивано Франковске? Купить Экстази и МДМА в Тернополе? Купить Экстази и МДМА в Кропивницком? \r\nКупить Экстази и МДМА в Луцке? Купить Экстази и МДМА в Кременчуге? Купить Экстази и МДМА в Белой церкви? Купить Экстази и МДМА в Ужгороде? \r\nКупить Экстази и МДМА в Броварах? Купить Экстази и МДМА в Никополе? Купить Экстази и МДМА в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Экстази и МДМА можно купить только в нашем магазине, так как Купить Экстази и МДМА в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Экстази и МДМАом круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Экстази и МДМА круглосуточно. \r\nАбсолютно все закладки Экстази и МДМАа с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Экстази и МДМА. \r\nКупить Экстази и МДМА с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Экстази и МДМА в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Экстази и МДМА в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Экстази и МДМА в Украине в виде гидрохлорида без примесей, чистота Экстази и МДМАа в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Экстази и МДМА можно!'),(4500,1125,'field_040512d','on'),(4501,1126,'name','casino_kdkn'),(4502,1126,'email','yixjjsqueOl@bestwork24.store'),(4503,1126,'message','Si te gusta los sitios de apuestas en linea en Espana, has llegado al lugar indicado. \r\nEn este sitio encontraras analisis completos sobre los mejores casinos disponibles en Espana. \r\n### Beneficios de los casinos en Espana \r\n- **Casinos regulados** para jugar con total confianza. \r\n- **Ofertas para nuevos jugadores** que aumentan tus posibilidades de ganar. \r\n- **Slots, juegos de mesa y apuestas deportivas** con premios atractivos. \r\n- **Transacciones confiables** con multiples metodos de pago, incluyendo tarjetas, PayPal y criptomonedas. \r\n?Donde encontrar los mejores casinos? \r\nEn nuestra guia hemos recopilado las **valoraciones detalladas** sobre los sitios mas confiables para jugar. Consulta la informacion aqui: casinotorero.info. \r\n**Empieza a jugar en un casino de prestigio y vive la emocion de los mejores juegos.**'),(4504,1126,'field_040512d','on'),(4505,1127,'name','Victorjnx'),(4506,1127,'email','l.u.k.inovi.c.h2.0.221.3.55@gmail.com'),(4507,1127,'message','Шёлковый шахсей-вахсей чуть слышный флор а тоже всевышнего! \r\nНаша христова невеста будем счастливы Чтобы вы созидать язык нас сверху царство бесконечных вероятностей ресурсе \r\nhttp://e30performance.info/viewtopic.php?p=72271#p72271\r\nhttp://skatefluckit.com/showthread.php?t=19974&p=184959#post184959\r\nhttp://old.pokvesti.ru/forum/viewtopic.php?f=20&t=351642\r\n \r\nЧтоб заправки лазерового принтера яко собак нерезанных яко поделаешь в монастырь) сверху персональном распоряжении специального созревания ясненько десятилетия обследования, хотя яко поделаешь язык кого зарождается юлина (а) также чувствование сего, яко твоя милость делаешь. Независимое наход сверху вещицу техники цензурно, возьми хоть яко поделаешь! Предметам наиболее ваша щедроты не покините компаний судя числом круглому нашей путем работы. Выпиваем лазеровые картриджи узловых общих производителей – hp, canon, samsung и еще другие. Работим безвыгодный сверх; модификациями распяленного объема. Выпиваем картриджи мало выездом в течение школка офис. Этто разрешает приберечь ваше ятси да полным-полно отступать чрез элементарный работы. \r\nНаша юрконтора обучится со страны высших властей 10 лет починкой эквивалентно поддержанием оргтехники в течение школа городов Минске. \r\nЧас от часу счастливы шарахунка Для вы!ЧУТЬ-ЧУТЬ преклоненьем,ТЕХНОСЕРВИC'),(4508,1127,'field_040512d','on'),(4509,1128,'name','Marinaugd'),(4510,1128,'email','l.ukinovich.2022.135.5@gmail.com'),(4511,1128,'message','Шлем друзья! \r\nhttps://drive.google.com/file/d/1zAyNo7EsOmhmlRWSMBRtfxA4dC07_ffp/view?usp=sharing \r\nСлучим отличное фраза Вашему отзывчивости фансервис оргтехники тоже продажу растрачиваемых субстанций чтоб дома равновеликим иконой офиса.Наша организация «КОПИМЕДИАГРУПП» трубит 10 лет сверху рынке данной продукта в школа Беларуси.Что свой черноризец можем предложить.Заправка лазерных картриджей чтоб черно-белых (а) также цветных принтеров (а) также МФУ. Наш эмпирия разрешит править картриджи чуть безграмотный аж которого изготовителя, сугубо эксплуатирующий популярностью из ихний HP, Canon, Samsung, Xerox, Ricoh, Bloke, Panasonic, Kyocera. ЯЗЫК выходе на юдоль скорби дефектов печати что ль пригодиться ремонт картриджа, я сих строчек равно как можем привести в исполнение его сверху выезде. Стоимость шибко демократична, у теперешнем штрих отличное.Качество.При заправке картриджей утилизируем картридж чуть только премиального значения IMEX, TOMOEGAWA (ЦИПАНГУ), StaticControl (США) пустит эвентуальность пореже производить ремонт картриджа, что-что в течение течение предстоящем – шиш заморочек небольшой принтером, которые шибко помощью этимон пересекутся язык употреблении низкокачественного, дешевого тонера.Заправка картриджей начиная с. ant. до выездом.Наша эксплуатация выстроена схожим формой, чтобы самое большее доосвободить ваше ятси, что-что ваше чуткость на школа этом развивающаяся ящур обреталось минимальным.Заправляем картриджи чтобы принтера капля выездом на дом или на течение штаб-квартира, чтобы вы приносящий мало выгоды доведется скакать вследствие весь город равновеликим манером расходовать собственное ятси – это я учредим согласен вас. Выбываем от особым пылесосом, что дозволяет заправить тонер-картридж со стороны руководящих органов гробе через грязищи равно пыли равным способом изредка соблюдением технологического процесса.Доставка картриджей тоже техники.Курьерская экспресс-доставка, ты ясно я заезжаем река для вас, припасим картриджи, загружаем тамошний у себя в течение течение мастерской, после что-что подаем заправленные картриджи обратно.Так ну равным образом еще немного техникой - поворотим чемодан принтер в течение течение ремонт а также привезем с середина расстояния исправным.Дисконтная программа. \r\nЯ нацелены со стороны руководящих органов длительное экуменизм (что-что) тоже то-то через слово подарим скидки. У заправке картриджей сильнее 2-ух единиц - Вы уж экономите.'),(4512,1128,'field_040512d','on'),(4513,1129,'name','Eduardomex'),(4514,1129,'email','kyutalepya@web.de'),(4515,1129,'message',''),(4516,1129,'field_040512d','on'),(4517,1130,'name','Thelma'),(4518,1130,'email','info@thelma.caredogbest.com'),(4519,1130,'message','Morning \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nKind Regards, \r\n\r\nThelma'),(4520,1130,'field_040512d','on'),(4521,1131,'name','NestorheUplib'),(4522,1131,'email','gashish@cocaine-toshkent.online'),(4523,1131,'message','Купить Гашиш в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Гашиш в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Гашиш в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Гашиш в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Гашиш в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Гашиш в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Гашиш купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Гашиша в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Гашиш в Ташкенте - \r\nКупить Гашиш в Бухаре, Купить Гашиш в Ташкенте, Купить Гашиш в Самарканд, Купить Гашиш в Маргилан, \r\nКупить Гашиш в Карши , Купить Гашиш в Фергана, Купить Гашиш в Ургенч, Купить Гашиш в Андижан, Купить Гашиш в Коканд, \r\nКупить Гашиш в Термез, Купить Гашиш в Чирчик, Купить Гашиш в Навои, Купить Гашиш в Джизак, Купить Гашиш в Гюлистан. \r\nЦена на Гашиш в Узбекистане, Купить Гашиш в Розницу в Узбекистане, Моя лучшая покупка Гашиша была именно в Ташкенте, \r\nПриехал Курьер и привез мне Гашиш в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Гашиш в Ташкенте'),(4524,1131,'field_040512d','on'),(4525,1132,'name','Danielpsync'),(4526,1132,'email','winsatall4ever@gmail.com'),(4527,1132,'message','Think yourself standing on the deck of a boat, a gentle breeze fumbling with your hair, and around you stretching an boundless horizon, where the water connects with the air. There is no disturbance of cities, no sound of cars, just you and landscape in its pristine beauty. Using a yacht is not just a voyage, it is an opportunity to perceive unlimited self-determination of action and a strong connection with the natural world, which is difficult to encounter in daily life. Why not perform this step immediately? \r\nFreedom is what is so lacking in the modern man, trapped in deadlines, obligations and continuous notifications. When you lease a boat, you become the captain of your course. Want to proceed to a secluded beach where no one bothers your quiet? Please! Want to explore undiscovered bays and islands that only indigenous fishermen know about? Easy! No predetermined routes, no barriers — just you and your longings. You can arise at dawn to see the sun flooding the water in warm hues, or dedicate the day exploring among colorful reefs bursting with life. Hiring a yacht grants you freedom, allowing you to experience as unrestricted as the wind that swells the sails. \r\n \r\nBut liberty is only one side of the marker. The other is a intense connection with the outdoors that cannot be perceived while sitting in an workplace or walking on sidewalk. Water is a living organism that calls, reveals and sometimes tests. Catching the sound of the sea, noticing the salty air and noticing the play of the dolphins, you begin to see how trivial our everyday bustle is compared to the grandeur of nature. Yacht becomes your view into this world: you can throw anchor in the middle of the expanse, to reflect on the stars that seem more accessible than ever, or arrange a picnic on the deck, immersed only by the sounds of nature. \r\nBooking a motorboat suits not only solitary travelers seeking inner peace, but also for those who appreciate interaction. Visualize this: you with companions or kin venturing on a trip, discussing stories under the cosmos, playing deck games on the deck, or simply delighting in the silence together. Cruiser becomes your private haven, where there is no room for dull routines or outside distractions. You can throw a romantic dinner at sunset, gazing at as the sky paints a array of amber and rich shades, or throw a exciting party with music and steps under the clear sky. Every moment on the vessel is a window to create experiences that will warm you for long years. \r\nOf course, using a yacht is also an opportunity to savor ease. New boats are supplied with all the essential: from large cabins and galleys to hot tubs and diversion systems. You can imagine like you’re at a premium resort, but with the plus of full mobility. Want to stay in a place where there isn’t a single resort? No problem! A yacht will carry you where no plane or airplane can reach. This awareness of prestige and independence makes using a motorboat a exceptional experience that cannot be compared with anything else. \r\n \r\nBut the most essential thing is that booking a boat is available to anyone who dreams of independence and ventures. You don’t have to be an experienced sailor — expert crews and user-friendly vessels will make your excursion reliable and pleasant. You can decide on a boat of any extent and class: from compact models for pairs to sumptuous vessels for large crowds. The method of renting is easy: just set your requirements, choose a route, and confide in the professionals. In just a few days, you will be able to locate on the deck, sensing your heart beat in synchrony with the waves. \r\nDon’t delay your wishes for someday. Absolute independence of action and profound alliance with wildlife are waiting for you. Lease a boat right now and discover a world where there are no limits except those you set yourself. Waves summons — answer its summons, and you will understand what actual liberty is. It’s not just a voyage, it’s a mode that stimulates, rejuvenates, and permeates with significance. Start the first step — and let the wind take you to where wishes become existence! \r\nComplete freedom of action and deep unity with nature! \r\nTry it right now )'),(4528,1132,'field_040512d','on'),(4529,1133,'name','WilliampDeX'),(4530,1133,'email','alpha-pvp@cocaine-toshkent.online'),(4531,1133,'message','Купить Альфа ПВП в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Альфа ПВП в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Альфа ПВП в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Альфа ПВП в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Альфа ПВП в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Альфа ПВП в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Альфа ПВП купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Альфа ПВПа в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Альфа ПВП в Ташкенте - \r\nКупить Альфа ПВП в Бухаре, Купить Альфа ПВП в Ташкенте, Купить Альфа ПВП в Самарканд, Купить Альфа ПВП в Маргилан, \r\nКупить Альфа ПВП в Карши , Купить Альфа ПВП в Фергана, Купить Альфа ПВП в Ургенч, Купить Альфа ПВП в Андижан, Купить Альфа ПВП в Коканд, \r\nКупить Альфа ПВП в Термез, Купить Альфа ПВП в Чирчик, Купить Альфа ПВП в Навои, Купить Альфа ПВП в Джизак, Купить Альфа ПВП в Гюлистан. \r\nЦена на Альфа ПВП в Узбекистане, Купить Альфа ПВП в Розницу в Узбекистане, Моя лучшая покупка Альфа ПВПа была именно в Ташкенте, \r\nПриехал Курьер и привез мне Альфа ПВП в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Альфа ПВП в Ташкенте'),(4532,1133,'field_040512d','on'),(4533,1134,'name','Tiara Sheffield'),(4534,1134,'email','tiara.sheffield@outlook.com'),(4535,1134,'message','Hey there, I came across your website and was impressed—great work!\r\n\r\nI know your time is valuable, so I’ll be brief.\r\n\r\nAI is essential for business growth, and many owners struggle to know where to start—that’s why I’m here to help.\r\n\r\nWe’ve created two guides called AI For Entrepreneurs and Smarter with AI, normally priced at $29 each, and we\'re offering it to you for free. Inside, you’ll discover:\r\n\r\n + How to quickly increase your business/website revenue.\r\n + A simple framework for incorporating AI into your business.\r\n + Proven strategies to boost productivity and save time.\r\n + Expert tips to get results, whether you\'re just starting or well-established.\r\n\r\nRemember, this is absolutely free and will cost you nothing! \r\n\r\nWould you like a free copy?\r\n\r\nGet yor guide here: http://aibusinessmastery.pro\r\n\r\nI’m confident it’ll be a game-changer for you, and I’d love to hear how it works for your business!\r\n\r\nBest regards'),(4536,1134,'field_040512d','on'),(4537,1135,'name','JohnFooro'),(4538,1135,'email','cjpkrrf5@2mailcache.com'),(4539,1135,'message','Blame you championing sharing this! \r\nhttps://chubby-fat-girls.com\r\n \r\nIt’s every time attractive to espy many perspectives on this topic. \r\nI esteem the attainment and itemize stake into this post – it provides valuable insights and definitely gives me something to think about. \r\nLooking head to more theme like this! \r\nApprehend also - https://sissy-bondage.com'),(4540,1135,'field_040512d','on'),(4541,1136,'name','RobertFooro'),(4542,1136,'email','0zqbf9ky@1mailcache.com'),(4543,1136,'message','Say thank you you after sharing this! \r\nhttps://gosyte.com\r\n \r\nIt’s every time inviting to finance different perspectives on this topic. \r\nI appreciate the creation and charge spell out into this register – it provides valuable insights and indubitably gives me something to think about. \r\nLooking insolent to more content like this! \r\nApprehend also - https://xtubevideo.info'),(4544,1136,'field_040512d','on'),(4545,1137,'name','LamaPet'),(4546,1137,'email','megaboommegaboom@yandex.com'),(4547,1137,'message','I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man! \r\n \r\nThis program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet! \r\n \r\nRun the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold! \r\nRemember the more computers you use, the higher your chances of getting the treasure! \r\n \r\nDOWNLOAD FOR FREE \r\n \r\nTelegram: \r\nhttps://t.me/btc_profit_search'),(4548,1137,'field_040512d',''),(4549,1138,'name','Marlys Rooks'),(4550,1138,'email','marlys.rooks@msn.com');
INSERT INTO `wp_72rj7f_e_submissions_values` VALUES (4551,1138,'message','Limited time offer: DA 40 @ $39 - Only few slots available. contact intrug@gmail.com\r\n\r\nWe improve MOZ Domain authority 30+ in 25 Days its help to improve google rank, improve your website SEO, and you get traffic from google \r\n\r\nDA - 0 to 30 - (Only $29) - Yes, Limited time !!\r\n\r\n>> 100% Guarantee \r\n>> Improve Ranking \r\n>> White Hat Process \r\n>> Permanent Work\r\n>> 100% Manual Work \r\n>> 0% Spam score increase \r\n\r\n\r\n⚡ From our work your website keyword get rank on google and get organic traffic from google through keywords\r\n\r\nContact now: intrug@gmail.com or Visit us Now : https://open247.chat/DA/\r\n\r\nLimited time offer: DA 40 @ $39 - Only few slots available. contact intrug@gmail.com'),(4552,1138,'field_040512d','on'),(4553,1139,'name','Shavonne'),(4554,1139,'email','info@shavonne.caredogbest.com'),(4555,1139,'message','Hi \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nKind Regards, \r\n\r\nShavonne'),(4556,1139,'field_040512d','on'),(4557,1140,'name','Sartut'),(4558,1140,'email','scriptwriter@cialis-otc.com'),(4559,1140,'message',''),(4560,1140,'field_040512d','on'),(4561,1141,'name','JohnFooro'),(4562,1141,'email','xnlu7ik2@2mailcache.com'),(4563,1141,'message','Say thank you you an eye to sharing this! \r\nhttps://apts-for-you.com\r\n \r\nIt’s ever after interesting to glimpse different perspectives on this topic. \r\nI appreciate the creation and charge put into this notify – it provides valuable insights and clearly gives me something to dream about. \r\nLooking forth to more content like this! \r\nMake out also - https://pa2k.org'),(4564,1141,'field_040512d','on'),(4565,1142,'name','BryanTug'),(4566,1142,'email','1q0nbg4km@mozmail.com'),(4567,1142,'message','Immerse yourself in the world of cutting-edge technology with the global version of the POCO M6 Pro, which combines advanced features, stylish design, and an affordable price. This smartphone is designed for those who value speed, quality, and reliability. \r\n \r\nWhy is the POCO M6 Pro your ideal choice? \r\n \r\n- Powerful Processor: The octa-core Helio G99-Ultra delivers lightning-fast performance. Gaming, streaming, multitasking—everything runs smoothly and without lag. \r\n \r\n- Stunning Display: The 6.67-inch AMOLED screen with FHD+ resolution (2400x1080) and a 120Hz refresh rate offers incredibly sharp and vibrant visuals. With a touch sampling rate of 2160 Hz, every touch is ultra-responsive. \r\n \r\n- More Memory, More Possibilities: Choose between the 8/256 GB or 12/512 GB configurations to store all your files, photos, videos, and apps without compromise. \r\n \r\n- Professional Camera: The 64 MP main camera with optical image stabilization (OIS), along with additional 8 MP and 2 MP modules, allows you to capture stunning photos in any conditions. The 16 MP front camera is perfect for selfies and video calls. \r\n \r\n- Long Battery Life, Fast Charging: The 5000 mAh battery ensures all-day usage, while the powerful 67W turbo charging brings your device back to life in just a few minutes. \r\n \r\n- Global Version: Support for multiple languages, Google Play, and all necessary network standards (4G/3G/2G) makes this smartphone universal for use anywhere in the world. \r\n \r\n- Convenience and Security: The built-in fingerprint sensor and AI-powered face unlock provide quick and reliable access to your device. \r\n \r\n- Additional Features: NFC, IR blaster, dual speakers, and IP54 splash resistance—everything you need for a comfortable experience. \r\n \r\nThe POCO M6 Pro is not just a smartphone; it’s your reliable companion in the world of technology. \r\n \r\nHurry and grab it at a special price of just 15,000 rubles! Treat yourself to a device that impresses with its power, style, and functionality. \r\n \r\nTake a step into the future today—purchase it on AliExpress!'),(4568,1142,'field_040512d',''),(4569,1143,'name','RobertFooro'),(4570,1143,'email','cneecua7@1mailcache.com'),(4571,1143,'message','Say thank you you for sharing this! \r\nhttps://hamiltoncrowneplazawashingtondc.com\r\n \r\nIt’s every time attractive to finance distinguishable perspectives on this topic. \r\nI increase the stab and fine points spell out into this notify – it provides valuable insights and for all gives me something to ponder about. \r\nLooking forth to more felicity like this! \r\nApprehend also - https://xtubevideo.info'),(4572,1143,'field_040512d','on'),(4573,1144,'name','taxi-sochi-Cib'),(4574,1144,'email','aero-sochi11@93rus.myjino.ru'),(4575,1144,'message','В аэропорту Сочи такси всегда в большом количестве, но пассажиры часто сталкиваются с проблемой алчных нелегальных водителей. Эти незаконные водители предлагают свои услуги по неоправданно высоким ценам, особенно туристам из-за границы и путешественникам. Важно быть осторожным и использовать законные сервисы такси Сочи аэропорт, такие как Uber, чтобы избежать ненужных расходов и обеспечить надёжную поездку. \r\nhttps://xristiane.ru/taksi-v-sochi-i-aeroport-preimushhestva-vybora-etogo-vida-transporta-dlya-komfortnogo-puteshestviya/'),(4576,1144,'field_040512d','on'),(4577,1145,'name','Anke Reimann'),(4578,1145,'email','natalie@stafir-b2b.com'),(4579,1145,'message','Hello\r\nPlease send us your offer, with prices if possible, we are very interested. Send me please message on my Whatsapp: +48 792 311 834. I will be waiting for your message.\r\n\r\nRegards'),(4580,1145,'field_040512d','on'),(4581,1146,'name','Jarrodriniz'),(4582,1146,'email','f.ar.likolz@gmail.com'),(4583,1146,'message','L\'acquisto di Farmaci impotenza senza ricetta in farmacia online into Italia e diventato un argomento sempre piu discusso. Molti uomini cercano soluzioni rapide e discrete per affrontare problemi di disfunzione erettile, e l\'idea di poter ottenere il Viagra senza dover passare attraverso una visita medica tradizionale appare allettante. Tuttavia, e fondamentale comprendere i rischi e le implicazioni legali e mediche di tale pratica. \r\n \r\n \r\nLe farmacie connected che offrono Viagra senza ricetta spesso operano al di fuori delle normative italiane e europee. Questo significa che i prodotti venduti potrebbero essere contraffatti, contenere dosaggi errati o ingredienti dannosi apiece la salute. L\'assunzione di farmaci not controllati puo portare a effetti collaterali gravi e interazioni pericolose convict altri farmaci. \r\n \r\n \r\nInoltre, la disfunzione erettile puo essere un sintomo di condizioni mediche sottostanti piu serie, reach problemi cardiaci, diabete o ipertensione. Ottenere il Viagra senza una valutazione medica adeguata significa perdere l\'opportunita di diagnosticare e trattare queste patologie within tempo. \r\n \r\n \r\nE sempre consigliabile consultare un physician o uno specialista prima di assumere qualsiasi farmaco apiece la disfunzione erettile. Un professionista sanitario puo valutare la tua condizione specifica, identificare le produce del problema e consigliare il trattamento piu appropriato e sicuro. Acquistare farmaci da fonti non autorizzate mette a rischio la tua greeting e potrebbe avere conseguenze legali.'),(4584,1146,'field_040512d',''),(4585,1147,'name','ataletqwgz'),(4586,1147,'email','rhycugeea@railugpharow.shop'),(4587,1147,'message','clomid substitute where can i get clomid what days should i take clomid clomid alcohol symptoms of clomid'),(4588,1147,'field_040512d','on'),(4589,1148,'name','DavidGaigo'),(4590,1148,'email','j.on.the.s.q.u.i.d3.4.4@gmail.com'),(4591,1148,'message',''),(4592,1148,'field_040512d','on'),(4593,1149,'name','Denisprz'),(4594,1149,'email','fed.orm.uta.ni.s@gmail.com'),(4595,1149,'message',''),(4596,1149,'field_040512d','on'),(4597,1150,'name','HowardAcula'),(4598,1150,'email','puusamas@gazeta.pl'),(4599,1150,'message','Prevent Vibration Damage – Get Professional Balancing with Balanset-1A \r\n \r\nUnbalanced rotors can cause serious damage to your machinery. Bearings wear out faster, motors consume more power, and failures lead to expensive repairs. Balanset-1A provides professional-grade vibration diagnostics and balancing, helping businesses save money and improve reliability. \r\n \r\nKey Benefits: \r\n- Accurate & fast diagnostics – Identifies imbalance before it causes damage \r\n- Portable & efficient – Suitable for field and workshop use \r\n- User-friendly software – No special training required \r\n \r\nChoose Your Kit: \r\n \r\nFull Kit on Amazon - Includes all necessary sensors, software, and a protective case \r\nPrice: €2250 \r\n \r\n \r\nOEM Kit on Amazon - More affordable, comes with basic components \r\nPrice: €1978 \r\n \r\n \r\nProtect your equipment today with Balanset-1A!'),(4600,1150,'field_040512d','on'),(4601,1151,'name','Antonioggs'),(4602,1151,'email','l.uki.n.ovi.c.h.2022.1.35.5@gmail.com'),(4603,1151,'message','Шелковый шахсей-вахсей друзья! \r\nhttp://www.smokinstangs.com/member.php/247161-Samantavnd\r\nhttp://www.ts-gaminggroup.com/showthread.php?136167---motovario--&p=791887\r\nhttp://www.ts-gaminggroup.com/showthread.php?224809----&p=1207946#post1207946\r\nhttps://ls-rcr.com/forum/memberlist.php?mode=viewprofile&u=44684\r\nhttp://www.ts-gaminggroup.com/showthread.php?125922---i-mak&p=710073\r\n Одним из подтипов автомобильных редукторов родится планетный редуктор. Этноним являющийся личной собственностью в дощечку эудестол зачислил точно по поводу одинаковой передачи, этот чи чужой треснет а тоже реорганизует крутящий момент. Электроустройство этого продукта чем-то припоминает безоблачную строй, шестеренки на течение школа яя обращаются со всех сторон стержневого колесика, прозывающегося «погожим».Центр, путаясь, приводит сверху яппи шестеренки, сыскивающиеся точно по кругу. Город в течение течение частную череда давать возможность ясненько водиться известным валам. Циркулярная шестерной выезд, сверху этот чи розный перемещается вся энергетика, остается недвижной в течение школка энский ситуации. В ШКОЛА ТЕЧЕНИЕ этом центряк утвердительность вещицы мирового редуктора.Редуктор разукрашенное так сказать считается наиболее эксплуатирующий популярностью (а) также после слово используемым из-снаружи своих глубоких качеств. РАЗ-ДВА вашего позволения разглядим первоочередной значимости качественная всемирного редуктора:Эудестол располагает огромными полномочиями передачи.Изделие узенькое чего также невесомо устанавливается.Деталь почитанные часы чешется, на течение отличие помощью иных типов.Редуктор ловок обучать шоу-тусовка большие нагрузки. \r\nЯко правдато что правдато что правдато правда ясно шум буква отрекомендованным сложным частичкам предъявляются высокие. ЯЗЫК сотворении редуктора требуется экстраординарно предельная ясность, яко что зубцы как минимум какового колесика обязаны усердно нападать шнурок чтобы миленку, хотя бы это далеко полным-полно чаятельно гадить им невесомо а в свою очередь свободно вращаться. \r\nНаша юрконтора запасится реализацией свыше 10 устремление элитных редукторов всяких внешностей (что такое?) в свою очередь производителей. \r\nНам пора и совесть знать уютненько созидать яо нас сверху вебресурсе \r\nУвидимся!'),(4604,1151,'field_040512d','on'),(4605,1152,'name','RonaldBew'),(4606,1152,'email','da.n.ny.da.n.i.els.0.00.7.@gmail.com'),(4607,1152,'message','Ways to Enhance Your Yard \r\n \r\nOutdoor environments, such as backyards, patios, or outdoor sections, can be a relaxing escape from daily life. With the right elements and plans, you can effortlessly transform your outdoor area into something attractive and usable. \r\n \r\nOne way to improve an outdoor space is by including natural resources like rock, wood, or plants. Creating stone pathways or a wooden deck can create structure while still matching the environment. You can also add different types of plants to offer color and texture, making your yard into a lush, green oasis. \r\n \r\nAnother idea is to build specific areas for different activities. For instance, a cozy seating area with outdoor furniture and lighting can create the best spot to chill with friends or family. Explore using long-lasting elements to keep your seating area looking nice year-round. Building a fire pit or a small water feature, like a fountain, can also elevate the atmosphere. \r\n \r\nIf you want your outdoor space to look special, consider incorporating DIY projects. Creating your own planters, garden beds, or even building a pergola can offer your space a personal touch. These projects can be achieved using basic materials like reclaimed wood or stone, making them both budget-friendly and satisfying. \r\n \r\nWith a little creativity and the appropriate resources, your outdoor space can turn into an pleasant extension of your home, great for unwinding or entertaining guests. \r\n \r\nTips for setting up stair treads properly. abff5e8 \r\n \r\nNatural stone stair risers used in private houses'),(4608,1152,'field_040512d','on'),(4609,1153,'name','NickFooro'),(4610,1153,'email','ws3it7ea@5way5.com'),(4611,1153,'message','Blame you for sharing this! \r\nhttps://softcorehdtube.com\r\n \r\nIt’s always interesting to see different perspectives on this topic. \r\nI esteem the stab and charge stake into this register – it provides valuable insights and definitely gives me something to intend about. \r\nLooking forth to more content like this!'),(4612,1153,'field_040512d','on'),(4613,1154,'name','davidFooro'),(4614,1154,'email','xjudagfv@3way3.com'),(4615,1154,'message','Tender thanks you championing sharing this! \r\nhttps://amateur-interracial.com\r\n \r\nIt’s ever inviting to see many perspectives on this topic. \r\nI esteem the attainment and fine points spell out into this notify – it provides valuable insights and definitely gives me something to dream about. \r\nLooking head to more satisfy like this! \r\nPerceive also - https://futafanvids.info'),(4616,1154,'field_040512d','on'),(4617,1155,'name','Herbert Willoughby'),(4618,1155,'email','willoughby.herbert@yahoo.com'),(4619,1155,'message','Struggling to rank on Google? Low traffic and missed sales hurt your business daily. A weak SEO game could be the culprit. Get your Free SEO Audit now—uncover hidden issues fast! Limited spots—claim yours before midnight tonight and skyrocket your rankings. Click here to start! https://hireseogeek.com/audit.html?src=elconferencista.com'),(4620,1155,'field_040512d','on'),(4621,1156,'name','Dizaynersk_wqmt'),(4622,1156,'email','sleiojroumt@2-construction.store'),(4623,1156,'message','Индивидуальный подход к каждому элементу интерьера. \r\nМебель премиум http://www.byfurniture.by .'),(4624,1156,'field_040512d','on'),(4625,1157,'name','FrankNic'),(4626,1157,'email','b.ra.dt.h.em.a.st.er7.7.7@gmail.com'),(4627,1157,'message',''),(4628,1157,'field_040512d','on'),(4629,1158,'name','AnthonyGed'),(4630,1158,'email','ztxmail775@gmail.com'),(4631,1158,'message','Environmental impact of crypto'),(4632,1158,'field_040512d','on'),(4633,1159,'name','Vanessa Mingay'),(4634,1159,'email','vanessa.mingay@yahoo.com'),(4635,1159,'message','Hi there,\r\nWe’re interested in forming a lasting business relationship with your company. Could you send us your product list along with pricing details? You can contact me via WhatsApp: +44 746 610 3247'),(4636,1159,'field_040512d','on'),(4637,1160,'name','steelersfanbuP'),(4638,1160,'email','steelersfan4ever@web.de'),(4639,1160,'message','отите|Желаете|Мечтаете] получить есплатный|даровой|халявный] NFT? ?? Участвуйте в озыгрыше|акции|лотерее] от Mega \"M3GA-AT\"! ?? Подробнее \r\nhttps://m3ga.homes/prodavcam/nastroika-magazina?filter=0&page=1 \r\n \r\n \r\n#megaweb3 #megaweb15-at #megaweb8 #megaweb14-at #M3GA-AT #M3GA-GL'),(4640,1160,'field_040512d','on'),(4641,1161,'name','nbaldRog'),(4642,1161,'email','support@nuself.ru'),(4643,1161,'message',''),(4644,1161,'field_040512d','on');
/*!40000 ALTER TABLE `wp_72rj7f_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_jet_post_types`
--
DROP TABLE IF EXISTS `wp_72rj7f_jet_post_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_jet_post_types` (
`id` bigint NOT NULL AUTO_INCREMENT,
`slug` text COLLATE utf8mb4_unicode_520_ci,
`status` text COLLATE utf8mb4_unicode_520_ci,
`labels` longtext COLLATE utf8mb4_unicode_520_ci,
`args` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_fields` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_jet_post_types`
--
LOCK TABLES `wp_72rj7f_jet_post_types` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_jet_post_types` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_jet_post_types` VALUES (1,'conferencias-edner','publish','a:1:{s:4:\"name\";s:12:\"Conferencias\";}','a:21:{s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"query_var\";b:1;s:7:\"rewrite\";b:1;s:11:\"has_archive\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:10:\"with_front\";b:0;s:14:\"show_edit_link\";b:0;s:16:\"hide_field_names\";b:0;s:12:\"rewrite_slug\";s:18:\"conferencias-edner\";s:15:\"capability_type\";s:4:\"post\";s:13:\"menu_position\";N;s:9:\"menu_icon\";s:28:\"dashicons-image-rotate-right\";s:8:\"supports\";a:2:{i:0;s:5:\"title\";i:1;s:9:\"thumbnail\";}s:13:\"admin_columns\";a:1:{i:0;a:3:{s:4:\"type\";s:15:\"custom_callback\";s:5:\"title\";s:6:\"Imagen\";s:8:\"callback\";s:49:\"jet_engine_custom_cb_render_image::thumbnail::200\";}}s:13:\"admin_filters\";a:0:{}}','a:0:{}');
/*!40000 ALTER TABLE `wp_72rj7f_jet_post_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_jet_taxonomies`
--
DROP TABLE IF EXISTS `wp_72rj7f_jet_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_jet_taxonomies` (
`id` bigint NOT NULL AUTO_INCREMENT,
`slug` text COLLATE utf8mb4_unicode_520_ci,
`object_type` text COLLATE utf8mb4_unicode_520_ci,
`status` text COLLATE utf8mb4_unicode_520_ci,
`labels` longtext COLLATE utf8mb4_unicode_520_ci,
`args` longtext COLLATE utf8mb4_unicode_520_ci,
`meta_fields` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_jet_taxonomies`
--
LOCK TABLES `wp_72rj7f_jet_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_jet_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_jet_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_links`
--
DROP TABLE IF EXISTS `wp_72rj7f_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_links`
--
LOCK TABLES `wp_72rj7f_links` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_72rj7f_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_options`
--
DROP TABLE IF EXISTS `wp_72rj7f_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_options` (
`option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=216440 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_options`
--
LOCK TABLES `wp_72rj7f_options` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_options` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_options` VALUES (1,'siteurl','https://www.elconferencista.com','yes'),(2,'home','https://www.elconferencista.com','yes'),(3,'blogname','EDNER GRANADOS','yes'),(4,'blogdescription','Impact Speaker','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','edner@ednergranados.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','1','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','','yes'),(20,'default_ping_status','','yes'),(21,'default_pingback_flag','','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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:169:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:20:\"whatsapp-accounts/?$\";s:37:\"index.php?post_type=whatsapp-accounts\";s:50:\"whatsapp-accounts/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=whatsapp-accounts&feed=$matches[1]\";s:45:\"whatsapp-accounts/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=whatsapp-accounts&feed=$matches[1]\";s:37:\"whatsapp-accounts/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=whatsapp-accounts&paged=$matches[1]\";s:21:\"conferencias-edner/?$\";s:38:\"index.php?post_type=conferencias-edner\";s:51:\"conferencias-edner/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=conferencias-edner&feed=$matches[1]\";s:46:\"conferencias-edner/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=conferencias-edner&feed=$matches[1]\";s:38:\"conferencias-edner/page/([0-9]{1,})/?$\";s:56:\"index.php?post_type=conferencias-edner&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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:45:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"whatsapp-accounts/([^/]+)/embed/?$\";s:50:\"index.php?whatsapp-accounts=$matches[1]&embed=true\";s:38:\"whatsapp-accounts/([^/]+)/trackback/?$\";s:44:\"index.php?whatsapp-accounts=$matches[1]&tb=1\";s:58:\"whatsapp-accounts/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&feed=$matches[2]\";s:53:\"whatsapp-accounts/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&feed=$matches[2]\";s:46:\"whatsapp-accounts/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?whatsapp-accounts=$matches[1]&paged=$matches[2]\";s:53:\"whatsapp-accounts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?whatsapp-accounts=$matches[1]&cpage=$matches[2]\";s:42:\"whatsapp-accounts/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&page=$matches[2]\";s:34:\"whatsapp-accounts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"whatsapp-accounts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"whatsapp-accounts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"whatsapp-accounts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"whatsapp-accounts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"whatsapp-accounts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"conferencias-edner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"conferencias-edner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"conferencias-edner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"conferencias-edner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"conferencias-edner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"conferencias-edner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"conferencias-edner/([^/]+)/embed/?$\";s:51:\"index.php?conferencias-edner=$matches[1]&embed=true\";s:39:\"conferencias-edner/([^/]+)/trackback/?$\";s:45:\"index.php?conferencias-edner=$matches[1]&tb=1\";s:59:\"conferencias-edner/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?conferencias-edner=$matches[1]&feed=$matches[2]\";s:54:\"conferencias-edner/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?conferencias-edner=$matches[1]&feed=$matches[2]\";s:47:\"conferencias-edner/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?conferencias-edner=$matches[1]&paged=$matches[2]\";s:54:\"conferencias-edner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?conferencias-edner=$matches[1]&cpage=$matches[2]\";s:43:\"conferencias-edner/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?conferencias-edner=$matches[1]&page=$matches[2]\";s:35:\"conferencias-edner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"conferencias-edner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"conferencias-edner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"conferencias-edner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"conferencias-edner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"conferencias-edner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:39:\"index.php?&page_id=11&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: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(5396,'jet_engine_modules','a:1:{i:0;s:18:\"dynamic-visibility\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(42,'comment_registration','','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','11','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1700928117','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'initial_db_version','53496','yes'),(100,'wp_72rj7f_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:121:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(101,'fresh_site','0','off'),(102,'user_count','3','no'),(103,'widget_block','a:7:{i:3;a:1:{s:7:\"content\";s:71:\"<!-- wp:group -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:169:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":4} -->\n<h4>Categorías</h4>\n<!-- /wp:heading -->\n\n<!-- wp:categories /--></div>\n<!-- /wp:group -->\";}i:9;a:1:{s:7:\"content\";s:70:\"<!-- wp:heading {\"level\":4} -->\n<h4>Archivos</h4>\n<!-- /wp:heading -->\";}i:10;a:1:{s:7:\"content\";s:21:\"<!-- wp:archives /-->\";}i:11;a:1:{s:7:\"content\";s:71:\"<!-- wp:heading {\"level\":4} -->\n<h4>Etiquetas</h4>\n<!-- /wp:heading -->\";}i:12;a:1:{s:7:\"content\";s:22:\"<!-- wp:tag-cloud /-->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:7:\"block-3\";i:1;s:7:\"block-6\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:11:{i:1743538519;a:2:{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:1743538520;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:1743538526;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1743538527;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:1743581719;a:1:{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;}}}i:1743583308;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:1743609854;a:1:{s:29:\"astra_get_knowledge_base_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1743618310;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1743624919;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:1743711319;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(957,'template','astra','yes'),(958,'stylesheet','astra-child','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:7:{s:22:\"VBj9PeSt40h9A0axBRkJ4h\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BBAbDdsVwhCPtzcYFML/bp9XdxmV8Q.\";s:10:\"created_at\";i:1743545270;}s:22:\"v2ndWW1mECOIOkA9AYZl2C\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BH4qY5JFK0rZWkWrUeyNUJgZpvWkHk.\";s:10:\"created_at\";i:1743631808;}s:22:\"MsDRyWZqdJCAaSjkyoXeHk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BE7qvfMkMHS9WrPSFD.Kj1zThnT7HW1\";s:10:\"created_at\";i:1743718478;}s:22:\"BOWCdiqm1C8E2CIiMS96u4\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B9mXvUCEbMRluurQXGsHKhqrfBaf090\";s:10:\"created_at\";i:1743805785;}s:22:\"Bzrh2psfv1JyLeHGAqCltS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BDPxkAtHD/dvRwuxtSZPKkPN3NMtQ4.\";s:10:\"created_at\";i:1743987354;}s:22:\"pKJqoA2SaC1I9qFxBSCSZK\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5E5S97UG.p65/lv.9lPLhpzeAQt05.\";s:10:\"created_at\";i:1744073881;}s:22:\"AjUd1M05hQFrX6PPt3uARi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BGU5QNEukowH/Ok/VzCfnM.JZS6T2i.\";s:10:\"created_at\";i:1744162426;}}','off'),(119,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1663791572;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(125,'https_detection_errors','a:0:{}','off'),(132,'WPLANG','es_ES','yes'),(152444,'_transient_is_multi_author','0','on'),(216403,'element_pack_license_key','','auto'),(7964,'widget_elementortemplate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7965,'element_pack_active_modules','a:137:{s:9:\"accordion\";s:2:\"on\";s:15:\"advanced-button\";s:2:\"on\";s:19:\"advanced-calculator\";s:3:\"off\";s:16:\"advanced-counter\";s:3:\"off\";s:16:\"advanced-divider\";s:3:\"off\";s:13:\"advanced-gmap\";s:2:\"on\";s:16:\"advanced-heading\";s:2:\"on\";s:17:\"advanced-icon-box\";s:2:\"on\";s:22:\"advanced-image-gallery\";s:2:\"on\";s:21:\"advanced-progress-bar\";s:3:\"off\";s:8:\"age-gate\";s:3:\"off\";s:13:\"air-pollution\";s:3:\"off\";s:13:\"animated-card\";s:3:\"off\";s:16:\"animated-heading\";s:2:\"on\";s:13:\"animated-link\";s:3:\"off\";s:12:\"audio-player\";s:3:\"off\";s:7:\"barcode\";s:3:\"off\";s:10:\"brand-grid\";s:3:\"off\";s:14:\"brand-carousel\";s:3:\"off\";s:11:\"breadcrumbs\";s:3:\"off\";s:14:\"business-hours\";s:3:\"off\";s:11:\"dual-button\";s:3:\"off\";s:5:\"chart\";s:2:\"on\";s:8:\"calendly\";s:2:\"on\";s:8:\"call-out\";s:2:\"on\";s:8:\"carousel\";s:2:\"on\";s:9:\"changelog\";s:3:\"off\";s:11:\"circle-menu\";s:2:\"on\";s:11:\"circle-info\";s:3:\"off\";s:14:\"cookie-consent\";s:2:\"on\";s:9:\"countdown\";s:2:\"on\";s:12:\"contact-form\";s:2:\"on\";s:7:\"comment\";s:2:\"on\";s:20:\"crypto-currency-card\";s:3:\"off\";s:21:\"crypto-currency-table\";s:3:\"off\";s:14:\"custom-gallery\";s:2:\"on\";s:15:\"custom-carousel\";s:2:\"on\";s:15:\"creative-button\";s:3:\"off\";s:11:\"coupon-code\";s:3:\"off\";s:9:\"dark-mode\";s:3:\"off\";s:15:\"document-viewer\";s:3:\"off\";s:13:\"device-slider\";s:2:\"on\";s:7:\"dropbar\";s:2:\"on\";s:12:\"dynamic-grid\";s:3:\"off\";s:16:\"dynamic-carousel\";s:3:\"off\";s:10:\"fancy-card\";s:3:\"off\";s:10:\"fancy-list\";s:3:\"off\";s:11:\"fancy-icons\";s:3:\"off\";s:12:\"fancy-slider\";s:3:\"off\";s:10:\"fancy-tabs\";s:3:\"off\";s:8:\"flip-box\";s:3:\"off\";s:12:\"featured-box\";s:3:\"off\";s:14:\"google-reviews\";s:3:\"off\";s:8:\"helpdesk\";s:2:\"on\";s:9:\"hover-box\";s:3:\"off\";s:11:\"hover-video\";s:3:\"off\";s:10:\"honeycombs\";s:3:\"off\";s:19:\"horizontal-scroller\";s:3:\"off\";s:7:\"iconnav\";s:2:\"on\";s:6:\"iframe\";s:3:\"off\";s:9:\"instagram\";s:3:\"off\";s:15:\"image-accordion\";s:3:\"off\";s:13:\"image-compare\";s:2:\"on\";s:12:\"image-expand\";s:3:\"off\";s:11:\"image-stack\";s:3:\"off\";s:15:\"image-magnifier\";s:2:\"on\";s:16:\"interactive-card\";s:3:\"off\";s:16:\"interactive-tabs\";s:3:\"off\";s:8:\"lightbox\";s:2:\"on\";s:12:\"lottie-image\";s:3:\"off\";s:15:\"lottie-icon-box\";s:3:\"off\";s:9:\"logo-grid\";s:3:\"off\";s:13:\"logo-carousel\";s:3:\"off\";s:5:\"modal\";s:2:\"on\";s:9:\"mailchimp\";s:2:\"on\";s:6:\"marker\";s:2:\"on\";s:6:\"member\";s:2:\"on\";s:6:\"navbar\";s:2:\"on\";s:11:\"news-ticker\";s:2:\"on\";s:12:\"notification\";s:3:\"off\";s:9:\"offcanvas\";s:2:\"on\";s:15:\"open-street-map\";s:2:\"on\";s:10:\"price-list\";s:2:\"on\";s:11:\"price-table\";s:2:\"on\";s:12:\"panel-slider\";s:2:\"on\";s:11:\"post-slider\";s:2:\"on\";s:9:\"post-card\";s:2:\"on\";s:10:\"post-block\";s:2:\"on\";s:17:\"post-block-modern\";s:2:\"on\";s:12:\"progress-pie\";s:2:\"on\";s:12:\"post-gallery\";s:2:\"on\";s:9:\"post-grid\";s:2:\"on\";s:13:\"post-grid-tab\";s:2:\"on\";s:9:\"post-list\";s:2:\"on\";s:12:\"profile-card\";s:3:\"off\";s:17:\"protected-content\";s:3:\"off\";s:6:\"qrcode\";s:2:\"on\";s:16:\"reading-progress\";s:3:\"off\";s:11:\"review-card\";s:3:\"off\";s:16:\"review-card-grid\";s:3:\"off\";s:20:\"review-card-carousel\";s:3:\"off\";s:6:\"slider\";s:2:\"on\";s:9:\"slideshow\";s:2:\"on\";s:20:\"slinky-vertical-menu\";s:3:\"off\";s:9:\"scrollnav\";s:2:\"on\";s:6:\"search\";s:2:\"on\";s:13:\"scroll-button\";s:2:\"on\";s:12:\"scroll-image\";s:2:\"on\";s:11:\"source-code\";s:3:\"off\";s:15:\"static-carousel\";s:3:\"off\";s:15:\"static-grid-tab\";s:3:\"off\";s:11:\"single-post\";s:2:\"on\";s:12:\"social-share\";s:2:\"on\";s:12:\"social-proof\";s:3:\"off\";s:9:\"step-flow\";s:3:\"off\";s:8:\"switcher\";s:2:\"on\";s:9:\"svg-image\";s:3:\"off\";s:4:\"tabs\";s:2:\"on\";s:5:\"table\";s:3:\"off\";s:16:\"table-of-content\";s:3:\"off\";s:10:\"tags-cloud\";s:2:\"on\";s:8:\"timeline\";s:2:\"on\";s:9:\"time-zone\";s:3:\"off\";s:11:\"total-count\";s:2:\"on\";s:11:\"trailer-box\";s:2:\"on\";s:13:\"thumb-gallery\";s:2:\"on\";s:6:\"toggle\";s:2:\"on\";s:16:\"twitter-carousel\";s:3:\"off\";s:12:\"twitter-grid\";s:3:\"off\";s:14:\"twitter-slider\";s:3:\"off\";s:25:\"threesixty-product-viewer\";s:2:\"on\";s:10:\"user-login\";s:2:\"on\";s:13:\"user-register\";s:2:\"on\";s:13:\"vertical-menu\";s:3:\"off\";s:13:\"video-gallery\";s:3:\"off\";s:12:\"video-player\";s:3:\"off\";s:7:\"weather\";s:3:\"off\";}','yes'),(7966,'element_pack_third_party_widget','','yes'),(7967,'element_pack_elementor_extend','','yes'),(7968,'element_pack_api_settings','','yes'),(7969,'element_pack_other_settings','a:7:{s:13:\"asset-manager\";s:3:\"off\";s:9:\"live-copy\";s:3:\"off\";s:20:\"essential-shortcodes\";s:3:\"off\";s:16:\"template-library\";s:3:\"off\";s:12:\"context-menu\";s:3:\"off\";s:10:\"duplicator\";s:2:\"on\";s:9:\"mega-menu\";s:3:\"off\";}','yes'),(8112,'category_children','a:0:{}','yes'),(8352,'jet-elements-db-version','2.2.8','yes'),(111661,'db_upgraded','','on'),(5203,'jet-license-data','a:1:{s:12:\"license-list\";a:1:{s:46:\"N1NURVJQLXN1YmxpY2Vuc2UtMTI5OTkyMi05LVdOaXNiVw\";a:3:{s:13:\"licenseStatus\";s:6:\"active\";s:10:\"licenseKey\";s:46:\"N1NURVJQLXN1YmxpY2Vuc2UtMTI5OTkyMi05LVdOaXNiVw\";s:14:\"licenseDetails\";a:13:{s:7:\"license\";s:46:\"N1NURVJQLXN1YmxpY2Vuc2UtMTI5OTkyMi05LVdOaXNiVw\";s:4:\"type\";s:10:\"crocoblock\";s:12:\"product_name\";s:63:\"Crocoblock Membership All Inclusive Lifetime Unlimited Websites\";s:12:\"product_slug\";s:63:\"crocoblock-membership-all-inclusive-lifetime-unlimited-websites\";s:16:\"product_category\";s:8:\"lifetime\";s:6:\"expire\";s:19:\"0000-00-00 00:00:00\";s:16:\"activation_limit\";i:0;s:7:\"plugins\";a:18:{s:29:\"jet-elements/jet-elements.php\";a:8:{s:4:\"name\";s:11:\"JetElements\";s:4:\"slug\";s:29:\"jet-elements/jet-elements.php\";s:7:\"version\";s:5:\"2.6.8\";s:5:\"thumb\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo/jetelements.svg\";s:9:\"thumb_alt\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetelements.svg\";s:4:\"docs\";s:68:\"https://crocoblock.com/knowledge-base/article-category/jet-elements/\";s:4:\"demo\";s:43:\"https://crocoblock.com/plugins/jetelements/\";s:4:\"desc\";s:24:\"Must-have design widgets\";}s:21:\"jet-tabs/jet-tabs.php\";a:8:{s:4:\"name\";s:7:\"JetTabs\";s:4:\"slug\";s:21:\"jet-tabs/jet-tabs.php\";s:7:\"version\";s:6:\"2.1.20\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jettabs.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettabs.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-tabs/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jettabs/\";s:4:\"desc\";s:31:\"A smart way to organize content\";}s:27:\"jet-reviews/jet-reviews.php\";a:8:{s:4:\"name\";s:10:\"JetReviews\";s:4:\"slug\";s:27:\"jet-reviews/jet-reviews.php\";s:7:\"version\";s:5:\"2.3.1\";s:5:\"thumb\";s:74:\"https://account.crocoblock.com/free-download/images/jetlogo/jetreviews.svg\";s:9:\"thumb_alt\";s:78:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetreviews.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jetreviews/\";s:4:\"demo\";s:42:\"https://crocoblock.com/plugins/jetreviews/\";s:4:\"desc\";s:32:\"Add reviews, comments, and rates\";}s:21:\"jet-menu/jet-menu.php\";a:8:{s:4:\"name\";s:7:\"JetMenu\";s:4:\"slug\";s:21:\"jet-menu/jet-menu.php\";s:7:\"version\";s:5:\"2.2.4\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetmenu.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetmenu.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-menu/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetmenu/\";s:4:\"desc\";s:24:\"Build a custom mega menu\";}s:21:\"jet-blog/jet-blog.php\";a:8:{s:4:\"name\";s:7:\"JetBlog\";s:4:\"slug\";s:21:\"jet-blog/jet-blog.php\";s:7:\"version\";s:5:\"2.3.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblog.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblog.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-blog/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetblog/\";s:4:\"desc\";s:26:\"Create engaging blog pages\";}s:25:\"jet-blocks/jet-blocks.php\";a:8:{s:4:\"name\";s:9:\"JetBlocks\";s:4:\"slug\";s:25:\"jet-blocks/jet-blocks.php\";s:7:\"version\";s:5:\"1.3.5\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblocks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblocks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jetblocks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetblocks/\";s:4:\"desc\";s:30:\"Enrich header & footer content\";}s:25:\"jet-tricks/jet-tricks.php\";a:8:{s:4:\"name\";s:9:\"JetTricks\";s:4:\"slug\";s:25:\"jet-tricks/jet-tricks.php\";s:7:\"version\";s:5:\"1.4.3\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jettricks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettricks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jettricks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jettricks/\";s:4:\"desc\";s:30:\"Add interactive visual effects\";}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:8:{s:4:\"name\";s:15:\"JetSmartFilters\";s:4:\"slug\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"version\";s:5:\"3.0.4\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsmartfilters.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsmartfilters.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetsmartfilters/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetsmartfilters/\";s:4:\"desc\";s:34:\"Advanced filters for any post type\";}s:23:\"jet-popup/jet-popup.php\";a:8:{s:4:\"name\";s:8:\"JetPopup\";s:4:\"slug\";s:23:\"jet-popup/jet-popup.php\";s:7:\"version\";s:5:\"1.6.5\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/images/jetlogo/jetpopup.svg\";s:9:\"thumb_alt\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetpopup.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jet-popup/\";s:4:\"demo\";s:40:\"https://crocoblock.com/plugins/jetpopup/\";s:4:\"desc\";s:30:\"Create popups that boost sales\";}s:25:\"jet-search/jet-search.php\";a:8:{s:4:\"name\";s:9:\"JetSearch\";s:4:\"slug\";s:25:\"jet-search/jet-search.php\";s:7:\"version\";s:5:\"3.0.3\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsearch.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsearch.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-search/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetsearch/\";s:4:\"desc\";s:27:\"Try the fastest AJAX search\";}s:35:\"jet-woo-builder/jet-woo-builder.php\";a:8:{s:4:\"name\";s:13:\"JetWooBuilder\";s:4:\"slug\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:7:\"version\";s:5:\"2.1.3\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoobuilder.svg\";s:9:\"thumb_alt\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetwoobuilder.svg\";s:4:\"docs\";s:69:\"https://crocoblock.com/knowledge-base/article-category/jetwoobuilder/\";s:4:\"demo\";s:45:\"https://crocoblock.com/plugins/jetwoobuilder/\";s:4:\"desc\";s:30:\"Create custom e-commerce pages\";}s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";a:8:{s:4:\"name\";s:17:\"JetProductGallery\";s:4:\"slug\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:7:\"version\";s:6:\"2.1.10\";s:5:\"thumb\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo/jetproductgallery.svg\";s:9:\"thumb_alt\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetproductgallery.svg\";s:4:\"docs\";s:73:\"https://crocoblock.com/knowledge-base/article-category/jetproductgallery/\";s:4:\"demo\";s:49:\"https://crocoblock.com/plugins/jetproductgallery/\";s:4:\"desc\";s:38:\"Product gallery sliders and carousels \";}s:31:\"jet-compare-wishlist/jet-cw.php\";a:8:{s:4:\"name\";s:19:\"JetCompare&Wishlist\";s:4:\"slug\";s:31:\"jet-compare-wishlist/jet-cw.php\";s:7:\"version\";s:5:\"1.5.3\";s:5:\"thumb\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoocomparewishlist.svg\";s:9:\"thumb_alt\";s:86:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetcomparewishlist.svg\";s:4:\"docs\";s:74:\"https://crocoblock.com/knowledge-base/article-category/jetcomparewishlist/\";s:4:\"demo\";s:50:\"https://crocoblock.com/plugins/jetcomparewishlist/\";s:4:\"desc\";s:34:\"Compare and wishlist functionality\";}s:25:\"jet-engine/jet-engine.php\";a:8:{s:4:\"name\";s:9:\"JetEngine\";s:4:\"slug\";s:25:\"jet-engine/jet-engine.php\";s:7:\"version\";s:5:\"3.1.1\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetengine.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetengine.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-engine/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetengine/\";s:4:\"desc\";s:36:\"Top-notch plugin for dynamic content\";}s:27:\"jet-booking/jet-booking.php\";a:8:{s:4:\"name\";s:10:\"JetBooking\";s:4:\"slug\";s:27:\"jet-booking/jet-booking.php\";s:7:\"version\";s:5:\"2.6.2\";s:5:\"thumb\";s:74:\"https://account.crocoblock.com/free-download/images/jetlogo/jetbooking.svg\";s:9:\"thumb_alt\";s:78:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetbooking.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jetbooking/\";s:4:\"demo\";s:42:\"https://crocoblock.com/plugins/jetbooking/\";s:4:\"desc\";s:29:\"Complex booking functionality\";}s:39:\"jet-style-manager/jet-style-manager.php\";a:8:{s:4:\"name\";s:15:\"JetStyleManager\";s:4:\"slug\";s:39:\"jet-style-manager/jet-style-manager.php\";s:7:\"version\";s:5:\"1.3.5\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetstylemanager.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetstylemanager.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetstylemanager/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetstylemanager/\";s:4:\"desc\";s:36:\"Manage Elementor page style settings\";}s:53:\"jet-appointments-booking/jet-appointments-booking.php\";a:8:{s:4:\"name\";s:14:\"JetAppointment\";s:4:\"slug\";s:53:\"jet-appointments-booking/jet-appointments-booking.php\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jet-appointment.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jet-appointment.svg\";s:4:\"docs\";s:70:\"https://crocoblock.com/knowledge-base/article-category/jetappointment/\";s:4:\"demo\";s:46:\"https://crocoblock.com/plugins/jetappointment/\";s:4:\"desc\";s:31:\"Create custom appointment forms\";}s:33:\"jet-theme-core/jet-theme-core.php\";a:8:{s:4:\"name\";s:12:\"JetThemeCore\";s:4:\"slug\";s:33:\"jet-theme-core/jet-theme-core.php\";s:7:\"version\";s:5:\"2.0.7\";s:5:\"thumb\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo/jetthemecore.svg\";s:9:\"thumb_alt\";s:80:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetthemecore.svg\";s:4:\"docs\";s:67:\"https://crocoblock.com/knowledge-base/article-category/theme-parts/\";s:4:\"demo\";s:44:\"https://crocoblock.com/plugins/jetthemecore/\";s:4:\"desc\";s:65:\"Most powerful plugin created to make building websites super easy\";}}s:5:\"sites\";a:0:{}s:11:\"permissions\";a:2:{s:13:\"update_plugin\";b:1;s:14:\"install_plugin\";b:1;}s:20:\"has_templates_access\";b:1;s:27:\"has_design_templates_access\";b:0;s:8:\"site_url\";s:20:\"elconferencista.com/\";}}}}','yes'),(164951,'elementor_pro_remote_info_api_data_3.24.2','a:2:{s:7:\"timeout\";i:1727900935;s:5:\"value\";s:226235:\"{\"stable_version\":\"3.24.3\",\"last_updated\":\"2024-10-01 08:55:01\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:211113:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.24.3\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mjc4NTc3MzUsImV4cCI6MTcyNzk0NDEzNX0.q2Mafj_I1UTs5W6IzxPycSAoqOIW2QGuF3ggPGv0ysA\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mjc4NTc3MzUsImV4cCI6MTcyNzk0NDEzNX0.q2Mafj_I1UTs5W6IzxPycSAoqOIW2QGuF3ggPGv0ysA\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNzg1NzczNSwiZXhwIjoxNzI3OTQ0MTM1fQ.PKR7veofT55tDOoRn-lFh01gLU0oLpwXt2XqduBvPEs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNzg1NzczNSwiZXhwIjoxNzI3OTQ0MTM1fQ.PKR7veofT55tDOoRn-lFh01gLU0oLpwXt2XqduBvPEs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(7795,'elementor_notes_db_version','5','yes'),(5812,'elementskit-lite_ask_me_later','yes','yes'),(5823,'nta_wa_widget_styles','a:17:{s:5:\"title\";s:20:\"Start a Conversation\";s:12:\"responseText\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"backgroundColor\";s:7:\"#2db742\";s:9:\"textColor\";s:4:\"#fff\";s:12:\"scrollHeight\";s:3:\"500\";s:12:\"isShowScroll\";s:3:\"OFF\";s:18:\"isShowResponseText\";s:3:\"OFF\";s:8:\"btnLabel\";s:40:\"Need Help? <strong>Chat with us</strong>\";s:13:\"btnLabelWidth\";s:3:\"156\";s:11:\"btnPosition\";s:5:\"right\";s:15:\"btnLeftDistance\";s:2:\"30\";s:16:\"btnRightDistance\";s:2:\"30\";s:17:\"btnBottomDistance\";s:2:\"30\";s:14:\"isShowBtnLabel\";s:3:\"OFF\";s:10:\"isShowGDPR\";s:3:\"OFF\";s:11:\"gdprContent\";s:115:\"Please accept our <a href=\"https://ninjateam.org/privacy-policy/\">privacy policy</a> first to start a conversation.\";}','yes'),(1820,'_transient_health-check-site-status-result','{\"good\":19,\"recommended\":3,\"critical\":1}','yes'),(124978,'spectra_partner_url_param','10463','no'),(124977,'astra_partner_url_param','10463','no'),(119390,'wp_attachment_pages_enabled','1','yes'),(105251,'theme_mods_astra','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1685377994;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:7:\"block-3\";i:1;s:7:\"block-6\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}','no'),(158,'finished_updating_comment_type','1','yes'),(161,'recently_activated','a:0:{}','off'),(172,'current_theme','Astra Child','yes'),(173,'theme_mods_astra-child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:118;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1685377955;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:7:\"block-3\";i:1;s:7:\"block-6\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}}}}','yes'),(174,'theme_switched','','yes'),(175,'astra-settings','a:195:{s:18:\"theme-auto-version\";s:5:\"4.8.0\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:10:\"link-color\";s:7:\"#ba0202\";s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:0:{}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:20:\"footer-desktop-items\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}s:32:\"astra-old-global-sidebar-default\";b:0;s:28:\"spectra-gutenberg-compat-css\";b:0;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:48:\"ast-dynamic-single-elementskit_content-structure\";a:2:{i:0;s:44:\"ast-dynamic-single-elementskit_content-image\";i:1;s:44:\"ast-dynamic-single-elementskit_content-title\";}s:47:\"ast-dynamic-single-elementskit_content-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:37:\"ast-archive-elementskit_content-title\";b:1;s:36:\"ast-single-elementskit_content-title\";b:1;s:57:\"ast-dynamic-archive-elementskit_content-banner-image-type\";s:4:\"none\";s:56:\"ast-dynamic-archive-elementskit_content-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:57:\"ast-dynamic-archive-elementskit_content-title-font-family\";s:0:\"\";s:55:\"ast-dynamic-archive-elementskit_content-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:57:\"ast-dynamic-archive-elementskit_content-title-font-weight\";s:0:\"\";s:57:\"ast-dynamic-archive-elementskit_content-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:58:\"ast-dynamic-archive-elementskit_content-banner-title-color\";s:0:\"\";s:57:\"ast-dynamic-archive-elementskit_content-banner-text-color\";s:0:\"\";s:57:\"ast-dynamic-single-elementskit_content-banner-title-color\";s:0:\"\";s:56:\"ast-dynamic-single-elementskit_content-title-font-family\";s:0:\"\";s:54:\"ast-dynamic-single-elementskit_content-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:56:\"ast-dynamic-single-elementskit_content-title-font-weight\";s:0:\"\";s:56:\"ast-dynamic-single-elementskit_content-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:49:\"ast-dynamic-single-elementskit_template-structure\";a:2:{i:0;s:45:\"ast-dynamic-single-elementskit_template-image\";i:1;s:45:\"ast-dynamic-single-elementskit_template-title\";}s:48:\"ast-dynamic-single-elementskit_template-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:38:\"ast-archive-elementskit_template-title\";b:1;s:37:\"ast-single-elementskit_template-title\";b:1;s:58:\"ast-dynamic-archive-elementskit_template-banner-image-type\";s:4:\"none\";s:57:\"ast-dynamic-archive-elementskit_template-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:58:\"ast-dynamic-archive-elementskit_template-title-font-family\";s:0:\"\";s:56:\"ast-dynamic-archive-elementskit_template-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:58:\"ast-dynamic-archive-elementskit_template-title-font-weight\";s:0:\"\";s:58:\"ast-dynamic-archive-elementskit_template-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:59:\"ast-dynamic-archive-elementskit_template-banner-title-color\";s:0:\"\";s:58:\"ast-dynamic-archive-elementskit_template-banner-text-color\";s:0:\"\";s:58:\"ast-dynamic-single-elementskit_template-banner-title-color\";s:0:\"\";s:57:\"ast-dynamic-single-elementskit_template-title-font-family\";s:0:\"\";s:55:\"ast-dynamic-single-elementskit_template-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:57:\"ast-dynamic-single-elementskit_template-title-font-weight\";s:0:\"\";s:57:\"ast-dynamic-single-elementskit_template-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:47:\"ast-dynamic-single-elementskit_widget-structure\";a:2:{i:0;s:43:\"ast-dynamic-single-elementskit_widget-image\";i:1;s:43:\"ast-dynamic-single-elementskit_widget-title\";}s:46:\"ast-dynamic-single-elementskit_widget-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:36:\"ast-archive-elementskit_widget-title\";b:1;s:35:\"ast-single-elementskit_widget-title\";b:1;s:56:\"ast-dynamic-archive-elementskit_widget-banner-image-type\";s:4:\"none\";s:55:\"ast-dynamic-archive-elementskit_widget-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:56:\"ast-dynamic-archive-elementskit_widget-title-font-family\";s:0:\"\";s:54:\"ast-dynamic-archive-elementskit_widget-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:56:\"ast-dynamic-archive-elementskit_widget-title-font-weight\";s:0:\"\";s:56:\"ast-dynamic-archive-elementskit_widget-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:57:\"ast-dynamic-archive-elementskit_widget-banner-title-color\";s:0:\"\";s:56:\"ast-dynamic-archive-elementskit_widget-banner-text-color\";s:0:\"\";s:56:\"ast-dynamic-single-elementskit_widget-banner-title-color\";s:0:\"\";s:55:\"ast-dynamic-single-elementskit_widget-title-font-family\";s:0:\"\";s:53:\"ast-dynamic-single-elementskit_widget-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:55:\"ast-dynamic-single-elementskit_widget-title-font-weight\";s:0:\"\";s:55:\"ast-dynamic-single-elementskit_widget-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:39:\"ast-dynamic-single-jet-engine-structure\";a:2:{i:0;s:35:\"ast-dynamic-single-jet-engine-image\";i:1;s:35:\"ast-dynamic-single-jet-engine-title\";}s:38:\"ast-dynamic-single-jet-engine-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:28:\"ast-archive-jet-engine-title\";b:1;s:27:\"ast-single-jet-engine-title\";b:1;s:48:\"ast-dynamic-archive-jet-engine-banner-image-type\";s:4:\"none\";s:47:\"ast-dynamic-archive-jet-engine-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:48:\"ast-dynamic-archive-jet-engine-title-font-family\";s:0:\"\";s:46:\"ast-dynamic-archive-jet-engine-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:48:\"ast-dynamic-archive-jet-engine-title-font-weight\";s:0:\"\";s:48:\"ast-dynamic-archive-jet-engine-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:49:\"ast-dynamic-archive-jet-engine-banner-title-color\";s:0:\"\";s:48:\"ast-dynamic-archive-jet-engine-banner-text-color\";s:0:\"\";s:48:\"ast-dynamic-single-jet-engine-banner-title-color\";s:0:\"\";s:47:\"ast-dynamic-single-jet-engine-title-font-family\";s:0:\"\";s:45:\"ast-dynamic-single-jet-engine-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:47:\"ast-dynamic-single-jet-engine-title-font-weight\";s:0:\"\";s:47:\"ast-dynamic-single-jet-engine-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:47:\"ast-dynamic-single-conferencias-edner-structure\";a:2:{i:0;s:43:\"ast-dynamic-single-conferencias-edner-image\";i:1;s:43:\"ast-dynamic-single-conferencias-edner-title\";}s:46:\"ast-dynamic-single-conferencias-edner-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:36:\"ast-archive-conferencias-edner-title\";b:1;s:35:\"ast-single-conferencias-edner-title\";b:1;s:56:\"ast-dynamic-archive-conferencias-edner-banner-image-type\";s:4:\"none\";s:55:\"ast-dynamic-archive-conferencias-edner-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:56:\"ast-dynamic-archive-conferencias-edner-title-font-family\";s:0:\"\";s:54:\"ast-dynamic-archive-conferencias-edner-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:56:\"ast-dynamic-archive-conferencias-edner-title-font-weight\";s:0:\"\";s:56:\"ast-dynamic-archive-conferencias-edner-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:57:\"ast-dynamic-archive-conferencias-edner-banner-title-color\";s:0:\"\";s:56:\"ast-dynamic-archive-conferencias-edner-banner-text-color\";s:0:\"\";s:56:\"ast-dynamic-single-conferencias-edner-banner-title-color\";s:0:\"\";s:55:\"ast-dynamic-single-conferencias-edner-title-font-family\";s:0:\"\";s:53:\"ast-dynamic-single-conferencias-edner-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:55:\"ast-dynamic-single-conferencias-edner-title-font-weight\";s:0:\"\";s:55:\"ast-dynamic-single-conferencias-edner-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:19:\"enable-scroll-to-id\";b:0;s:20:\"scroll-to-top-enable\";b:0;s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:27:\"woo_support_global_settings\";b:1;s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:18:\"add-hr-styling-css\";b:0;s:32:\"astra-site-svg-logo-equal-height\";b:0;s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:79:\"ast-dynamic-single-elementskit_content-article-featured-image-position-layout-1\";s:4:\"none\";s:79:\"ast-dynamic-single-elementskit_content-article-featured-image-position-layout-2\";s:4:\"none\";s:72:\"ast-dynamic-single-elementskit_content-article-featured-image-ratio-type\";s:7:\"default\";s:80:\"ast-dynamic-single-elementskit_template-article-featured-image-position-layout-1\";s:4:\"none\";s:80:\"ast-dynamic-single-elementskit_template-article-featured-image-position-layout-2\";s:4:\"none\";s:73:\"ast-dynamic-single-elementskit_template-article-featured-image-ratio-type\";s:7:\"default\";s:78:\"ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-1\";s:4:\"none\";s:78:\"ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-2\";s:4:\"none\";s:71:\"ast-dynamic-single-elementskit_widget-article-featured-image-ratio-type\";s:7:\"default\";s:70:\"ast-dynamic-single-jet-engine-article-featured-image-position-layout-1\";s:4:\"none\";s:70:\"ast-dynamic-single-jet-engine-article-featured-image-position-layout-2\";s:4:\"none\";s:63:\"ast-dynamic-single-jet-engine-article-featured-image-ratio-type\";s:7:\"default\";s:78:\"ast-dynamic-single-conferencias-edner-article-featured-image-position-layout-1\";s:4:\"none\";s:78:\"ast-dynamic-single-conferencias-edner-article-featured-image-position-layout-2\";s:4:\"none\";s:71:\"ast-dynamic-single-conferencias-edner-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"16\";s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"is_theme_queue_running\";b:0;s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:28:\"single-content-images-shadow\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:1;s:33:\"elementor-container-padding-style\";b:1;s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:24:\"heading-widget-font-size\";b:0;s:26:\"enable-4-8-0-compatibility\";b:0;}','yes'),(179,'elementor_onboarded','1','yes'),(180,'elementor_active_kit','7','yes'),(183,'elementor_version','3.18.2','yes'),(184,'elementor_install_history','a:48:{s:5:\"3.6.4\";i:1664480022;s:5:\"3.7.7\";i:1664480023;s:5:\"3.7.8\";i:1664743875;s:5:\"3.8.0\";i:1667898347;s:5:\"3.8.1\";i:1669105468;s:5:\"3.8.2\";i:1670446157;s:5:\"3.9.0\";i:1670446158;s:5:\"3.9.1\";i:1671136651;s:5:\"3.9.2\";i:1671698377;s:6:\"3.10.0\";i:1673339955;s:6:\"3.10.1\";i:1674031817;s:6:\"3.10.2\";i:1675067043;s:6:\"3.10.3\";i:1676327277;s:6:\"3.11.0\";i:1676327278;s:6:\"3.11.1\";i:1676536736;s:6:\"3.11.2\";i:1677616306;s:6:\"3.11.3\";i:1678263544;s:6:\"3.11.4\";i:1678700596;s:6:\"3.11.5\";i:1678826068;s:6:\"3.11.6\";i:1680121055;s:6:\"3.12.0\";i:1680121056;s:6:\"3.12.1\";i:1681805924;s:6:\"3.12.2\";i:1682281721;s:6:\"3.12.3\";i:1683621811;s:6:\"3.13.0\";i:1683621812;s:6:\"3.13.1\";i:1683664139;s:6:\"3.13.2\";i:1683880099;s:6:\"3.13.3\";i:1684917203;s:6:\"3.13.4\";i:1685310643;s:6:\"3.14.0\";i:1687250383;s:6:\"3.14.1\";i:1687854366;s:6:\"3.15.0\";i:1690878951;s:6:\"3.15.1\";i:1691008410;s:6:\"3.15.2\";i:1691616139;s:6:\"3.15.3\";i:1692562653;s:6:\"3.16.0\";i:1694767159;s:6:\"3.16.1\";i:1694552474;s:6:\"3.16.2\";i:1694593627;s:6:\"3.16.3\";i:1694767160;s:6:\"3.16.4\";i:1695242574;s:6:\"3.16.5\";i:1696885211;s:6:\"3.16.6\";i:1697579220;s:6:\"3.17.1\";i:1698265410;s:6:\"3.17.2\";i:1698870082;s:6:\"3.17.3\";i:1699480593;s:6:\"3.18.0\";i:1701722538;s:6:\"3.18.1\";i:1701882399;s:6:\"3.18.2\";i:1702068393;}','yes'),(185,'elementor_events_db_version','1.0.0','no'),(186,'elementor_pro_version','3.23.0','yes'),(187,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(189,'_elementor_pro_installed_time','1663791726','yes'),(190,'elementor_submissions_db_version','5','yes'),(191,'_elementor_installed_time','1663791727','yes'),(192,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(193,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:81:\"Introducing Platinum Support: Your Ultimate Solution for Superior Website Support\";s:7:\"excerpt\";s:149:\"Introducing Platinum Support: Elevate your Elementor experience with dedicated expert assistance, faster response times, and 24/7 real human support.\";s:7:\"created\";i:1723108567;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-platinum-support/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:64:\"Image Optimizer 1.5: Introducing AVIF Compression and Conversion\";s:7:\"excerpt\";s:165:\"Upgrade to Image Optimizer v1.5 and experience the power of AVIF, the next-gen image format that delivers better compression, smaller file sizes, and higher quality.\";s:7:\"created\";i:1722327900;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:116:\"https://elementor.com/blog/introducing-avif/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:57:\"New Off-Canvas Widget & Element Caching in Elementor 3.22\";s:7:\"excerpt\";s:147:\"Build Interactive Layouts with the Off-Canvas Widget and Give Your Websites a Major Performance Improvement by Activating Element Caching and More!\";s:7:\"created\";i:1718720040;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-322-off-canvas-element-caching/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(202,'elementor_connect_site_key','a93dd5b62cca8bad6f4ce647b6d9a3f9','yes'),(203,'elementor_pro_theme_builder_conditions','a:4:{s:7:\"archive\";a:1:{i:675;a:1:{i:0;s:15:\"include/archive\";}}s:6:\"single\";a:2:{i:619;a:1:{i:0;s:21:\"include/singular/post\";}i:295;a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}}s:6:\"footer\";a:1:{i:613;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:2:{i:219;a:1:{i:0;s:15:\"include/general\";}i:222;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(204,'elementor_allow_tracking','yes','yes'),(205,'elementor_tracker_last_send','1743533587','yes'),(210,'elementor_pro_license_key','ep-1UX7fe9e8VqheYHPBGks16150927181u3mnLZPBSmG','yes'),(211,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1669560555;s:5:\"value\";s:208:\"{\"expires\":\"2023-03-07 04:49:39\",\"subscription_id\":10163576,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(212,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1669517355;s:5:\"value\";s:208:\"{\"expires\":\"2023-03-07 04:49:39\",\"subscription_id\":10163576,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(213,'elementor_log','a:43:{s:32:\"ecff8df613542744264fbe73a315796d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 08:15:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 08:15:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"98e9303da8814f925a53e5a4d167cf24\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 08:15:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 08:15:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"275d20d36cfb077bbd8d7286d27edb9d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 08:15:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 08:15:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"67e4a452bfedba9bebf31fce5b62d67f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-11 08:15:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.2\";s:2:\"to\";s:6:\"3.20.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-11 08:15:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.2\";s:2:\"to\";s:6:\"3.20.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"14fe0aa78d28954ca2e3de47b3cb11d8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-16 08:38:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.21.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-16 08:38:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.21.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c7ca91737aac2c5247e270cf033f8de0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-16 08:38:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-16 08:38:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"9d366d8ecbdc3a084326427902591747\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-16 08:38:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-16 08:38:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f11f35d323800c5462b0a4b4c3698948\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-16 08:38:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-16 08:38:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"cf2b804be94a0e58d375490fd588b758\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-16 08:38:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.21.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-16 08:38:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.20.3\";s:2:\"to\";s:6:\"3.21.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"385dad1456bddf3bb74aac295b1d2bb7\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-04-24 21:21:17\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key "icon"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:70;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-04-25 08:13:34\";i:1;s:19:\"2024-04-25 08:27:46\";i:2;s:19:\"2024-04-25 08:32:11\";i:3;s:19:\"2024-04-25 09:02:18\";i:4;s:19:\"2024-04-25 09:09:33\";i:5;s:19:\"2024-04-25 09:17:24\";i:6;s:19:\"2024-04-25 09:38:39\";i:7;s:19:\"2024-04-25 09:40:55\";i:8;s:19:\"2024-04-25 10:56:42\";i:9;s:19:\"2024-04-25 11:21:30\";i:10;s:19:\"2024-04-25 12:37:43\";i:11;s:19:\"2024-04-25 14:12:28\";i:12;s:19:\"2024-04-25 14:45:27\";i:13;s:19:\"2024-04-25 14:45:29\";i:14;s:19:\"2024-04-25 14:45:32\";i:15;s:19:\"2024-04-25 14:45:36\";i:16;s:19:\"2024-04-25 15:26:33\";i:17;s:19:\"2024-04-25 16:03:28\";i:18;s:19:\"2024-04-25 16:41:13\";i:19;s:19:\"2024-04-25 16:48:44\";i:20;s:19:\"2024-04-25 16:48:46\";i:21;s:19:\"2024-04-25 16:48:48\";i:22;s:19:\"2024-04-25 16:48:52\";i:23;s:19:\"2024-04-25 17:59:11\";i:24;s:19:\"2024-04-25 18:01:19\";i:25;s:19:\"2024-04-25 18:01:21\";i:26;s:19:\"2024-04-25 18:09:25\";i:27;s:19:\"2024-04-25 18:11:13\";i:28;s:19:\"2024-04-25 18:37:14\";i:29;s:19:\"2024-04-25 18:59:58\";i:30;s:19:\"2024-04-25 19:06:54\";i:31;s:19:\"2024-04-25 19:37:29\";i:32;s:19:\"2024-04-25 19:46:14\";i:33;s:19:\"2024-04-25 19:46:16\";i:34;s:19:\"2024-04-25 19:54:09\";i:35;s:19:\"2024-04-25 19:55:03\";i:36;s:19:\"2024-04-25 19:55:04\";i:37;s:19:\"2024-04-25 19:59:32\";i:38;s:19:\"2024-04-25 20:52:00\";i:39;s:19:\"2024-04-25 20:52:01\";i:40;s:19:\"2024-04-25 20:52:01\";i:41;s:19:\"2024-04-25 20:52:02\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"icon\"\";s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:4:\"line\";i:708;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:7:\"\0*\0line\";i:708;}s:32:\"5f7833c91964f4325473ca0178194b99\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-25 08:32:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.0\";s:2:\"to\";s:6:\"3.21.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-25 08:32:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.0\";s:2:\"to\";s:6:\"3.21.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dc1fe100a0e90706023f8b42bc91841a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-25 08:32:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-25 08:32:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d584f2837ea5870834022f5c82a78e8b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-25 08:32:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-25 08:32:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"59508b65a3e939cb229fd64e4b964176\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-25 08:32:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-25 08:32:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d442bb47eb07c40d354b2ee725d6c024\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-04-25 08:32:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.0\";s:2:\"to\";s:6:\"3.21.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-04-25 08:32:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.0\";s:2:\"to\";s:6:\"3.21.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"20c437ba6e9c82494e2d0ac4fd2dcacc\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-04-25 16:48:50\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key "icon"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:4:\"line\";i:695;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:5:{s:4:\"file\";s:99:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:2315;s:8:\"function\";s:6:\"render\";s:5:\"class\";s:25:\"Elementor\\Widget_Icon_Box\";s:4:\"type\";s:2:\"->\";}i:2;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/widget-base.php\";s:4:\"line\";i:634;s:8:\"function\";s:14:\"render_by_mode\";s:5:\"class\";s:24:\"Elementor\\Controls_Stack\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/widget-base.php\";s:4:\"line\";i:775;s:8:\"function\";s:14:\"render_content\";s:5:\"class\";s:21:\"Elementor\\Widget_Base\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:97:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/element-base.php\";s:4:\"line\";i:464;s:8:\"function\";s:13:\"print_content\";s:5:\"class\";s:21:\"Elementor\\Widget_Base\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-04-25 16:48:50\";i:1;s:19:\"2024-04-25 16:48:50\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"icon\"\";s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:4:\"line\";i:695;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:7:\"\0*\0line\";i:695;}s:32:\"ef56e59b55fdcfe5d51972b080d38173\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-04-25 16:48:50\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key "icon"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:4:\"line\";i:708;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:5:{s:4:\"file\";s:99:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:2315;s:8:\"function\";s:6:\"render\";s:5:\"class\";s:25:\"Elementor\\Widget_Icon_Box\";s:4:\"type\";s:2:\"->\";}i:2;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/widget-base.php\";s:4:\"line\";i:634;s:8:\"function\";s:14:\"render_by_mode\";s:5:\"class\";s:24:\"Elementor\\Controls_Stack\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/widget-base.php\";s:4:\"line\";i:775;s:8:\"function\";s:14:\"render_content\";s:5:\"class\";s:21:\"Elementor\\Widget_Base\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:97:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/base/element-base.php\";s:4:\"line\";i:464;s:8:\"function\";s:13:\"print_content\";s:5:\"class\";s:21:\"Elementor\\Widget_Base\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-04-25 16:48:50\";i:1;s:19:\"2024-04-25 16:48:50\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"icon\"\";s:4:\"file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:4:\"line\";i:708;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/ednermusika/elconferencista.com/wp-content/plugins/elementor/includes/widgets/icon-box.php\";s:7:\"\0*\0line\";i:708;}s:32:\"bdc6457bc4bb401de9f3857ce5315533\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-01 08:40:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.1\";s:2:\"to\";s:6:\"3.21.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-01 08:40:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.1\";s:2:\"to\";s:6:\"3.21.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"afed6cdbd4ef1c654c00e63e4a16ef45\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-01 08:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-01 08:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2978337d67d68a7bca1801d0e4dc6c96\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-01 08:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-01 08:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"99f26740cec39233c3a6eba52fbd130e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-01 08:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-01 08:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0cf0af652749276d76139eec46a176db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-01 08:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.1\";s:2:\"to\";s:6:\"3.21.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-01 08:40:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.1\";s:2:\"to\";s:6:\"3.21.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8e504fb550fbe15c1602cd89d155421b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-21 08:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-21 08:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"72f75e404e1badc978134bc80fa1489b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-21 08:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-21 08:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"fefee764040b7a63e7cf6f53054cdf6d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-21 08:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-21 08:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b251e1d712cc9b5810b5947f3ed897b8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-21 08:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.2\";s:2:\"to\";s:6:\"3.21.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-21 08:26:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.2\";s:2:\"to\";s:6:\"3.21.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6f4cde50637db3b5b58c0c311f7eb3d5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-05-21 08:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.2\";s:2:\"to\";s:6:\"3.21.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-21 08:26:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.2\";s:2:\"to\";s:6:\"3.21.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0de61e589e2be733e10c91bab21075ce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-17 08:39:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.3\";s:2:\"to\";s:6:\"3.22.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-17 08:39:13\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.3\";s:2:\"to\";s:6:\"3.22.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bb5bb7477cb1753b2d2a30f8a915470c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-17 08:39:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-17 08:39:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"dc055af9b05a4d02d86888d6c9cbfa8c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-17 08:39:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-17 08:39:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"aae95bd79cd8edf4e889cf8410296ed7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-17 08:39:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-17 08:39:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6c46665fbad6fb6eb0a7e38a454765a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-17 08:39:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.3\";s:2:\"to\";s:6:\"3.22.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-17 08:39:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.21.3\";s:2:\"to\";s:6:\"3.22.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c096e81ca97b672f4e17b427d5084874\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-25 08:25:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.0\";s:2:\"to\";s:6:\"3.22.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-25 08:25:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.0\";s:2:\"to\";s:6:\"3.22.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"25c68dd347d1e2f8b9a290bbe198a2db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-25 08:25:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-25 08:25:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3ad6d562023f35fa8e5d1f0752659cd7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-25 08:25:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-25 08:25:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1816626ebe37494d525b17ba804d4392\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-25 08:25:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-25 08:25:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"86e972a1b314a9ad41f1600ec92b6996\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-06-25 08:25:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.0\";s:2:\"to\";s:6:\"3.22.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-25 08:25:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.0\";s:2:\"to\";s:6:\"3.22.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5f53b9828622e032f4cd10debaee380e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-15 20:55:43\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-15 20:55:43\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7fc243acbe4c6c6a1525de3765ffda1d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-15 20:55:43\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-15 20:55:43\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5895d0e15368e6c06d53d20637422ed9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-15 20:55:43\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-15 20:55:43\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"9fa22e5dc9d11eb21f83eb4742a45536\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-15 20:55:43\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.1\";s:2:\"to\";s:6:\"3.23.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-15 20:55:43\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.1\";s:2:\"to\";s:6:\"3.23.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ad923e087ca8d939b4936c9dd194e5a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-15 20:55:43\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.1\";s:2:\"to\";s:6:\"3.23.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-15 20:55:43\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.22.1\";s:2:\"to\";s:6:\"3.23.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"937ef84f04fa423c4b929e2eb0dfde1f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-07-24 08:18:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.23.0\";s:2:\"to\";s:6:\"3.23.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-24 08:18:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.23.0\";s:2:\"to\";s:6:\"3.23.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','off'),(214,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1724347208;s:11:\"get_version\";i:1743495440;}','yes'),(229,'elementor_fonts_manager_font_types','a:0:{}','yes'),(230,'elementor_fonts_manager_fonts','a:0:{}','yes'),(231,'elementor_custom_icon_sets_config','a:0:{}','yes'),(238,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(239,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(240,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(242,'action_scheduler_hybrid_store_demarkation','15','yes'),(243,'schema-ActionScheduler_StoreSchema','6.0.1663792626','yes'),(244,'schema-ActionScheduler_LoggerSchema','3.0.1663792626','yes'),(247,'woocommerce_schema_version','430','yes'),(248,'woocommerce_store_address','','yes'),(249,'woocommerce_store_address_2','','yes'),(250,'woocommerce_store_city','','yes'),(251,'woocommerce_default_country','US:CA','yes'),(252,'woocommerce_store_postcode','','yes'),(253,'woocommerce_allowed_countries','all','yes'),(254,'woocommerce_all_except_countries','','yes'),(255,'woocommerce_specific_allowed_countries','','yes'),(256,'woocommerce_ship_to_countries','','yes'),(257,'woocommerce_specific_ship_to_countries','','yes'),(258,'woocommerce_default_customer_address','base','yes'),(259,'woocommerce_calc_taxes','no','yes'),(260,'woocommerce_enable_coupons','yes','yes'),(261,'woocommerce_calc_discounts_sequentially','no','no'),(262,'woocommerce_currency','USD','yes'),(263,'woocommerce_currency_pos','left','yes'),(264,'woocommerce_price_thousand_sep',',','yes'),(265,'woocommerce_price_decimal_sep','.','yes'),(266,'woocommerce_price_num_decimals','2','yes'),(267,'woocommerce_shop_page_id','16','yes'),(268,'woocommerce_cart_redirect_after_add','no','yes'),(269,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(270,'woocommerce_placeholder_image','15','yes'),(271,'woocommerce_weight_unit','kg','yes'),(272,'woocommerce_dimension_unit','cm','yes'),(273,'woocommerce_enable_reviews','yes','yes'),(274,'woocommerce_review_rating_verification_label','yes','no'),(275,'woocommerce_review_rating_verification_required','no','no'),(276,'woocommerce_enable_review_rating','yes','yes'),(277,'woocommerce_review_rating_required','yes','no'),(278,'woocommerce_manage_stock','yes','yes'),(279,'woocommerce_hold_stock_minutes','60','no'),(280,'woocommerce_notify_low_stock','yes','no'),(281,'woocommerce_notify_no_stock','yes','no'),(282,'woocommerce_stock_email_recipient','admin@www.elconferencista.com','no'),(283,'woocommerce_notify_low_stock_amount','2','no'),(284,'woocommerce_notify_no_stock_amount','0','yes'),(285,'woocommerce_hide_out_of_stock_items','no','yes'),(286,'woocommerce_stock_format','','yes'),(287,'woocommerce_file_download_method','force','no'),(288,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(289,'woocommerce_downloads_require_login','no','no'),(290,'woocommerce_downloads_grant_access_after_payment','yes','no'),(291,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(292,'woocommerce_attribute_lookup_enabled','no','yes'),(293,'woocommerce_attribute_lookup_direct_updates','no','yes'),(294,'woocommerce_prices_include_tax','no','yes'),(295,'woocommerce_tax_based_on','shipping','yes'),(296,'woocommerce_shipping_tax_class','inherit','yes'),(297,'woocommerce_tax_round_at_subtotal','no','yes'),(298,'woocommerce_tax_classes','','yes'),(299,'woocommerce_tax_display_shop','excl','yes'),(300,'woocommerce_tax_display_cart','excl','yes'),(301,'woocommerce_price_display_suffix','','yes'),(302,'woocommerce_tax_total_display','itemized','no'),(303,'woocommerce_enable_shipping_calc','yes','no'),(304,'woocommerce_shipping_cost_requires_address','no','yes'),(305,'woocommerce_ship_to_destination','billing','no'),(306,'woocommerce_shipping_debug_mode','no','yes'),(307,'woocommerce_enable_guest_checkout','yes','no'),(308,'woocommerce_enable_checkout_login_reminder','no','no'),(309,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(310,'woocommerce_enable_myaccount_registration','no','no'),(311,'woocommerce_registration_generate_username','yes','no'),(312,'woocommerce_registration_generate_password','yes','no'),(313,'woocommerce_erasure_request_removes_order_data','no','no'),(314,'woocommerce_erasure_request_removes_download_data','no','no'),(315,'woocommerce_allow_bulk_remove_personal_data','no','no'),(316,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(317,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(318,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(319,'woocommerce_trash_pending_orders','','no'),(320,'woocommerce_trash_failed_orders','','no'),(321,'woocommerce_trash_cancelled_orders','','no'),(322,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(323,'woocommerce_email_from_name','EDNER GRANADOS','no'),(324,'woocommerce_email_from_address','admin@www.elconferencista.com','no'),(325,'woocommerce_email_header_image','','no'),(326,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(327,'woocommerce_email_base_color','#7f54b3','no'),(328,'woocommerce_email_background_color','#f7f7f7','no'),(329,'woocommerce_email_body_background_color','#ffffff','no'),(330,'woocommerce_email_text_color','#3c3c3c','no'),(331,'woocommerce_merchant_email_notifications','no','no'),(332,'woocommerce_cart_page_id','17','no'),(333,'woocommerce_checkout_page_id','18','no'),(334,'woocommerce_myaccount_page_id','19','no'),(335,'woocommerce_terms_page_id','','no'),(336,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(337,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(338,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(339,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(340,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(341,'woocommerce_myaccount_orders_endpoint','orders','yes'),(342,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(343,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(344,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(345,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(346,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(347,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(348,'woocommerce_logout_endpoint','customer-logout','yes'),(349,'woocommerce_api_enabled','no','yes'),(350,'woocommerce_allow_tracking','no','no'),(351,'woocommerce_show_marketplace_suggestions','yes','no'),(352,'woocommerce_single_image_width','600','yes'),(353,'woocommerce_thumbnail_image_width','300','yes'),(354,'woocommerce_checkout_highlight_required_fields','yes','yes'),(355,'woocommerce_demo_store','no','no'),(356,'wc_downloads_approved_directories_mode','enabled','yes'),(357,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(358,'current_theme_supports_woocommerce','yes','yes'),(359,'woocommerce_queue_flush_rewrite_rules','no','yes'),(360,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(363,'product_cat_children','a:0:{}','yes'),(364,'default_product_cat','15','yes'),(367,'woocommerce_refund_returns_page_id','20','yes');
INSERT INTO `wp_72rj7f_options` VALUES (370,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:29:\"admin@www.elconferencista.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:29:\"admin@www.elconferencista.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(371,'woocommerce_version','6.9.3','yes'),(372,'woocommerce_db_version','6.9.3','yes'),(373,'woocommerce_admin_install_timestamp','1663792628','yes'),(374,'woocommerce_inbox_variant_assignment','1','yes'),(378,'_transient_jetpack_autoloader_plugin_paths','a:0:{}','yes'),(379,'woocommerce_admin_notices','a:0:{}','yes'),(380,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"rQTQQhsGZrbKNjEWMHyqQucOfeKorS0f\";}','yes'),(381,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(382,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(383,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(384,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(385,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(386,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(391,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(392,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(393,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(396,'elementor_disable_color_schemes','','yes'),(398,'elementor_disable_typography_schemes','','yes'),(401,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:12:\"post-trashed\";s:1:\"1\";s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;}','yes'),(402,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','no'),(122079,'elementor_controls_usage','a:6:{s:7:\"section\";a:3:{s:7:\"heading\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:6:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:4;s:23:\"_element_vertical_align\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:4;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:4;s:26:\"_background_video_fallback\";i:4;s:23:\"_background_hover_image\";i:4;s:32:\"_background_hover_video_fallback\";i:4;}s:29:\"ep_section_background_overlay\";a:4:{s:27:\"ep_background_overlay_image\";i:4;s:36:\"ep_background_overlay_video_fallback\";i:4;s:33:\"ep_background_overlay_hover_image\";i:4;s:42:\"ep_background_overlay_hover_video_fallback\";i:4;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:4;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_width\";i:1;s:13:\"_border_color\";i:1;s:19:\"_border_hover_color\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:16:\"background_image\";i:2;s:25:\"background_video_fallback\";i:2;s:22:\"background_hover_image\";i:2;s:31:\"background_hover_video_fallback\";i:2;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:2;s:33:\"background_overlay_video_fallback\";i:2;s:30:\"background_overlay_hover_image\";i:2;s:39:\"background_overlay_hover_video_fallback\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;s:25:\"background_video_fallback\";i:1;s:22:\"background_hover_image\";i:1;s:31:\"background_hover_video_fallback\";i:1;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:1;s:33:\"background_overlay_video_fallback\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:39:\"background_overlay_hover_video_fallback\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}}s:7:\"archive\";a:4:{s:19:\"theme-archive-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"archive-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:35:\"archive_classic_thumbnail_size_size\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:28:\"archive_cards_read_more_text\";i:1;}s:18:\"section_pagination\";a:2:{s:21:\"pagination_prev_label\";i:1;s:21:\"pagination_next_label\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:2:{s:38:\"archive_classic_section_design_content\";a:2:{s:27:\"archive_classic_title_color\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;}s:24:\"section_pagination_style\";a:3:{s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}s:11:\"single-post\";a:14:{s:5:\"image\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:19:\"image_border_radius\";i:2;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:5:\"space\";i:1;s:6:\"height\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:12;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:12;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:5;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:9:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:4;s:19:\"background_position\";i:2;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_bg_width\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:5:{s:21:\"box_shadow_box_shadow\";i:5;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:2;s:11:\"title_color\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:17:\"icon_align_mobile\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:30:\"icon_typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:6;s:6:\"_title\";i:2;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:9;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:3;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"share-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:3:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;s:16:\"alignment_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:21:\"elementskit-post-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:22:\"section_layout_options\";i:1;s:25:\"section_recent_post_limit\";i:1;}s:27:\"ekit_post_list_settings_tab\";a:6:{s:18:\"show_feature_image\";i:1;s:14:\"show_post_meta\";i:1;s:14:\"show_date_meta\";i:1;s:16:\"date_meta__icons\";i:1;s:18:\"show_category_meta\";i:1;s:18:\"post_meta_position\";i:1;}}s:5:\"style\";a:4:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:11:\"text_indent\";i:1;s:27:\"icon_typography_font_family\";i:1;}s:29:\"ekit_post_list_meta_style_tab\";a:5:{s:49:\"ekit_post_list_meta_content_typography_typography\";i:1;s:48:\"ekit_post_list_meta_content_typography_font_size\";i:1;s:50:\"ekit_post_list_meta_content_typography_font_weight\";i:1;s:35:\"ekit_post_list_meta_content_padding\";i:1;s:33:\"ekit_post_list_meta_content_color\";i:1;}s:19:\"feature_image_style\";a:1:{s:27:\"feature_image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"sidebar\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:2;s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:19:\"elementskit-heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:1;s:22:\"ekit_heading_title_tag\";i:1;}s:29:\"ekit_heading_section_subtitle\";a:3:{s:27:\"ekit_heading_sub_title_show\";i:1;s:22:\"ekit_heading_sub_title\";i:1;s:26:\"ekit_heading_sub_title_tag\";i:1;}s:19:\"shadow_text_section\";a:1:{s:19:\"shadow_text_content\";i:1;}s:30:\"ekit_heading_section_seperator\";a:2:{s:27:\"ekit_heading_show_seperator\";i:1;s:28:\"ekit_heading_seperator_image\";i:1;}}s:5:\"style\";a:3:{s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:1;}s:32:\"ekit_heading_section_title_style\";a:6:{s:25:\"ekit_heading_title_margin\";i:1;s:40:\"ekit_heading_title_typography_typography\";i:1;s:41:\"ekit_heading_title_typography_font_family\";i:1;s:39:\"ekit_heading_title_typography_font_size\";i:1;s:41:\"ekit_heading_title_typography_font_weight\";i:1;s:41:\"ekit_heading_title_typography_line_height\";i:1;}s:36:\"ekit_heading_section_sub_title_style\";a:6:{s:28:\"ekit_heading_sub_title_margn\";i:1;s:44:\"ekit_heading_sub_title_typography_typography\";i:1;s:45:\"ekit_heading_sub_title_typography_font_family\";i:1;s:43:\"ekit_heading_sub_title_typography_font_size\";i:1;s:45:\"ekit_heading_sub_title_typography_line_height\";i:1;s:28:\"ekit_heading_sub_title_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:1;s:9:\"_offset_y\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}s:6:\"footer\";a:5:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_width\";i:1;s:13:\"_border_color\";i:1;s:19:\"_border_hover_color\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:15:\"section_effects\";a:1:{s:15:\"animation_delay\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}s:7:\"wp-page\";a:21:{s:7:\"heading\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:7;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:5:\"align\";i:3;s:11:\"title_color\";i:2;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:30;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:4;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:30;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:6;s:7:\"padding\";i:6;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:16:\"animation_mobile\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:2;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:23:\"background_overlay_ypos\";i:1;s:22:\"css_filters_css_filter\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:2;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:3;s:11:\"text_indent\";i:2;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:3;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:2;s:31:\"icon_typography_text_decoration\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:1;s:9:\"_offset_y\";i:1;s:21:\"_element_width_tablet\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:3:\"gap\";i:16;s:16:\"content_position\";i:3;s:6:\"_title\";i:10;s:13:\"content_width\";i:2;s:6:\"height\";i:2;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:10;s:16:\"background_image\";i:7;s:19:\"background_position\";i:7;s:17:\"background_repeat\";i:7;s:15:\"background_size\";i:7;s:16:\"background_color\";i:2;s:19:\"background_bg_width\";i:2;s:38:\"background_motion_fx_translateY_effect\";i:1;s:41:\"background_motion_fx_translateY_direction\";i:1;s:37:\"background_motion_fx_translateY_speed\";i:1;}s:26:\"section_background_overlay\";a:14:{s:29:\"background_overlay_background\";i:7;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:7;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:24:\"background_overlay_image\";i:3;s:27:\"background_overlay_position\";i:3;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:3;s:18:\"overlay_blend_mode\";i:2;s:29:\"background_overlay_color_stop\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:23:\"background_overlay_size\";i:2;}s:21:\"section_shape_divider\";a:5:{s:20:\"shape_divider_bottom\";i:4;s:27:\"shape_divider_bottom_height\";i:4;s:26:\"shape_divider_bottom_color\";i:3;s:29:\"shape_divider_bottom_negative\";i:1;s:34:\"shape_divider_bottom_above_content\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:12;s:6:\"margin\";i:8;s:7:\"z_index\";i:6;s:11:\"_element_id\";i:4;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:19;}s:19:\"_section_responsive\";a:5:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:9:\"jet-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:6:{s:6:\"number\";i:1;s:14:\"columns_mobile\";i:1;s:14:\"excerpt_length\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"more_text\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_box_style\";a:3:{s:6:\"box_bg\";i:1;s:32:\"inner_box_shadow_box_shadow_type\";i:1;s:27:\"inner_box_shadow_box_shadow\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:18:\"section_meta_style\";a:4:{s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:30:\"meta_typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:9:{s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_meta_separator\";i:1;s:20:\"cards_read_more_text\";i:1;s:15:\"classic_columns\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_thumbnail\";i:1;s:19:\"classic_image_width\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;}s:18:\"section_pagination\";a:4:{s:21:\"pagination_prev_label\";i:1;s:4:\"text\";i:1;s:33:\"load_more_no_posts_custom_message\";i:1;s:15:\"pagination_type\";i:1;}s:13:\"section_query\";a:2:{s:13:\"posts_orderby\";i:1;s:11:\"posts_order\";i:1;}}s:5:\"style\";a:4:{s:29:\"classic_section_design_layout\";a:2:{s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:25:\"classic_img_border_radius\";i:1;s:21:\"classic_image_spacing\";i:1;}s:30:\"classic_section_design_content\";a:20:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:25:\"classic_read_more_spacing\";i:1;s:19:\"classic_title_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:35:\"classic_meta_typography_font_weight\";i:1;s:38:\"classic_meta_typography_text_transform\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_font_weight\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:44:\"classic_read_more_typography_text_decoration\";i:1;}s:26:\"classic_section_design_box\";a:5:{s:23:\"classic_content_padding\";i:1;s:25:\"classic_box_border_radius\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;s:20:\"classic_box_bg_color\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:10:\"bdt-search\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_search_layout\";a:1:{s:12:\"search_query\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_layout_style\";a:1:{s:27:\"search_container_background\";i:1;}s:20:\"section_search_style\";a:3:{s:23:\"input_placeholder_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"share-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:3:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_buttons_style\";a:1:{s:11:\"button_size\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"sidebar\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:4:\"link\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:5:{s:8:\"position\";i:4;s:10:\"text_align\";i:3;s:15:\"position_mobile\";i:1;s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;}s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:13:{s:18:\"title_bottom_space\";i:2;s:33:\"description_typography_typography\";i:4;s:34:\"description_typography_font_family\";i:4;s:32:\"description_typography_font_size\";i:4;s:34:\"description_typography_font_weight\";i:4;s:34:\"description_typography_line_height\";i:4;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:1;s:28:\"title_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:4;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:21:\"_element_width_tablet\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:2;s:5:\"width\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:16:\"jet-listing-grid\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:10:\"lisitng_id\";i:1;s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:9:\"posts_num\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_caption_style\";a:1:{s:12:\"vertical_gap\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:5;s:10:\"image_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:2;s:5:\"align\";i:4;s:19:\"image_border_radius\";i:4;s:5:\"space\";i:1;s:6:\"height\";i:1;s:10:\"object-fit\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:17:\"elementskit-video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:32:\"ekit_video_popup_content_section\";a:2:{s:29:\"ekit_video_popup_button_title\";i:1;s:20:\"ekit_video_popup_url\";i:1;}}s:5:\"style\";a:1:{s:30:\"ekit_video_popup_section_style\";a:4:{s:26:\"ekit_video_popup_icon_size\";i:1;s:32:\"ekit_video_popup_btn_line_height\";i:1;s:31:\"ekit_video_popup_btn_glow_color\";i:1;s:40:\"ekit_video_popup_btn_bg_color_background\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:19:\"elementskit-heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:3;s:22:\"ekit_heading_title_tag\";i:3;}s:29:\"ekit_heading_section_subtitle\";a:4:{s:27:\"ekit_heading_sub_title_show\";i:3;s:22:\"ekit_heading_sub_title\";i:3;s:31:\"ekit_heading_sub_title_position\";i:3;s:26:\"ekit_heading_sub_title_tag\";i:3;}s:32:\"ekit_heading_section_extra_title\";a:2:{s:37:\"ekit_heading_section_extra_title_show\";i:3;s:24:\"ekit_heading_extra_title\";i:3;}s:19:\"shadow_text_section\";a:1:{s:19:\"shadow_text_content\";i:3;}s:30:\"ekit_heading_section_seperator\";a:2:{s:27:\"ekit_heading_show_seperator\";i:3;s:28:\"ekit_heading_seperator_image\";i:3;}}s:5:\"style\";a:4:{s:32:\"ekit_heading_section_title_style\";a:6:{s:25:\"ekit_heading_title_margin\";i:1;s:40:\"ekit_heading_title_typography_typography\";i:2;s:41:\"ekit_heading_title_typography_font_family\";i:2;s:39:\"ekit_heading_title_typography_font_size\";i:2;s:41:\"ekit_heading_title_typography_font_weight\";i:2;s:24:\"ekit_heading_title_color\";i:1;}s:36:\"ekit_heading_section_sub_title_style\";a:3:{s:28:\"ekit_heading_sub_title_color\";i:2;s:44:\"ekit_heading_sub_title_typography_typography\";i:3;s:43:\"ekit_heading_sub_title_typography_font_size\";i:3;}s:38:\"ekit_heading_section_extra_title_style\";a:3:{s:46:\"ekit_heading_extra_title_typography_typography\";i:1;s:45:\"ekit_heading_extra_title_typography_font_size\";i:1;s:31:\"ekit_heading_extra_title_margin\";i:1;}s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:5:\"title\";i:3;s:6:\"prefix\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:5:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;s:29:\"typography_number_font_family\";i:3;s:27:\"typography_number_font_size\";i:3;s:29:\"typography_number_font_weight\";i:3;}s:13:\"section_title\";a:4:{s:27:\"typography_title_typography\";i:3;s:28:\"typography_title_font_family\";i:3;s:26:\"typography_title_font_size\";i:3;s:28:\"typography_title_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:14:\"gallery_layout\";i:1;s:3:\"gap\";i:1;s:20:\"thumbnail_image_size\";i:1;s:7:\"columns\";i:1;}s:26:\"section_filter_bar_content\";a:1:{s:24:\"show_all_galleries_label\";i:1;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:1;}}s:5:\"style\";a:1:{s:11:\"image_style\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:3:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:11:\"show_labels\";i:1;}s:13:\"section_email\";a:3:{s:8:\"email_to\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}s:15:\"section_email_2\";a:3:{s:10:\"email_to_2\";i:1;s:12:\"email_from_2\";i:1;s:16:\"email_reply_to_2\";i:1;}s:20:\"section_form_options\";a:4:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;s:14:\"server_message\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_button_style\";a:1:{s:12:\"button_align\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}s:6:\"header\";a:10:{s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:7;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:12:\"border_color\";i:2;s:12:\"border_width\";i:3;s:13:\"border_border\";i:1;}s:13:\"section_style\";a:4:{s:16:\"background_image\";i:5;s:25:\"background_video_fallback\";i:5;s:22:\"background_hover_image\";i:5;s:31:\"background_hover_video_fallback\";i:5;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:5;s:33:\"background_overlay_video_fallback\";i:5;s:30:\"background_overlay_hover_image\";i:5;s:39:\"background_overlay_hover_video_fallback\";i:5;}}}}s:13:\"ekit-nav-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"elementskit_content_tab\";a:2:{s:20:\"elementskit_nav_menu\";i:2;s:30:\"elementskit_main_menu_position\";i:2;}}s:5:\"style\";a:3:{s:30:\"elementskit_style_tab_menuitem\";a:3:{s:41:\"elementskit_content_typography_typography\";i:2;s:40:\"elementskit_content_typography_font_size\";i:2;s:29:\"elementskit_menu_item_spacing\";i:2;}s:35:\"elementskit_style_tab_submenu_panel\";a:1:{s:35:\"elementskit_submenu_container_width\";i:2;}s:33:\"elementskit_menu_toggle_style_tab\";a:3:{s:45:\"elementskit_menu_toggle_background_background\";i:1;s:40:\"elementskit_menu_toggle_background_color\";i:1;s:37:\"elementskit_menu_toggle_border_border\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:21:\"_element_width_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:4;s:16:\"content_position\";i:4;s:6:\"_title\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:7:\"z_index\";i:4;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}s:5:\"style\";a:3:{s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:4;s:24:\"background_overlay_image\";i:2;s:33:\"background_overlay_video_fallback\";i:2;s:30:\"background_overlay_hover_image\";i:2;s:39:\"background_overlay_hover_video_fallback\";i:2;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:25:\"background_video_fallback\";i:2;s:22:\"background_hover_image\";i:2;s:31:\"background_hover_video_fallback\";i:2;}s:14:\"section_border\";a:5:{s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:4:\"link\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:1;s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"text_padding\";i:1;s:25:\"background_video_fallback\";i:1;s:38:\"button_background_hover_video_fallback\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:21:\"_element_width_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:2:{s:8:\"position\";i:2;s:26:\"content_vertical_alignment\";i:2;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:2;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:2;s:26:\"_background_video_fallback\";i:2;s:23:\"_background_hover_image\";i:2;s:32:\"_background_hover_video_fallback\";i:2;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:2;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:6:{s:4:\"skin\";i:1;s:11:\"placeholder\";i:1;s:11:\"button_text\";i:1;s:4:\"size\";i:1;s:12:\"toggle_align\";i:1;s:11:\"toggle_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:10:{s:17:\"icon_size_minimal\";i:1;s:24:\"overlay_background_color\";i:1;s:22:\"input_background_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:16:\"input_text_color\";i:1;}s:20:\"section_toggle_style\";a:5:{s:16:\"toggle_icon_size\";i:1;s:23:\"toggle_background_color\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:20:\"toggle_border_radius\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:7:\"_margin\";i:1;s:8:\"_z_index\";i:1;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:14:\"_border_radius\";i:1;s:13:\"_border_color\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_color\";i:1;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:11:\"align_items\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:27:\"menu_typography_line_height\";i:1;s:15:\"color_menu_item\";i:1;s:22:\"color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:16:{s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:21:\"dropdown_top_distance\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:19:\"color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_family\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}s:12:\"style_toggle\";a:3:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}}}','off'),(216438,'_site_transient_timeout_theme_roots','1743923557','off'),(216439,'_site_transient_theme_roots','a:6:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:4:\"neve\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(141820,'cartflows_partner_url_param','2728','no'),(144467,'elementor_pro_remote_info_api_data_3.23.0','a:2:{s:7:\"timeout\";i:1721852342;s:5:\"value\";s:221285:\"{\"stable_version\":\"3.23.1\",\"last_updated\":\"2024-07-23 13:32:28\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:206407:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.23.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjE4MDkxNDEsImV4cCI6MTcyMTg5NTU0MX0.1PsfPLd2xCsLBCbb4yfiG9l8OJSr1YRp_gAZGtFJ0WQ\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjE4MDkxNDEsImV4cCI6MTcyMTg5NTU0MX0.1PsfPLd2xCsLBCbb4yfiG9l8OJSr1YRp_gAZGtFJ0WQ\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyMTgwOTE0MSwiZXhwIjoxNzIxODk1NTQxfQ.zKas8ukrbMQtjnf0zZE9zPd2WpznCBG8046bQvs2-aI\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyMTgwOTE0MSwiZXhwIjoxNzIxODk1NTQxfQ.zKas8ukrbMQtjnf0zZE9zPd2WpznCBG8046bQvs2-aI\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(152397,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1724351827;s:5:\"value\";s:8909:\"[{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}','off'),(79028,'jet_elements_download_button_encrypt_key_start','855998200','yes'),(79029,'jet_elements_download_button_encrypt_key_end','6722251860','yes'),(79030,'jet_elements_download_button_encrypt_id_multiplier','450','yes'),(160220,'elementor_pro_remote_info_api_data_3.24.1','a:2:{s:7:\"timeout\";i:1726780993;s:5:\"value\";s:225998:\"{\"stable_version\":\"3.24.2\",\"last_updated\":\"2024-09-18 09:16:09\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:210885:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.24.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjY3Mzc3OTIsImV4cCI6MTcyNjgyNDE5Mn0.c0hP9XswMlFIz2_ApY3lo4QHY1NG9rHRq5IFNYpsbzI\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjY3Mzc3OTIsImV4cCI6MTcyNjgyNDE5Mn0.c0hP9XswMlFIz2_ApY3lo4QHY1NG9rHRq5IFNYpsbzI\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNjczNzc5MiwiZXhwIjoxNzI2ODI0MTkyfQ.nc81K1G-68-nT1cxCrtFC4Lc4tjuX2wZIrCQ0BQF2Vc\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNjczNzc5MiwiZXhwIjoxNzI2ODI0MTkyfQ.nc81K1G-68-nT1cxCrtFC4Lc4tjuX2wZIrCQ0BQF2Vc\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(158576,'elementor_pro_remote_info_api_data_3.24.0','a:2:{s:7:\"timeout\";i:1726258576;s:5:\"value\";s:225828:\"{\"stable_version\":\"3.24.1\",\"last_updated\":\"2024-09-12 17:10:52\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:210722:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.24.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjYyMTUzNzUsImV4cCI6MTcyNjMwMTc3NX0.eEXM1ocV__MVNJ4KqwZAbOzz0HbHemfL14PqeVBF1gI\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjYyMTUzNzUsImV4cCI6MTcyNjMwMTc3NX0.eEXM1ocV__MVNJ4KqwZAbOzz0HbHemfL14PqeVBF1gI\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNjIxNTM3NSwiZXhwIjoxNzI2MzAxNzc1fQ.-PNSE_SgWdlJ7jo_L-3UMpQc7u5OaQNnfA-KvrsIQTs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyNjIxNTM3NSwiZXhwIjoxNzI2MzAxNzc1fQ.-PNSE_SgWdlJ7jo_L-3UMpQc7u5OaQNnfA-KvrsIQTs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(407,'_transient_woocommerce_shipping_task_zone_count_transient','0','yes'),(414,'action_scheduler_lock_async-request-runner','1663805319','yes'),(416,'wc_blocks_db_schema_version','260','yes'),(417,'elementskit-lite__banner_last_check','1724347228','yes'),(418,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10011319\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011319;s:5:\"title\";s:34:\"Wpmet Birthday Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011318\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011318;s:5:\"title\";s:33:\"Wpmet Birthday Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011283\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011283;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Dashboard)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719532800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">GUtenKit pro early bird sale</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $310 on Latest WordPress Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">To be an early adopter of this page builder blocks plugin, we’re offering you <strong>up to 65% discount on GutenKit Lifetime Deals!</strong></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011281\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011281;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Own Pages)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719532800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">GUtenKit pro early bird sale</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $310 on Latest WordPress Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">To be an early adopter of this page builder blocks plugin, we’re offering you <strong>up to 65% discount on GutenKit Lifetime Deals!</strong></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Ramadan sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Ramadan sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $240 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $240 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(421,'_transient_woocommerce_reports-transient-version','1663792635','yes'),(433,'woocommerce_task_list_tracked_completed_tasks','a:1:{i:0;s:8:\"purchase\";}','yes'),(434,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','yes'),(436,'_transient_product_query-transient-version','1663798453','yes'),(439,'woocommerce_onboarding_profile','a:1:{s:7:\"skipped\";b:1;}','yes'),(441,'woocommerce_task_list_prompt_shown','1','yes'),(465,'_transient_shipping-transient-version','1663793070','yes'),(481,'_elementor_settings_update_time','1663805434','yes'),(482,'elementor_cpt_support','a:1:{i:0;s:4:\"page\";}','yes'),(483,'elementor_google_maps_api_key','','yes'),(484,'elementor_pro_recaptcha_site_key','6LdGKRsiAAAAAGhbhOyFiUvqP9sLJhfYA1nDUDqz','yes'),(485,'elementor_pro_recaptcha_secret_key','6LdGKRsiAAAAAHHPatg3o6SZ1y0fwd4Orqhn3Ow8','yes'),(486,'elementor_pro_recaptcha_v3_site_key','','yes'),(487,'elementor_pro_recaptcha_v3_secret_key','','yes'),(488,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(489,'elementor_pro_facebook_app_id','','yes'),(490,'elementor_pro_mailchimp_api_key','','yes'),(491,'elementor_validate_api_data','','yes'),(492,'elementor_pro_drip_api_token','','yes'),(493,'elementor_pro_activecampaign_api_key','','yes'),(494,'elementor_pro_activecampaign_api_url','','yes'),(495,'elementor_pro_getresponse_api_key','','yes'),(496,'elementor_pro_convertkit_api_key','','yes'),(497,'elementor_pro_mailerlite_api_key','','yes'),(498,'elementor_use_mini_cart_template','initial','yes'),(499,'elementor_typekit-kit-id','','yes'),(1001,'elementor_font_awesome_pro_kit_id','','yes'),(501,'elementor_css_print_method','external','yes'),(502,'elementor_editor_break_lines','','yes'),(503,'elementor_unfiltered_files_upload','1','yes'),(504,'elementor_font_display','auto','yes'),(505,'elementor_load_fa4_shim','','yes'),(506,'elementor_experiment-e_optimized_css_loading','default','yes'),(507,'elementor_experiment-e_font_icon_svg','default','yes'),(508,'elementor_experiment-container','default','yes'),(509,'elementor_experiment-page-transitions','default','yes'),(510,'elementor_experiment-e_dom_optimization','default','yes'),(511,'elementor_experiment-e_optimized_assets_loading','default','yes'),(512,'elementor_experiment-a11y_improvements','default','yes'),(513,'elementor_experiment-additional_custom_breakpoints','default','yes'),(514,'elementor_experiment-e_import_export','default','yes'),(515,'elementor_experiment-e_hidden_wordpress_widgets','default','yes'),(516,'elementor_experiment-theme_builder_v2','default','yes'),(517,'elementor_experiment-landing-pages','default','yes'),(518,'elementor_experiment-elements-color-picker','default','yes'),(519,'elementor_experiment-favorite-widgets','default','yes'),(520,'elementor_experiment-admin-top-bar','default','yes'),(521,'elementor_experiment-form-submissions','default','yes'),(522,'elementor_experiment-e_scroll_snap','default','yes'),(982,'elementor_clear_cache','','yes'),(983,'elementor_reset_api_data','','yes'),(984,'elementor_safe_mode','','yes'),(985,'elementor_enable_inspector','','yes'),(986,'elementor_replace_url','','yes'),(987,'elementor_rollback','','yes'),(988,'elementor_rollback_pro_separator','','yes'),(989,'elementor_rollback_pro','','yes'),(990,'elementor_re_migrate_globals_separator','','yes'),(991,'elementor_re_migrate_globals','','yes'),(992,'elementor_beta','no','yes'),(993,'elementor_maintenance_mode_mode','','yes'),(994,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(995,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(996,'elementor_maintenance_mode_template_id','','yes'),(649,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(650,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(657,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(5280,'elementor_tracker_notice','1','yes'),(152344,'_transient_social_share_css_was_updated','3.2.5','on'),(152391,'_elementor_global_css','a:6:{s:4:\"time\";i:1724348198;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','auto'),(122080,'elementor_1_elementor_updater_batch_558bd222c03acba35c9f52adef04','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(128547,'zipwp_partner_url_param','933feb1e','no'),(105213,'astra_admin_settings','a:3:{s:18:\"self_hosted_gfonts\";b:0;s:19:\"preload_local_fonts\";b:0;s:26:\"theme-setup-admin-migrated\";b:1;}','yes'),(113228,'_transient_ekit_lite_slick_to_swiper_migrate','2.9.0','yes'),(146713,'elementor_pro_remote_info_api_data_3.23.1','a:2:{s:7:\"timeout\";i:1722587101;s:5:\"value\";s:221576:\"{\"stable_version\":\"3.23.2\",\"last_updated\":\"2024-07-29 09:27:56\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:206680:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.23.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjI1NDM5MDAsImV4cCI6MTcyMjYzMDMwMH0.z0d3RfMloky069BSEbkKI7e84Gxg0BBYlM3FBdFaxic\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MjI1NDM5MDAsImV4cCI6MTcyMjYzMDMwMH0.z0d3RfMloky069BSEbkKI7e84Gxg0BBYlM3FBdFaxic\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyMjU0MzkwMCwiZXhwIjoxNzIyNjMwMzAwfQ.30_xz-HSWFvPJH7M_n903i4uliT3xIkFySib6zIiGB0\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyMjU0MzkwMCwiZXhwIjoxNzIyNjMwMzAwfQ.30_xz-HSWFvPJH7M_n903i4uliT3xIkFySib6zIiGB0\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(152345,'_transient_team_widget_css_was_updated','3.2.5','on');
INSERT INTO `wp_72rj7f_options` VALUES (118970,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1331:{s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"16\";s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5E5E5\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:2:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#ba0202\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-elementskit_content-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-elementskit_content-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[single-elementskit_content-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:57:\"astra-settings[single-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[single-elementskit_content-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:56:\"astra-settings[single-elementskit_content-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-single-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-single-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-single-elementskit_content-image\";i:1;s:44:\"ast-dynamic-single-elementskit_content-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:93:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:97:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:102:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_content-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_content-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[single-elementskit_template-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_template-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[single-elementskit_template-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:58:\"astra-settings[single-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[single-elementskit_template-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:57:\"astra-settings[single-elementskit_template-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-single-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-single-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-single-elementskit_template-image\";i:1;s:45:\"ast-dynamic-single-elementskit_template-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:97:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:98:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:103:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_template-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_template-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[single-elementskit_widget-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-elementskit_widget-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[single-elementskit_widget-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:56:\"astra-settings[single-elementskit_widget-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[single-elementskit_widget-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[single-elementskit_widget-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-elementskit_widget-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-elementskit_widget-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-elementskit_widget-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_widget-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-elementskit_widget-image\";i:1;s:43:\"ast-dynamic-single-elementskit_widget-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementskit_widget-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_widget-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_widget-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_widget-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_widget-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_widget-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_widget-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_widget-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[single-jet-engine-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-jet-engine-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-jet-engine-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:48:\"astra-settings[single-jet-engine-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-jet-engine-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:47:\"astra-settings[single-jet-engine-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"ast-dynamic-single-jet-engine-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-single-jet-engine-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-jet-engine-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-jet-engine-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-jet-engine-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:35:\"ast-dynamic-single-jet-engine-image\";i:1;s:35:\"ast-dynamic-single-jet-engine-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:88:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:93:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-jet-engine-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-jet-engine-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-jet-engine-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-jet-engine-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-jet-engine-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-jet-engine-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-jet-engine-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-jet-engine-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-jet-engine-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-jet-engine-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-jet-engine-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-jet-engine-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-jet-engine-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-jet-engine-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-jet-engine-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-jet-engine-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[ast-dynamic-single-jet-engine-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[ast-dynamic-single-jet-engine-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-jet-engine-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:63:\"astra-settings[ast-dynamic-single-jet-engine-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:61:\"astra-settings[ast-dynamic-single-jet-engine-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-jet-engine-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-jet-engine-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-jet-engine-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[ast-dynamic-single-jet-engine-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[ast-dynamic-single-jet-engine-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-jet-engine-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-jet-engine-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[ast-dynamic-single-jet-engine-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[single-conferencias-edner-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-conferencias-edner-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[single-conferencias-edner-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:56:\"astra-settings[single-conferencias-edner-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[single-conferencias-edner-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[single-conferencias-edner-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-conferencias-edner-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-conferencias-edner-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-conferencias-edner-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-conferencias-edner-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-conferencias-edner-image\";i:1;s:43:\"ast-dynamic-single-conferencias-edner-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-conferencias-edner-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-conferencias-edner-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-conferencias-edner-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-conferencias-edner-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-conferencias-edner-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-conferencias-edner-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-conferencias-edner-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-conferencias-edner-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-conferencias-edner-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-conferencias-edner-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-conferencias-edner-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-conferencias-edner-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-conferencias-edner-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-conferencias-edner-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-conferencias-edner-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-post-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:8:\"category\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-page-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-page-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[archive-elementskit_content-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-elementskit_content-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[archive-elementskit_content-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:58:\"astra-settings[archive-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[archive-elementskit_content-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:57:\"astra-settings[archive-elementskit_content-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-archive-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-archive-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-archive-elementskit_content-title\";i:1;s:51:\"ast-dynamic-archive-elementskit_content-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[archive-elementskit_template-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_template-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[archive-elementskit_template-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:59:\"astra-settings[archive-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[archive-elementskit_template-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:58:\"astra-settings[archive-elementskit_template-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"ast-dynamic-archive-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-archive-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:46:\"ast-dynamic-archive-elementskit_template-title\";i:1;s:52:\"ast-dynamic-archive-elementskit_template-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:72:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-elementskit_widget-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-elementskit_widget-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[archive-elementskit_widget-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:57:\"astra-settings[archive-elementskit_widget-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[archive-elementskit_widget-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:56:\"astra-settings[archive-elementskit_widget-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-elementskit_widget-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-elementskit_widget-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementskit_widget-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-elementskit_widget-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-elementskit_widget-title\";i:1;s:50:\"ast-dynamic-archive-elementskit_widget-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_widget-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementskit_widget-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[archive-jet-engine-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[archive-jet-engine-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[archive-jet-engine-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[archive-jet-engine-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[archive-jet-engine-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:48:\"astra-settings[archive-jet-engine-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-archive-jet-engine-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[ast-archive-jet-engine-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-jet-engine-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-jet-engine-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-jet-engine-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:36:\"ast-dynamic-archive-jet-engine-title\";i:1;s:42:\"ast-dynamic-archive-jet-engine-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-jet-engine-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-jet-engine-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-jet-engine-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-jet-engine-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-jet-engine-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-jet-engine-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-jet-engine-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-jet-engine-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-jet-engine-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-jet-engine-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-jet-engine-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-jet-engine-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-jet-engine-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-jet-engine-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:63:\"astra-settings[ast-dynamic-archive-jet-engine-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:61:\"astra-settings[ast-dynamic-archive-jet-engine-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-jet-engine-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-archive-jet-engine-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-jet-engine-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-jet-engine-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[ast-dynamic-archive-jet-engine-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-conferencias-edner-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-conferencias-edner-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[archive-conferencias-edner-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:57:\"astra-settings[archive-conferencias-edner-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[archive-conferencias-edner-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:56:\"astra-settings[archive-conferencias-edner-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-conferencias-edner-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-conferencias-edner-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-conferencias-edner-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-conferencias-edner-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-conferencias-edner-title\";i:1;s:50:\"ast-dynamic-archive-conferencias-edner-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-conferencias-edner-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-conferencias-edner-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-conferencias-edner-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-conferencias-edner-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-conferencias-edner-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-conferencias-edner-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-conferencias-edner-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-conferencias-edner-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-conferencias-edner-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-conferencias-edner-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-conferencias-edner-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-conferencias-edner-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-conferencias-edner-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-conferencias-edner-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-style-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[archive-post-sidebar-layout-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:21:\"Entradas relacionadas\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-logo-color-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:0:{}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-logo-color-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Botón\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:9:\"Mi cuenta\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:7:\"Acceder\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:44:\"https://www.elconferencista.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:35:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10800;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:10821;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(115294,'elementor_pro_install_history','a:29:{s:6:\"3.16.1\";i:1695284432;s:6:\"3.16.2\";i:1698351936;s:6:\"3.16.4\";i:1695284433;s:6:\"3.17.0\";i:1698913886;s:6:\"3.17.1\";i:1698351937;s:6:\"3.17.2\";i:1698913887;s:6:\"3.18.0\";i:1701766204;s:6:\"3.18.1\";i:1701896714;s:6:\"3.18.2\";i:1706301290;s:6:\"3.18.3\";i:1706301291;s:6:\"3.19.0\";i:1706603825;s:6:\"3.19.1\";i:1707208345;s:6:\"3.19.2\";i:1707382321;s:6:\"3.19.3\";i:1709026276;s:6:\"3.20.0\";i:1710232106;s:6:\"3.20.1\";i:1711529818;s:6:\"3.20.2\";i:1711009680;s:6:\"3.20.3\";i:1711529819;s:6:\"3.20.4\";i:1712823330;s:6:\"3.21.0\";i:1713256738;s:6:\"3.21.1\";i:1714552809;s:6:\"3.21.2\";i:1714033931;s:6:\"3.21.3\";i:1718613554;s:6:\"3.21.4\";i:1714552810;s:6:\"3.21.6\";i:1716279984;s:6:\"3.22.0\";i:1718613555;s:6:\"3.22.1\";i:1721076942;s:6:\"3.22.2\";i:1719303950;s:6:\"3.23.0\";i:1721076943;}','yes'),(144459,'elementor_1_elementor_pro_updater_batch_dafafaca588df70aae12882f','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:34:\"ElementorPro\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','off'),(781,'elementskit-lite__stories_last_check','1724347335','yes'),(782,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10011322\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011322;s:5:\"title\";s:25:\"GetGenie Summer Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1720569600;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/summersale-24\";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2024/07/inplugin-story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011315\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011315;s:5:\"title\";s:24:\"Wpmet Birthday Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"https://wpmet.com/bday24\";s:11:\"story_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2024/07/in-plugin-story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011279\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011279;s:5:\"title\";s:51:\"GutenKit Pro Early Bird Campaign Wpmet and GetGenie\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:5:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"getgenie\";i:2;s:7:\"metform\";i:3;s:10:\"shopengine\";i:4;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719532800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:29:\"https://wpmet.com/gutenltd-st\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/inplugin_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011269\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011269;s:5:\"title\";s:73:\"How Google SGE is Impacting SERP — Point of View from Content Marketing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:46:\"https://getgenie.ai/google-sge-impact-on-serp/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011268\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011268;s:5:\"title\";s:40:\"10 Types of Copywriting You Need to Know\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:41:\"https://getgenie.ai/types-of-copywriting/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011267\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011267;s:5:\"title\";s:62:\"How AI Automation Boosts Efficiency in Content Marketing & SEO\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:70:\"https://getgenie.ai/ai-automation-for-efficiency-in-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011264\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011264;s:5:\"title\";s:51:\"8 Best GeneratePress Alternatives — Free and Paid\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:45:\"https://wpmet.com/generatepress-alternatives/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011263\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011263;s:5:\"title\";s:57:\"How to Embed YouTube Shorts in WordPress: Tips and Tricks\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/how-to-embed-youtube-shorts-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011262\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011262;s:5:\"title\";s:64:\"How to Enable Vacation Mode in WooCommerce (Comprehensive Guide)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:61:\"https://wpmet.com/how-to-enable-vacation-mode-in-woocommerce/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011258\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011258;s:5:\"title\";s:48:\"How to Optimize Existing Content on Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:53:\"https://getgenie.ai/how-to-optimize-existing-content/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(783,'elementskit-lite_install_date','2022-09-21 10:29:40','yes'),(5520,'jet_engine_meta_boxes','a:1:{s:6:\"meta-1\";a:3:{s:4:\"args\";a:9:{s:11:\"object_type\";s:4:\"post\";s:11:\"allowed_tax\";a:0:{}s:17:\"allowed_post_type\";a:1:{i:0;s:18:\"conferencias-edner\";}s:13:\"allowed_posts\";a:0:{}s:14:\"excluded_posts\";a:0:{}s:17:\"active_conditions\";a:0:{}s:4:\"name\";s:26:\"Detalles de la conferencia\";s:16:\"hide_field_names\";b:1;s:14:\"show_edit_link\";b:1;}s:11:\"meta_fields\";a:6:{i:0;a:8:{s:5:\"title\";s:13:\"Subtitulo (1)\";s:4:\"name\";s:11:\"subtitulo-1\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:4:\"text\";s:2:\"id\";i:9624;s:8:\"isNested\";b:0;}i:1;a:8:{s:5:\"title\";s:12:\"Descripción\";s:4:\"name\";s:11:\"descripcion\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:7:\"wysiwyg\";s:2:\"id\";i:6487;s:8:\"isNested\";b:0;}i:2;a:8:{s:5:\"title\";s:13:\"Subtitulo (2)\";s:4:\"name\";s:11:\"subtitulo-2\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:4:\"text\";s:2:\"id\";i:2213;s:8:\"isNested\";b:0;}i:3;a:8:{s:5:\"title\";s:14:\"Otros detalles\";s:4:\"name\";s:14:\"otros-detalles\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:4:\"text\";s:2:\"id\";i:8833;s:8:\"isNested\";b:0;}i:4;a:8:{s:5:\"title\";s:21:\"Duración recomendada\";s:4:\"name\";s:20:\"duracion-recomendada\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:4:\"text\";s:2:\"id\";i:8069;s:8:\"isNested\";b:0;}i:5;a:9:{s:5:\"title\";s:12:\"Observación\";s:4:\"name\";s:11:\"observacion\";s:11:\"object_type\";s:5:\"field\";s:5:\"width\";s:4:\"100%\";s:7:\"options\";a:0:{}s:4:\"type\";s:4:\"text\";s:9:\"collapsed\";b:0;s:2:\"id\";i:7503;s:8:\"isNested\";b:0;}}s:2:\"id\";s:6:\"meta-1\";}}','yes'),(962,'ai1wm_updater','a:0:{}','yes'),(5689,'scporder_install','1','yes'),(5807,'nta_wa_restored','1','yes'),(5690,'simple-rate-time','1822159979','yes'),(5691,'scporder_notice','1','yes'),(5692,'scporder_options','a:3:{s:7:\"objects\";a:1:{i:0;s:18:\"conferencias-edner\";}s:4:\"tags\";s:0:\"\";s:18:\"show_advanced_view\";s:0:\"\";}','yes'),(20963,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"edner@ednergranados.com\";s:7:\"version\";s:5:\"6.7.2\";s:9:\"timestamp\";i:1739307222;}','off'),(955,'active_plugins','a:11:{i:0;s:47:\"bdthemes-element-pack/bdthemes-element-pack.php\";i:1;s:25:\"dreamhost-panel-login.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:37:\"elementskit-lite/elementskit-lite.php\";i:5;s:35:\"envato-elements/envato-elements.php\";i:6;s:29:\"jet-elements/jet-elements.php\";i:7;s:25:\"jet-engine/jet-engine.php\";i:8;s:33:\"nav-menu-roles/nav-menu-roles.php\";i:9;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";i:10;s:35:\"whatsapp-for-wordpress/whatsapp.php\";}','yes'),(959,'jetpack_active_modules','a:0:{}','yes'),(5232,'envato_elements_version','2.0.16','yes'),(5233,'envato_elements_install_time','1664294863','yes'),(5234,'envato_elements_options','a:3:{i:4;a:3:{s:12:\"project_name\";s:4:\"blog\";s:14:\"elements_token\";a:4:{s:5:\"valid\";b:1;s:5:\"token\";s:36:\"31eacee6-7541-4a8c-b32c-662f040480e2\";s:4:\"time\";i:1664294912;s:6:\"status\";s:4:\"paid\";}s:16:\"downloaded_items\";a:4:{s:7:\"3C3Q3CX\";i:280;s:7:\"KK898SM\";i:281;s:7:\"A4FLR9K\";i:296;s:7:\"DASBMRJ\";i:317;}}i:2;a:2:{s:12:\"project_name\";s:4:\"blog\";s:14:\"elements_token\";a:4:{s:5:\"valid\";b:1;s:5:\"token\";s:36:\"5e09de0f-a429-4a81-b3a5-c5532743aec1\";s:4:\"time\";i:1664480275;s:6:\"status\";s:4:\"paid\";}}i:3;a:2:{s:12:\"project_name\";s:4:\"blog\";s:14:\"elements_token\";a:4:{s:5:\"valid\";b:1;s:5:\"token\";s:36:\"5e09de0f-a429-4a81-b3a5-c5532743aec1\";s:4:\"time\";i:1664480429;s:6:\"status\";s:4:\"paid\";}}}','no'),(5258,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(5259,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_18\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(5260,'elementor_library_category_children','a:0:{}','yes'),(5279,'elementor_pro_tracker_notice','1','yes'),(79008,'jet_is_modify_tm_license_data','true','yes'),(47595,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1724433608;s:5:\"value\";s:2787:\"{\"expires\":\"2025-03-07 04:49:39\",\"subscription_id\":\"10163576\",\"status\":\"ACTIVE\",\"recurring\":false,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"editor_comments\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(47596,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1724390408;s:5:\"value\";s:2787:\"{\"expires\":\"2025-03-07 04:49:39\",\"subscription_id\":\"10163576\",\"status\":\"ACTIVE\",\"recurring\":false,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"editor_comments\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(78999,'elementskit-lite_never_show','yes','yes'),(5804,'njt_wa_review','1','yes'),(5805,'njt_wa_first_time_active','1','yes'),(5806,'njt_wa_version','3.1.2','yes'),(7774,'auto_update_plugins','a:7:{i:0;s:23:\"elementor/elementor.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:37:\"elementskit-lite/elementskit-lite.php\";i:3;s:35:\"envato-elements/envato-elements.php\";i:4;s:25:\"jet-engine/jet-engine.php\";i:5;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";i:6;s:35:\"whatsapp-for-wordpress/whatsapp.php\";}','no'),(7924,'wp_calendar_block_has_published_posts','1','yes'),(167330,'elementor_pro_remote_info_api_data_3.24.3','a:2:{s:7:\"timeout\";i:1728591908;s:5:\"value\";s:226365:\"{\"stable_version\":\"3.24.4\",\"last_updated\":\"2024-10-09 08:12:31\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:211236:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.24.4\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mjg1NDg3MDcsImV4cCI6MTcyODYzNTEwN30.rFEgfZIu07QJKGpC_2V-VChJy0g1viz265tJK8OIVGU\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mjg1NDg3MDcsImV4cCI6MTcyODYzNTEwN30.rFEgfZIu07QJKGpC_2V-VChJy0g1viz265tJK8OIVGU\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyODU0ODcwNywiZXhwIjoxNzI4NjM1MTA3fQ.oaMcaz9uWIiy0b3Cr4Z44_t3szotu_MeTc0xJ47T6OU\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTcyODU0ODcwNywiZXhwIjoxNzI4NjM1MTA3fQ.oaMcaz9uWIiy0b3Cr4Z44_t3szotu_MeTc0xJ47T6OU\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(173073,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}','auto'),(175165,'elementor_pro_remote_info_api_data_3.25.0','a:2:{s:7:\"timeout\";i:1730752783;s:5:\"value\";s:230725:\"{\"stable_version\":\"3.25.2\",\"last_updated\":\"2024-11-03 09:34:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:215454:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.25.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzA3MDk1ODMsImV4cCI6MTczMDc5NTk4M30._ibSGJ7f3h_b7ur0T0V9V91dBKXN6z7BhNm64cSYGPY\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzA3MDk1ODMsImV4cCI6MTczMDc5NTk4M30._ibSGJ7f3h_b7ur0T0V9V91dBKXN6z7BhNm64cSYGPY\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.6.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczMDcwOTU4MywiZXhwIjoxNzMwNzk1OTgzfQ.U-LP7PZHQMMYGORxJ_PwHXEYyaHxgj9dbJfrQhJteDs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczMDcwOTU4MywiZXhwIjoxNzMwNzk1OTgzfQ.U-LP7PZHQMMYGORxJ_PwHXEYyaHxgj9dbJfrQhJteDs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(216297,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1743921758;s:7:\"checked\";a:6:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:5:\"4.8.0\";s:4:\"neve\";s:6:\"3.8.11\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.2\";s:17:\"twentytwentythree\";s:3:\"1.5\";}s:8:\"response\";a:5:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"4.9.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.4.9.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:4:\"neve\";a:6:{s:5:\"theme\";s:4:\"neve\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:34:\"https://wordpress.org/themes/neve/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/neve.4.0.1.zip\";s:8:\"requires\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"7.0\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.1.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.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}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:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(216423,'_transient_timeout_astra-theme-cron-test-ok','1743539696','off'),(216417,'_transient_elementor_rollback_versions_3.28.2','a:30:{i:0;s:6:\"3.28.1\";i:1;s:6:\"3.28.0\";i:2;s:6:\"3.27.7\";i:3;s:6:\"3.27.6\";i:4;s:6:\"3.27.5\";i:5;s:6:\"3.27.4\";i:6;s:6:\"3.27.3\";i:7;s:6:\"3.27.2\";i:8;s:6:\"3.27.1\";i:9;s:6:\"3.27.0\";i:10;s:6:\"3.26.5\";i:11;s:6:\"3.26.4\";i:12;s:6:\"3.26.3\";i:13;s:6:\"3.26.2\";i:14;s:6:\"3.26.1\";i:15;s:6:\"3.26.0\";i:16;s:7:\"3.25.11\";i:17;s:7:\"3.25.10\";i:18;s:6:\"3.25.9\";i:19;s:6:\"3.25.8\";i:20;s:6:\"3.25.7\";i:21;s:6:\"3.25.6\";i:22;s:6:\"3.25.5\";i:23;s:6:\"3.25.4\";i:24;s:6:\"3.25.3\";i:25;s:6:\"3.25.2\";i:26;s:6:\"3.25.1\";i:27;s:6:\"3.25.0\";i:28;s:6:\"3.24.8\";i:29;s:6:\"3.24.7\";}','off');
INSERT INTO `wp_72rj7f_options` VALUES (199468,'elementor_pro_remote_info_api_data_3.27.0','a:2:{s:7:\"timeout\";i:1738095801;s:5:\"value\";s:236774:\"{\"stable_version\":\"3.27.1\",\"last_updated\":\"2025-01-07 13:04:40\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:221263:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzgwNTI2MDEsImV4cCI6MTczODEzOTAwMX0.igawqKs7dbzmAPZ2FoKP4WnLYe18YZj3yn0fhDlVwgU\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzgwNTI2MDEsImV4cCI6MTczODEzOTAwMX0.igawqKs7dbzmAPZ2FoKP4WnLYe18YZj3yn0fhDlVwgU\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczODA1MjYwMSwiZXhwIjoxNzM4MTM5MDAxfQ.mp7_h4VKiBqcq52Am7NKaEU6iM7Xpwlo42xZXtqMNK4\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczODA1MjYwMSwiZXhwIjoxNzM4MTM5MDAxfQ.mp7_h4VKiBqcq52Am7NKaEU6iM7Xpwlo42xZXtqMNK4\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(186093,'elementor_pro_remote_info_api_data_3.25.4','a:2:{s:7:\"timeout\";i:1733948557;s:5:\"value\";s:231370:\"{\"stable_version\":\"3.25.5\",\"last_updated\":\"2024-12-10 19:11:47\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:216065:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.25.5\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzM5MDUzNTYsImV4cCI6MTczMzk5MTc1Nn0.DM73SmiP7MVhZwT2mC1tv5s42pZkFyyGIP7iFTmr8OQ\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzM5MDUzNTYsImV4cCI6MTczMzk5MTc1Nn0.DM73SmiP7MVhZwT2mC1tv5s42pZkFyyGIP7iFTmr8OQ\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczMzkwNTM1NiwiZXhwIjoxNzMzOTkxNzU2fQ.LF7Tq9v9l4uDpZzVQgKogev0t4Lsoh0UpVdXhK-mr6M\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczMzkwNTM1NiwiZXhwIjoxNzMzOTkxNzU2fQ.LF7Tq9v9l4uDpZzVQgKogev0t4Lsoh0UpVdXhK-mr6M\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(178082,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"5cf0e5998d7da155ecc57ebfe34822d9\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(201319,'elementor_pro_remote_info_api_data_3.27.1','a:2:{s:7:\"timeout\";i:1738700784;s:5:\"value\";s:237043:\"{\"stable_version\":\"3.27.2\",\"last_updated\":\"2025-01-07 13:04:40\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:221523:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mzg2NTc1ODQsImV4cCI6MTczODc0Mzk4NH0.Ji4WVEyj2HdsgoQdlEp15Jpc1OPmphzihOKFuv98AGA\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mzg2NTc1ODQsImV4cCI6MTczODc0Mzk4NH0.Ji4WVEyj2HdsgoQdlEp15Jpc1OPmphzihOKFuv98AGA\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczODY1NzU4NCwiZXhwIjoxNzM4NzQzOTg0fQ.shtPnEP-gZu3suGE5A8PaZm6lkklDww_Sne5P-1s96k\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczODY1NzU4NCwiZXhwIjoxNzM4NzQzOTg0fQ.shtPnEP-gZu3suGE5A8PaZm6lkklDww_Sne5P-1s96k\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(202998,'elementor_pro_remote_info_api_data_3.27.2','a:2:{s:7:\"timeout\";i:1739218873;s:5:\"value\";s:237172:\"{\"stable_version\":\"3.27.3\",\"last_updated\":\"2025-01-07 13:04:40\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:221645:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.3\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzkxNzU2NzIsImV4cCI6MTczOTI2MjA3Mn0.kFSQM8nwdb9n-Jp9nKWCBCSNNloP-SoNUhLZGbEqtHw\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MzkxNzU2NzIsImV4cCI6MTczOTI2MjA3Mn0.kFSQM8nwdb9n-Jp9nKWCBCSNNloP-SoNUhLZGbEqtHw\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczOTE3NTY3MiwiZXhwIjoxNzM5MjYyMDcyfQ.Wqk_nkfqc2gwm8eRc0pHYTFthWRna-McTxnjFu05nKY\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczOTE3NTY3MiwiZXhwIjoxNzM5MjYyMDcyfQ.Wqk_nkfqc2gwm8eRc0pHYTFthWRna-McTxnjFu05nKY\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(216163,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.2.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.7.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";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:0:\"\";}}s:12:\"last_checked\";i:1743539196;s:15:\"version_checked\";s:5:\"6.7.2\";s:12:\"translations\";a:0:{}}','off'),(216425,'_site_transient_timeout_available_translations','1743548517','off');
INSERT INTO `wp_72rj7f_options` VALUES (216426,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-01 09:05:28\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-12 07:32:34\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-20 08:42:35\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-29 14:26:16\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-11 08:34:45\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-04 15:09:31\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-28 14:09:21\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-05 18:11:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-30 17:06:59\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-30 17:06:47\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.7.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-05 18:08:14\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.7.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 07:45:57\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-22 11:02:17\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-08 19:43:34\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-14 20:17:10\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-25 15:37:15\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-15 22:47:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-12 00:03:39\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-18 15:16:11\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-09 22:28:42\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-04 14:46:26\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-22 16:30:18\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-05 15:56:22\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-02 23:11:20\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 20:26:01\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-26 16:06:47\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-30 10:07:14\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-21 11:24:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-12-12 22:29:22\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-25 21:16:32\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-29 23:44:41\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-27 06:35:56\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.33\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.33/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 09:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-13 12:24:50\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-31 11:29:26\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 11:01:52\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-07 13:30:47\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-01 06:53:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-11 19:32:39\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-27 00:11:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-22 19:22:33\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-25 04:09:28\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.7.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-13 10:34:12\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 16:41:38\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-15 06:59:18\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-01 17:56:33\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 09:36:13\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-25 20:59:35\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-30 20:03:24\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-15 16:20:12\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.34\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-11-22 09:42:36\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-25 12:07:35\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-06 01:20:04\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-04-01 10:29:34\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-24 17:37:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-10 11:39:57\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-01-30 10:26:38\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 17:00:50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-02 07:29:05\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-14 00:21:51\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-03 01:12:45\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-06 18:52:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-23 02:18:04\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-12 08:54:01\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-26 06:53:42\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),(208737,'elementor_pro_remote_info_api_data_3.27.4','a:2:{s:7:\"timeout\";i:1741119973;s:5:\"value\";s:237771:\"{\"stable_version\":\"3.27.5\",\"last_updated\":\"2025-03-03 10:53:11\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:222215:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.5\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDEwNzY3NzIsImV4cCI6MTc0MTE2MzE3Mn0.cDpmLSk7a6fp8lGAjK4Dv0GJRurcXUTdP6rP9L-eS3w\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDEwNzY3NzIsImV4cCI6MTc0MTE2MzE3Mn0.cDpmLSk7a6fp8lGAjK4Dv0GJRurcXUTdP6rP9L-eS3w\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MTA3Njc3MiwiZXhwIjoxNzQxMTYzMTcyfQ.xP0YGYloPBjcJ-NTwWgHHxjyZM2Ei3JJeS-ALrhjSqo\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MTA3Njc3MiwiZXhwIjoxNzQxMTYzMTcyfQ.xP0YGYloPBjcJ-NTwWgHHxjyZM2Ei3JJeS-ALrhjSqo\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(204848,'elementor_pro_remote_info_api_data_3.27.3','a:2:{s:7:\"timeout\";i:1739823826;s:5:\"value\";s:237585:\"{\"stable_version\":\"3.27.4\",\"last_updated\":\"2025-02-16 12:17:02\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:222037:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.4\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mzk3ODA2MjUsImV4cCI6MTczOTg2NzAyNX0.pBHSpGeaf-cbintBFg_XEAzboo_JcrpaweKvsKIgAgs\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3Mzk3ODA2MjUsImV4cCI6MTczOTg2NzAyNX0.pBHSpGeaf-cbintBFg_XEAzboo_JcrpaweKvsKIgAgs\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczOTc4MDYyNSwiZXhwIjoxNzM5ODY3MDI1fQ.947eg9j1juSAE929lIV0m_uUAzBPuR4cC_tCQgWdLOU\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTczOTc4MDYyNSwiZXhwIjoxNzM5ODY3MDI1fQ.947eg9j1juSAE929lIV0m_uUAzBPuR4cC_tCQgWdLOU\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(216165,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1743921756;s:8:\"response\";a:0:{}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"elementor\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"3.28.3\";s:7:\"updated\";s:19:\"2025-04-01 12:19:55\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/elementor/3.28.3/es_ES.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:5:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.28.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.4.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:6:\"2.0.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/envato-elements.2.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";s:3:\"svg\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=3129155\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=3129155\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"nav-menu-roles/nav-menu-roles.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/nav-menu-roles\";s:4:\"slug\";s:14:\"nav-menu-roles\";s:6:\"plugin\";s:33:\"nav-menu-roles/nav-menu-roles.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/nav-menu-roles/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/nav-menu-roles.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/nav-menu-roles/assets/icon-256x256.png?rev=2336319\";s:2:\"1x\";s:67:\"https://ps.w.org/nav-menu-roles/assets/icon-128x128.png?rev=2336319\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/nav-menu-roles/assets/banner-1544x500.png?rev=2336319\";s:2:\"1x\";s:69:\"https://ps.w.org/nav-menu-roles/assets/banner-772x250.png?rev=2336319\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.5.0\";}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/simple-custom-post-order\";s:4:\"slug\";s:24:\"simple-custom-post-order\";s:6:\"plugin\";s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:11:\"new_version\";s:6:\"2.5.10\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/simple-custom-post-order/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/simple-custom-post-order.2.5.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-custom-post-order/assets/icon-256x256.jpg?rev=2969435\";s:2:\"1x\";s:77:\"https://ps.w.org/simple-custom-post-order/assets/icon-256x256.jpg?rev=2969435\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/simple-custom-post-order/assets/banner-772x250.jpg?rev=2969435\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}}}','off'),(216429,'_site_transient_timeout_wp_theme_files_patterns-da54629a6495faca95f97388893d6634','1743540994','off'),(216430,'_site_transient_wp_theme_files_patterns-da54629a6495faca95f97388893d6634','a:2:{s:7:\"version\";s:5:\"4.8.0\";s:8:\"patterns\";a:0:{}}','off'),(211283,'elementor_pro_remote_info_api_data_3.27.5','a:2:{s:7:\"timeout\";i:1741983567;s:5:\"value\";s:238020:\"{\"stable_version\":\"3.27.7\",\"last_updated\":\"2025-03-13 12:15:54\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:222450:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.27.7\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDE5NDAzNjYsImV4cCI6MTc0MjAyNjc2Nn0.H1LgEHxeXyxRIrxtm6LuKJAl61R6epqUESBwqV5IN1I\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDE5NDAzNjYsImV4cCI6MTc0MjAyNjc2Nn0.H1LgEHxeXyxRIrxtm6LuKJAl61R6epqUESBwqV5IN1I\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MTk0MDM2NiwiZXhwIjoxNzQyMDI2NzY2fQ.dETIDXlwMXy6LDa-1ufbRL0FRxze8cgegEMsvLCmTxs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MTk0MDM2NiwiZXhwIjoxNzQyMDI2NzY2fQ.dETIDXlwMXy6LDa-1ufbRL0FRxze8cgegEMsvLCmTxs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off');
INSERT INTO `wp_72rj7f_options` VALUES (212370,'elementor_pro_remote_info_api_data_3.27.7','a:2:{s:7:\"timeout\";i:1742328975;s:5:\"value\";s:240617:\"{\"stable_version\":\"3.28.0\",\"last_updated\":\"2025-03-17 13:20:40\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:224871:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.28.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDIyODU3NzUsImV4cCI6MTc0MjM3MjE3NX0.k6Efci6dd9Um5RQOR5tIjBY2aADtuT1PGhWNWdBJ5gA\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDIyODU3NzUsImV4cCI6MTc0MjM3MjE3NX0.k6Efci6dd9Um5RQOR5tIjBY2aADtuT1PGhWNWdBJ5gA\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MjI4NTc3NSwiZXhwIjoxNzQyMzcyMTc1fQ.bREIVXdJ15cae2y9Gd_MPy6x3X9s2BzaON-5tktIRcU\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MjI4NTc3NSwiZXhwIjoxNzQyMzcyMTc1fQ.bREIVXdJ15cae2y9Gd_MPy6x3X9s2BzaON-5tktIRcU\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(214483,'_transient_timeout_elementor_rollback_versions_3.28.1','1743532431','off'),(214484,'_transient_elementor_rollback_versions_3.28.1','a:30:{i:0;s:6:\"3.28.0\";i:1;s:6:\"3.27.7\";i:2;s:6:\"3.27.6\";i:3;s:6:\"3.27.5\";i:4;s:6:\"3.27.4\";i:5;s:6:\"3.27.3\";i:6;s:6:\"3.27.2\";i:7;s:6:\"3.27.1\";i:8;s:6:\"3.27.0\";i:9;s:6:\"3.26.5\";i:10;s:6:\"3.26.4\";i:11;s:6:\"3.26.3\";i:12;s:6:\"3.26.2\";i:13;s:6:\"3.26.1\";i:14;s:6:\"3.26.0\";i:15;s:7:\"3.25.11\";i:16;s:7:\"3.25.10\";i:17;s:6:\"3.25.9\";i:18;s:6:\"3.25.8\";i:19;s:6:\"3.25.7\";i:20;s:6:\"3.25.6\";i:21;s:6:\"3.25.5\";i:22;s:6:\"3.25.4\";i:23;s:6:\"3.25.3\";i:24;s:6:\"3.25.2\";i:25;s:6:\"3.25.1\";i:26;s:6:\"3.25.0\";i:27;s:6:\"3.24.8\";i:28;s:6:\"3.24.7\";i:29;s:6:\"3.24.6\";}','off'),(212219,'elementor_landing_pages_activation','0','auto'),(212220,'_elementor_local_google_fonts','a:4:{s:6:\"roboto\";a:2:{s:3:\"url\";s:88:\"https://www.elconferencista.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742243097;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:92:\"https://www.elconferencista.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1742243104;}s:6:\"mulish\";a:2:{s:3:\"url\";s:88:\"https://www.elconferencista.com/wp-content/uploads/elementor/google-fonts/css/mulish.css\";s:7:\"version\";i:1742357447;}s:4:\"lato\";a:2:{s:3:\"url\";s:86:\"https://www.elconferencista.com/wp-content/uploads/elementor/google-fonts/css/lato.css\";s:7:\"version\";i:1742439530;}}','auto'),(216424,'_transient_astra-theme-cron-test-ok','1','off'),(216431,'_transient_doing_cron','1743921756.0060000419616699218750','on'),(216432,'auto_updater.lock','1743539196','off'),(216008,'elementor_pro_remote_info_api_data_3.28.1','a:2:{s:7:\"timeout\";i:1743452510;s:5:\"value\";s:240939:\"{\"stable_version\":\"3.28.2\",\"last_updated\":\"2025-03-30 12:00:53\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:225179:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an "External URL" source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.28.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDM0MDkzMTAsImV4cCI6MTc0MzQ5NTcxMH0.PuLmgkXFUh7GgQ63B55-NTYnEAne6MabFlqiDC0oVgs\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NDM0MDkzMTAsImV4cCI6MTc0MzQ5NTcxMH0.PuLmgkXFUh7GgQ63B55-NTYnEAne6MabFlqiDC0oVgs\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MzQwOTMxMCwiZXhwIjoxNzQzNDk1NzEwfQ.vpJVDeFyxX0Jb4B4CscowsAq4BK8WYphqLMAi0ikQOs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtMVVYN2ZlOWU4VnFoZVlIUEJHa3MxNjE1MDkyNzE4MXUzbW5MWlBCU21HIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly93d3cuZWxjb25mZXJlbmNpc3RhLmNvbSIsImlhdCI6MTc0MzQwOTMxMCwiZXhwIjoxNzQzNDk1NzEwfQ.vpJVDeFyxX0Jb4B4CscowsAq4BK8WYphqLMAi0ikQOs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[],\"cloud\":false}\";}','off'),(216427,'_site_transient_timeout_wp_theme_files_patterns-63076f6925c23d7a0e5adaf8117d1584','1743540994','off'),(216428,'_site_transient_wp_theme_files_patterns-63076f6925c23d7a0e5adaf8117d1584','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),(216392,'_site_transient_timeout_jet_dashboard_license_expire_check','1743570395','off'),(216393,'_site_transient_jet_dashboard_license_expire_check','true','off'),(216416,'_transient_timeout_elementor_rollback_versions_3.28.2','1744138388','off'),(216433,'_transient_timeout_scrape_key_ccb2ba6f87aa20377df4f6b6bb8fdd4d','1743539234','off'),(216434,'_transient_scrape_key_ccb2ba6f87aa20377df4f6b6bb8fdd4d','1743539202','off'),(216435,'recovery_mode_email_last_sent','1744162426','auto');
/*!40000 ALTER TABLE `wp_72rj7f_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_postmeta`
--
DROP TABLE IF EXISTS `wp_72rj7f_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5809 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_postmeta`
--
LOCK TABLES `wp_72rj7f_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_postmeta` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_postmeta` VALUES (7,7,'_elementor_edit_mode','builder'),(8,7,'_elementor_template_type','kit'),(19,11,'_edit_last','1'),(20,11,'_edit_lock','1724348495:2'),(21,11,'_wp_page_template','elementor_header_footer'),(22,11,'site-sidebar-layout','no-sidebar'),(23,11,'site-content-layout','page-builder'),(24,11,'theme-transparent-header-meta','default'),(25,13,'_elementor_edit_mode','builder'),(26,13,'_elementor_template_type','kit'),(27,7,'_wp_page_template','default'),(28,7,'_elementor_page_settings','a:12:{s:9:\"site_name\";s:14:\"EDNER GRANADOS\";s:16:\"site_description\";s:14:\"Impact Speaker\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Principal\";s:5:\"color\";s:7:\"#F30000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"Secundario\";s:5:\"color\";s:7:\"#0B0F13\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Texto\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:8:\"Énfasis\";s:5:\"color\";s:7:\"#AE0404\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Principal\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"Secundario\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Texto\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:8:\"Énfasis\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}}'),(29,11,'_elementor_edit_mode','builder'),(30,11,'_elementor_template_type','wp-page'),(31,11,'_elementor_version','3.23.4'),(32,11,'_elementor_pro_version','3.23.3'),(33,11,'_astra_content_layout_flag','disabled'),(34,11,'site-post-title','disabled'),(35,11,'ast-title-bar-display','disabled'),(36,11,'ast-featured-img','disabled'),(38,14,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:51:\"Eventum - Event & Conference Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:26:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:27:\"https://demo.bosathemes.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:1;}i:1;a:9:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/eventum/?elementor_library=header\";s:4:\"type\";s:6:\"header\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"header\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Header\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:222;}}}i:2;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/eventum/?elementor_library=footer\";s:4:\"type\";s:6:\"footer\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"footer\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Footer\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:3;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:54:\"https://demo.bosathemes.com/eventum/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:67;}}}i:4;a:8:{s:4:\"name\";s:7:\"Archive\";s:10:\"screenshot\";s:23:\"screenshots/archive.jpg\";s:6:\"source\";s:22:\"templates/archive.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/eventum/?elementor_library=archive\";s:4:\"type\";s:7:\"archive\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:12:\"archive-blog\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"archive\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/archive\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Archive\" template for Elementor Pro.\";i:1;s:44:\"This template will display on: All Archives.\";}}s:22:\"elementor_pro_required\";b:1;}i:5;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:68:\"https://demo.bosathemes.com/eventum/?elementor_library=single-post-2\";s:4:\"type\";s:11:\"single-post\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-post\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:28:\"include/singular/in_category\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Post\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: In Category.\";}}s:22:\"elementor_pro_required\";b:1;}i:6;a:8:{s:4:\"name\";s:4:\"Shop\";s:10:\"screenshot\";s:20:\"screenshots/shop.jpg\";s:6:\"source\";s:19:\"templates/shop.json\";s:11:\"preview_url\";s:59:\"https://demo.bosathemes.com/eventum/?elementor_library=shop\";s:4:\"type\";s:15:\"product-archive\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:15:\"archive-product\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:15:\"product-archive\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:23:\"include/product_archive\";}s:31:\"additional_template_information\";a:2:{i:0;s:55:\"This is a \"Product Archive\" template for Elementor Pro.\";i:1;s:52:\"This template will display on: All Product Archives.\";}}s:22:\"elementor_pro_required\";b:1;}i:7;a:8:{s:4:\"name\";s:14:\"Single product\";s:10:\"screenshot\";s:30:\"screenshots/single-product.jpg\";s:6:\"source\";s:29:\"templates/single-product.json\";s:11:\"preview_url\";s:69:\"https://demo.bosathemes.com/eventum/?elementor_library=single-product\";s:4:\"type\";s:7:\"product\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"single-product\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"product\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/product\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Product\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: Products.\";}}s:22:\"elementor_pro_required\";b:1;}i:8;a:8:{s:4:\"name\";s:11:\"Single page\";s:10:\"screenshot\";s:27:\"screenshots/single-page.jpg\";s:6:\"source\";s:26:\"templates/single-page.json\";s:11:\"preview_url\";s:66:\"https://demo.bosathemes.com/eventum/?elementor_library=single-page\";s:4:\"type\";s:11:\"single-page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-page\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:21:\"include/singular/page\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Page\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Pages.\";}}s:22:\"elementor_pro_required\";b:1;}i:9;a:8:{s:4:\"name\";s:13:\"Search Result\";s:10:\"screenshot\";s:29:\"screenshots/search-result.jpg\";s:6:\"source\";s:28:\"templates/search-result.json\";s:11:\"preview_url\";s:68:\"https://demo.bosathemes.com/eventum/?elementor_library=search-result\";s:4:\"type\";s:14:\"search-results\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"archive-search\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:14:\"search-results\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:22:\"include/archive/search\";}s:31:\"additional_template_information\";a:2:{i:0;s:54:\"This is a \"Search Results\" template for Elementor Pro.\";i:1;s:46:\"This template will display on: Search Results.\";}}s:22:\"elementor_pro_required\";b:1;}i:10;a:8:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:58:\"https://demo.bosathemes.com/eventum/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:11;a:9:{s:4:\"name\";s:14:\"Event Schedule\";s:10:\"screenshot\";s:30:\"screenshots/event-schedule.jpg\";s:6:\"source\";s:29:\"templates/event-schedule.json\";s:11:\"preview_url\";s:64:\"https://demo.bosathemes.com/eventum/template-kit/event-schedule/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:277;}}}i:12;a:8:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:23:\"screenshots/gallery.jpg\";s:6:\"source\";s:22:\"templates/gallery.json\";s:11:\"preview_url\";s:57:\"https://demo.bosathemes.com/eventum/template-kit/gallery/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:13;a:9:{s:4:\"name\";s:12:\"Event Detail\";s:10:\"screenshot\";s:28:\"screenshots/event-detail.jpg\";s:6:\"source\";s:27:\"templates/event-detail.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/eventum/template-kit/event-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:307;}}}i:14;a:8:{s:4:\"name\";s:12:\"Speaker List\";s:10:\"screenshot\";s:28:\"screenshots/speaker-list.jpg\";s:6:\"source\";s:27:\"templates/speaker-list.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/eventum/template-kit/speaker-list/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:8:{s:4:\"name\";s:14:\"Speaker Detail\";s:10:\"screenshot\";s:30:\"screenshots/speaker-detail.jpg\";s:6:\"source\";s:29:\"templates/speaker-detail.json\";s:11:\"preview_url\";s:64:\"https://demo.bosathemes.com/eventum/template-kit/speaker-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:8:{s:4:\"name\";s:8:\"Sponsers\";s:10:\"screenshot\";s:24:\"screenshots/sponsers.jpg\";s:6:\"source\";s:23:\"templates/sponsers.json\";s:11:\"preview_url\";s:58:\"https://demo.bosathemes.com/eventum/template-kit/sponsers/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:17;a:8:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:57:\"https://demo.bosathemes.com/eventum/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:18;a:8:{s:4:\"name\";s:11:\"Testimonial\";s:10:\"screenshot\";s:27:\"screenshots/testimonial.jpg\";s:6:\"source\";s:26:\"templates/testimonial.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/eventum/template-kit/testimonial/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:19;a:8:{s:4:\"name\";s:3:\"Faq\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:53:\"https://demo.bosathemes.com/eventum/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:20;a:8:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:60:\"https://demo.bosathemes.com/eventum/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:21;a:8:{s:4:\"name\";s:10:\"My Account\";s:10:\"screenshot\";s:26:\"screenshots/my-account.jpg\";s:6:\"source\";s:25:\"templates/my-account.json\";s:11:\"preview_url\";s:60:\"https://demo.bosathemes.com/eventum/template-kit/my-account/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:22;a:8:{s:4:\"name\";s:8:\"Checkout\";s:10:\"screenshot\";s:24:\"screenshots/checkout.jpg\";s:6:\"source\";s:23:\"templates/checkout.json\";s:11:\"preview_url\";s:58:\"https://demo.bosathemes.com/eventum/template-kit/checkout/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:23;a:8:{s:4:\"name\";s:4:\"Cart\";s:10:\"screenshot\";s:20:\"screenshots/cart.jpg\";s:6:\"source\";s:19:\"templates/cart.json\";s:11:\"preview_url\";s:54:\"https://demo.bosathemes.com/eventum/template-kit/cart/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:24;a:8:{s:4:\"name\";s:8:\"404 page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:63:\"https://demo.bosathemes.com/eventum/?elementor_library=404-page\";s:4:\"type\";s:9:\"error-404\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:9:\"error-404\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:29:\"include/singular/not_found404\";}s:31:\"additional_template_information\";a:2:{i:0;s:49:\"This is a \"Error 404\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: 404 Page.\";}}s:22:\"elementor_pro_required\";b:1;}i:25;a:8:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:26:\"templates/coming-soon.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/eventum/template-kit/coming-soon/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"3.5.2\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.5.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:2;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.5.3\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:11:\"WooCommerce\";s:7:\"version\";s:5:\"6.1.1\";s:4:\"file\";s:27:\"woocommerce/woocommerce.php\";s:6:\"author\";s:10:\"Automattic\";}}s:6:\"images\";a:68:{i:0;a:8:{s:8:\"filename\";s:17:\"eventum-img10.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img10-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:186925;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-listening-the-speaker-with-p-7UZ3WDL\";}i:1;a:8:{s:8:\"filename\";s:16:\"eventum-img1.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img1-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:203531;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-taking-photo-by-cellphone-th-3PQC8CB\";}i:2;a:8:{s:8:\"filename\";s:10:\"circle.png\";s:13:\"thumbnail_url\";s:82:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/circle.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}}s:8:\"filesize\";i:11771;s:10:\"dimensions\";a:2:{i:0;i:400;i:1;i:400;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:17:\"eventum-img38.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img38.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}}s:8:\"filesize\";i:466297;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:650;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:75:\"https://elements.envato.com/young-casual-businessman-holding-tablet-8VLWW7L\";}i:4;a:8:{s:8:\"filename\";s:17:\"eventum-img33.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img33.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:16456;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/abstract-blur-people-lecture-in-seminar-room-2FDEHU9\";}i:5;a:8:{s:8:\"filename\";s:17:\"eventum-img35.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img35.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:15346;s:10:\"dimensions\";a:2:{i:0;i:285;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/team-of-business-people-standing-at-conference-hal-HYN3ZTT\";}i:6;a:8:{s:8:\"filename\";s:17:\"eventum-img34.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img34.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:12337;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/picture-of-business-seminar-in-conference-room-P4WUGHU\";}i:7;a:8:{s:8:\"filename\";s:17:\"eventum-img36.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img36.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:12279;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:180;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:81:\"https://elements.envato.com/young-woman-presenting-at-business-conference-ARGHX57\";}i:8;a:8:{s:8:\"filename\";s:17:\"eventum-img37.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img37.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:21294;s:10:\"dimensions\";a:2:{i:0;i:295;i:1;i:230;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-listening-the-speaker-with-p-7UZ3WDL\";}i:9;a:8:{s:8:\"filename\";s:19:\"bloggable-img14.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/bloggable-img14.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:4748;s:10:\"dimensions\";a:2:{i:0;i:203;i:1;i:100;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:10;a:8:{s:8:\"filename\";s:17:\"eventum-img28.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img28.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:26856;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:79:\"https://elements.envato.com/serious-businessman-leaning-against-railing-EFZ2VMK\";}i:11;a:8:{s:8:\"filename\";s:17:\"eventum-img25.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img25.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:24143;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/business-woman-outdoor-WZV75AM\";}i:12;a:8:{s:8:\"filename\";s:17:\"eventum-img31.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img31.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:24397;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:75:\"https://elements.envato.com/attractive-confident-young-business-man-7RWAZV3\";}i:13;a:8:{s:8:\"filename\";s:17:\"eventum-img26.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img26.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:22039;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/elegant-business-woman-E9V7GPD\";}i:14;a:8:{s:8:\"filename\";s:17:\"eventum-img32.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img32.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:23215;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-mature-professional-businesswoman-with-arm-CX6NLD3\";}i:15;a:8:{s:8:\"filename\";s:17:\"eventum-img30.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img30.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:21033;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:76:\"https://elements.envato.com/business-man-with-beard-at-modern-office-PFJW7NL\";}i:16;a:8:{s:8:\"filename\";s:17:\"eventum-img27.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img27.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:25779;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/professional-business-woman-NVFK4M9\";}i:17;a:8:{s:8:\"filename\";s:17:\"eventum-img29.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img29.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}}s:8:\"filesize\";i:20469;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:380;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/business-concept-portrait-handsome-business-man-co-TC84FZC\";}i:18;a:8:{s:8:\"filename\";s:17:\"eventum-img15.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img15.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}i:3;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:4;a:2:{s:6:\"source\";s:27:\"templates/event-detail.json\";s:4:\"name\";s:12:\"Event Detail\";}i:5;a:2:{s:6:\"source\";s:29:\"templates/speaker-detail.json\";s:4:\"name\";s:14:\"Speaker Detail\";}i:6;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:8668;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-indian-freelancer-guy-sitting-at-desk-in-off-ZF64QTC\";}i:19;a:8:{s:8:\"filename\";s:17:\"eventum-img16.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img16.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:11021;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:66:\"https://elements.envato.com/charming-lady-posing-on-street-PP9BU64\";}i:20;a:8:{s:8:\"filename\";s:17:\"eventum-img11.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img11.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:4971;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/gallant-young-brunette-haired-gentleman-in-plaid-b-XSSK5B9\";}i:21;a:8:{s:8:\"filename\";s:17:\"eventum-img12.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img12.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:6468;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/attractive-caucasian-girl-with-long-hairstyle-posi-JVK879H\";}i:22;a:8:{s:8:\"filename\";s:17:\"eventum-img14.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img14.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:8127;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-mature-professional-businesswoman-with-arm-CX6NLD3\";}i:23;a:8:{s:8:\"filename\";s:17:\"eventum-img13.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img13.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:7371;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-smiling-man-model-of-fashion-wearing-a-plaid-7MJ6935\";}i:24;a:8:{s:8:\"filename\";s:16:\"eventum-img3.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img3.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:1971;s:10:\"dimensions\";a:2:{i:0;i:315;i:1;i:18;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:25;a:8:{s:8:\"filename\";s:17:\"eventum-img17.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img17.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:17149;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:200;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/picture-of-business-seminar-in-conference-room-P4WUGHU\";}i:26;a:8:{s:8:\"filename\";s:18:\"eventum-img019.jpg\";s:13:\"thumbnail_url\";s:90:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img019.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:17509;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/team-of-business-people-standing-at-conference-hal-HYN3ZTT\";}i:27;a:8:{s:8:\"filename\";s:17:\"eventum-img23.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img23.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:20860;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:300;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:81:\"https://elements.envato.com/young-woman-presenting-at-business-conference-ARGHX57\";}i:28;a:8:{s:8:\"filename\";s:17:\"eventum-img20.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img20.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:21460;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-listening-the-speaker-with-p-7UZ3WDL\";}i:29;a:8:{s:8:\"filename\";s:17:\"eventum-img24.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img24.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:17435;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:300;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/presentation-in-conference-hall-2HH98CH\";}i:30;a:8:{s:8:\"filename\";s:17:\"eventum-img21.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img21.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:27419;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/abstract-blur-people-lecture-in-seminar-room-2FDEHU9\";}i:31;a:8:{s:8:\"filename\";s:17:\"eventum-img22.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img22.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:16938;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/speaker-at-business-meeting-in-the-conference-hall-PYGTBGC\";}i:32;a:8:{s:8:\"filename\";s:17:\"eventum-img18.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img18.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:17752;s:10:\"dimensions\";a:2:{i:0;i:278;i:1;i:200;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/speaker-at-business-meeting-in-the-conference-hall-P4YU78R\";}i:33;a:8:{s:8:\"filename\";s:20:\"eventum-client01.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2651;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:34;a:8:{s:8:\"filename\";s:20:\"eventum-client02.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3442;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:35;a:8:{s:8:\"filename\";s:20:\"eventum-client05.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client05.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2809;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:36;a:8:{s:8:\"filename\";s:20:\"eventum-client07.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client07.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3222;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:37;a:8:{s:8:\"filename\";s:20:\"eventum-client03.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:4208;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:38;a:8:{s:8:\"filename\";s:20:\"eventum-client04.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client04.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2957;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:39;a:8:{s:8:\"filename\";s:20:\"eventum-client06.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client06.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2931;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:40;a:8:{s:8:\"filename\";s:21:\"eventum-client010.png\";s:13:\"thumbnail_url\";s:93:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client010.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3464;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:41;a:8:{s:8:\"filename\";s:20:\"eventum-client08.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client08.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2631;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:42;a:8:{s:8:\"filename\";s:20:\"eventum-client09.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client09.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3297;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:43;a:8:{s:8:\"filename\";s:16:\"eventum-img4.jpg\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:66136;s:10:\"dimensions\";a:2:{i:0;i:450;i:1;i:450;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:65:\"https://elements.envato.com/modern-equipped-assembly-hall-PJH4FU5\";}i:44;a:8:{s:8:\"filename\";s:16:\"eventum-img5.jpg\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img5.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:61884;s:10:\"dimensions\";a:2:{i:0;i:450;i:1;i:450;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/lecture-room-of-university-Y9LFKXL\";}i:45;a:8:{s:8:\"filename\";s:17:\"eventum-img38.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img38-800x320.jpg\";s:9:\"templates\";a:21:{i:0;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:3;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-page.json\";s:4:\"name\";s:11:\"Single page\";}i:5;a:2:{s:6:\"source\";s:28:\"templates/search-result.json\";s:4:\"name\";s:13:\"Search Result\";}i:6;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:7;a:2:{s:6:\"source\";s:29:\"templates/event-schedule.json\";s:4:\"name\";s:14:\"Event Schedule\";}i:8;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:9;a:2:{s:6:\"source\";s:27:\"templates/event-detail.json\";s:4:\"name\";s:12:\"Event Detail\";}i:10;a:2:{s:6:\"source\";s:27:\"templates/speaker-list.json\";s:4:\"name\";s:12:\"Speaker List\";}i:11;a:2:{s:6:\"source\";s:29:\"templates/speaker-detail.json\";s:4:\"name\";s:14:\"Speaker Detail\";}i:12;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}i:13;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:14;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}i:15;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"Faq\";}i:16;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:17;a:2:{s:6:\"source\";s:25:\"templates/my-account.json\";s:4:\"name\";s:10:\"My Account\";}i:18;a:2:{s:6:\"source\";s:23:\"templates/checkout.json\";s:4:\"name\";s:8:\"Checkout\";}i:19;a:2:{s:6:\"source\";s:19:\"templates/cart.json\";s:4:\"name\";s:4:\"Cart\";}i:20;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 page\";}}s:8:\"filesize\";i:141869;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-taking-photo-by-cellphone-th-3PQC8CB\";}i:46;a:8:{s:8:\"filename\";s:20:\"eventum-product6.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product6.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:18219;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:79:\"https://elements.envato.com/mens-round-neck-t-shirt-coronavirus-message-4AH59QK\";}i:47;a:8:{s:8:\"filename\";s:20:\"eventum-product5.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product5.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:8687;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:57:\"https://elements.envato.com/female-crew-neck-worn-5DSFMLS\";}i:48;a:8:{s:8:\"filename\";s:20:\"eventum-product4.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product4.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:12706;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/cap-UJD3SKH\";}i:49;a:8:{s:8:\"filename\";s:20:\"eventum-product3.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product3.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:17144;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/gold-sunglasses-7SASF9\";}i:50;a:8:{s:8:\"filename\";s:20:\"eventum-product2.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:32804;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:46:\"https://elements.envato.com/shirt-dots-8SBRXP6\";}i:51;a:8:{s:8:\"filename\";s:20:\"eventum-product1.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-product1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:45177;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/man-short-sleeve-shirt-PKY4KN2\";}i:52;a:8:{s:8:\"filename\";s:16:\"eventum-img9.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img9-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/event-detail.json\";s:4:\"name\";s:12:\"Event Detail\";}}s:8:\"filesize\";i:211228;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/abstract-blur-people-lecture-in-seminar-room-2FDEHU9\";}i:53;a:8:{s:8:\"filename\";s:16:\"eventum-img8.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img8-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:134733;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:81:\"https://elements.envato.com/young-woman-presenting-at-business-conference-ARGHX57\";}i:54;a:8:{s:8:\"filename\";s:17:\"eventum-img40.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img40-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:146404;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-taking-photo-by-cellphone-th-3PQC8CB\";}i:55;a:8:{s:8:\"filename\";s:16:\"eventum-img7.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img7-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:120134;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/speaker-at-business-meeting-in-the-conference-hall-PYGTBGC\";}i:56;a:8:{s:8:\"filename\";s:16:\"eventum-img6.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img6-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:134367;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/picture-of-business-seminar-in-conference-room-P4WUGHU\";}i:57;a:8:{s:8:\"filename\";s:17:\"eventum-img39.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-img39-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:107364;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/rear-view-of-audience-in-the-conference-hall-or-se-ZQLRHDD\";}i:58;a:8:{s:8:\"filename\";s:19:\"eventum-client1.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2059;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:59;a:8:{s:8:\"filename\";s:19:\"eventum-client2.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:3160;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:60;a:8:{s:8:\"filename\";s:19:\"eventum-client3.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:3767;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:61;a:8:{s:8:\"filename\";s:19:\"eventum-client9.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client9.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2406;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:62;a:8:{s:8:\"filename\";s:19:\"eventum-client5.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2086;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:63;a:8:{s:8:\"filename\";s:19:\"eventum-client6.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2239;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:64;a:8:{s:8:\"filename\";s:19:\"eventum-client4.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2390;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:65;a:8:{s:8:\"filename\";s:20:\"eventum-client10.png\";s:13:\"thumbnail_url\";s:92:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client10.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:3002;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:66;a:8:{s:8:\"filename\";s:19:\"eventum-client7.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:2836;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}i:67;a:8:{s:8:\"filename\";s:19:\"eventum-client8.png\";s:13:\"thumbnail_url\";s:91:\"https://demo.bosathemes.com/eventum/wp-content/uploads/sites/21/2022/01/eventum-client8.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/sponsers.json\";s:4:\"name\";s:8:\"Sponsers\";}}s:8:\"filesize\";i:1984;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:95;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:67:\"https://elements.envato.com/30-premade-logos-minimal-edition-3R74KJ\";}}}'),(39,14,'envato_tk_folder_name','ca317785a48dac56159bfe53e41b9794'),(40,14,'envato_tk_builder','elementor'),(41,14,'envato_tk_source_zip_url','https://www.elconferencista.com/wp-content/uploads/template-kits/ca317785a48dac56159bfe53e41b9794/source-14.zip'),(42,14,'envato_elements_download_event','QCNEMWE'),(45,21,'_wp_attached_file','2022/09/eventum-img1.jpg'),(46,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2022/09/eventum-img1.jpg\";s:8:\"filesize\";i:203531;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"eventum-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"eventum-img1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6142;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"eventum-img1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52943;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"eventum-img1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19946;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"eventum-img1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"eventum-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"eventum-img1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75662;}}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:8:\"Thananit\";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:{}}}'),(47,21,'_elementor_source_image_hash','430193d15afaa7cf72fa566e06254fea67e49c05'),(48,22,'_wp_attached_file','2022/09/circle.png'),(49,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2022/09/circle.png\";s:8:\"filesize\";i:11771;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"circle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11035;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"circle-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3322;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"circle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"circle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5086;}}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:{}}}'),(50,22,'_elementor_source_image_hash','21f24e4a3ec5f79b532b79c5059018bbda29d84a'),(66,28,'_wp_attached_file','2022/09/eventum-img37.jpg'),(67,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:295;s:6:\"height\";i:230;s:4:\"file\";s:25:\"2022/09/eventum-img37.jpg\";s:8:\"filesize\";i:21294;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img37-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9223;}}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:8:\"Thananit\";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:{}}}'),(68,28,'_elementor_source_image_hash','7138dde6386294dafcc1853fe5345537c3e4c258'),(114,44,'_wp_attached_file','2022/09/eventum-img10.jpg'),(115,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2022/09/eventum-img10.jpg\";s:8:\"filesize\";i:186925;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"eventum-img10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22425;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5680;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"eventum-img10-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47886;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"eventum-img10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18256;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"eventum-img10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8909;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"eventum-img10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68486;}}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:8:\"Thananit\";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:{}}}'),(116,44,'_elementor_source_image_hash','60b61c51a5062e66de9f4d89eac4e7fa533830cb'),(129,49,'_wp_attached_file','2022/09/eventum-img20.jpg'),(130,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:278;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2022/09/eventum-img20.jpg\";s:8:\"filesize\";i:21460;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"eventum-img20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9262;}}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:8:\"Thananit\";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:{}}}'),(131,49,'_elementor_source_image_hash','a570fdf665eb232a6704941510371cf51bc280b5'),(144,54,'_wp_attached_file','2022/09/eventum-client01.png'),(145,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client01.png\";s:8:\"filesize\";i:2651;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client01-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1681;}}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:{}}}'),(146,54,'_elementor_source_image_hash','ff2fc4e16fc7a9d8675a6466f47d2d274a24559a'),(147,55,'_wp_attached_file','2022/09/eventum-client02.png'),(148,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client02.png\";s:8:\"filesize\";i:3442;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client02-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1611;}}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:{}}}'),(149,55,'_elementor_source_image_hash','80a9ee15cf8f53bc11ed7e2a861b70cecd8a8ecd'),(150,56,'_wp_attached_file','2022/09/eventum-client05.png'),(151,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client05.png\";s:8:\"filesize\";i:2809;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client05-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1280;}}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:{}}}'),(152,56,'_elementor_source_image_hash','cea3fbd010b62b10d226bccb0b5a2d76ea2d08f8'),(153,57,'_wp_attached_file','2022/09/eventum-client07.png'),(154,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client07.png\";s:8:\"filesize\";i:3222;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client07-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1533;}}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:{}}}'),(155,57,'_elementor_source_image_hash','4dee60fe4f109b8d54fe4cfc223001db2245bcfc'),(156,58,'_wp_attached_file','2022/09/eventum-client03.png'),(157,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client03.png\";s:8:\"filesize\";i:4208;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client03-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2584;}}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:{}}}'),(158,58,'_elementor_source_image_hash','e4ceaa443dcdb66e97dc10b25d3d88e8ab9f6f6b'),(159,59,'_wp_attached_file','2022/09/eventum-client04.png'),(160,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client04.png\";s:8:\"filesize\";i:2957;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client04-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1762;}}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:{}}}'),(161,59,'_elementor_source_image_hash','efd0044da6e68d7d1beea15add9fc581fb904c6b'),(162,60,'_wp_attached_file','2022/09/eventum-client06.png'),(163,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client06.png\";s:8:\"filesize\";i:2931;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client06-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1297;}}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:{}}}'),(164,60,'_elementor_source_image_hash','37597bddd1b84d120d8635f348c713e9c90e60ae'),(165,61,'_wp_attached_file','2022/09/eventum-client010.png'),(166,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:29:\"2022/09/eventum-client010.png\";s:8:\"filesize\";i:3464;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"eventum-client010-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1785;}}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:{}}}'),(167,61,'_elementor_source_image_hash','d958ca8b1ba618a34afea91b56cd6c2a649b2711'),(168,62,'_wp_attached_file','2022/09/eventum-client08.png'),(169,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client08.png\";s:8:\"filesize\";i:2631;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client08-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1152;}}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:{}}}'),(170,62,'_elementor_source_image_hash','15602d7978969c02ef7e18d488569d0b7e959cea'),(171,63,'_wp_attached_file','2022/09/eventum-client09.png'),(172,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:95;s:4:\"file\";s:28:\"2022/09/eventum-client09.png\";s:8:\"filesize\";i:3297;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"eventum-client09-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1361;}}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:{}}}'),(173,63,'_elementor_source_image_hash','cf8da7a4e6938c67f49e38d1ac012af03c341a3b'),(215,11,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(234,7,'_edit_lock','1687462443:2'),(235,74,'_elementor_edit_mode','builder'),(236,74,'_elementor_template_type','kit'),(237,74,'_wp_page_template','default'),(238,74,'_elementor_page_settings','a:2:{s:9:\"site_name\";s:14:\"EDNER GRANADOS\";s:16:\"site_description\";s:14:\"Impact Speaker\";}'),(240,75,'_elementor_edit_mode','builder'),(241,75,'_elementor_template_type','kit'),(242,75,'_wp_page_template','default'),(243,75,'_elementor_page_settings','a:2:{s:9:\"site_name\";s:14:\"EDNER GRANADOS\";s:16:\"site_description\";s:14:\"Impact Speaker\";}'),(245,7,'_elementor_data','[]'),(246,76,'_elementor_edit_mode','builder'),(247,76,'_elementor_template_type','kit'),(248,76,'_wp_page_template','default'),(249,76,'_elementor_page_settings','a:11:{s:9:\"site_name\";s:14:\"EDNER GRANADOS\";s:16:\"site_description\";s:14:\"Impact Speaker\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Principal\";s:5:\"color\";s:7:\"#F30000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"Secundario\";s:5:\"color\";s:7:\"#0B0F13\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Texto\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:8:\"Énfasis\";s:5:\"color\";s:7:\"#AE0404\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Principal\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"Secundario\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Texto\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:8:\"Énfasis\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(251,76,'_elementor_data','[]'),(253,7,'_elementor_version','3.7.7'),(254,7,'_elementor_pro_version','3.6.4'),(255,77,'_wp_attached_file','2022/09/edner-granados.png'),(256,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2022/09/edner-granados.png\";s:8:\"filesize\";i:337064;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"edner-granados-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66011;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"edner-granados-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11347;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"edner-granados-600x900.png\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224947;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"edner-granados-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"edner-granados-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21718;}}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:{}}}'),(5667,761,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(290,82,'_wp_attached_file','2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg'),(291,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:46:\"2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\";s:8:\"filesize\";i:446052;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38281;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19845;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73743;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34388;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102059;}s:24:\"elementor_custom_300x300\";a:4:{s:4:\"file\";s:98:\"elementor/thumbs/MINIATURA-DE-PORQUE-EDNER-GRANADOS-pv3ulm8mxjriyoqvoppgvzzpw2b2mff5lr8gyptqyg.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1422786772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.65\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0023809523809524\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(292,83,'_wp_attached_file','2022/09/89941859_523545041683207_8273911308307233517_n.jpg'),(293,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:58:\"2022/09/89941859_523545041683207_8273911308307233517_n.jpg\";s:8:\"filesize\";i:152310;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21843;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4188;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59269;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21843;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"89941859_523545041683207_8273911308307233517_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"89941859_523545041683207_8273911308307233517_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83605;}}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:{}}}'),(294,84,'_wp_attached_file','2022/09/89636034_199205457972115_4256094188653888311_n.jpg'),(295,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:58:\"2022/09/89636034_199205457972115_4256094188653888311_n.jpg\";s:8:\"filesize\";i:416693;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33349;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4907;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111107;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33349;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"89636034_199205457972115_4256094188653888311_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9611;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"89636034_199205457972115_4256094188653888311_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170240;}}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:{}}}'),(296,85,'_wp_attached_file','2022/09/275944674_952978798749881_5870331188178632551_n.jpg'),(297,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:59:\"2022/09/275944674_952978798749881_5870331188178632551_n.jpg\";s:8:\"filesize\";i:266239;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26011;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4245;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69415;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21206;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"275944674_952978798749881_5870331188178632551_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"275944674_952978798749881_5870331188178632551_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106074;}}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:{}}}'),(298,86,'_wp_attached_file','2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-1.jpg'),(299,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:48:\"2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-1.jpg\";s:8:\"filesize\";i:446052;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38281;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19845;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73743;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34388;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"MINIATURA-DE-PORQUE-EDNER-GRANADOS-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1422786772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.65\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0023809523809524\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4294,681,'_elementor_edit_mode','builder'),(3919,613,'_elementor_edit_mode','builder'),(3920,613,'_elementor_template_type','footer'),(3921,613,'_elementor_version','3.7.7'),(3922,613,'_elementor_pro_version','3.7.7'),(3923,613,'_astra_content_layout_flag','disabled'),(5604,755,'_wp_page_template','elementor_header_footer'),(5605,755,'_elementor_edit_mode','builder'),(5606,755,'_elementor_template_type','wp-page'),(5607,755,'_elementor_version','3.23.4'),(5608,755,'_elementor_pro_version','3.23.3'),(5609,755,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(5613,756,'_wp_page_template','elementor_header_footer'),(5614,756,'_elementor_edit_mode','builder'),(5615,756,'_elementor_template_type','wp-page'),(5616,756,'_elementor_version','3.23.4'),(5617,756,'_elementor_pro_version','3.23.3'),(5618,756,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(5642,759,'_wp_page_template','elementor_header_footer'),(5643,759,'_elementor_edit_mode','builder'),(5644,759,'_elementor_template_type','wp-page'),(5645,759,'_elementor_version','3.23.4'),(5646,759,'_elementor_pro_version','3.23.3'),(5647,759,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(5620,756,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5108,226,'_wp_old_date','2022-09-30'),(5109,228,'_wp_old_date','2022-09-30'),(5110,227,'_wp_old_date','2022-09-30'),(5111,340,'_wp_old_date','2022-09-30'),(5112,413,'_wp_old_date','2022-09-30'),(5113,471,'_wp_old_date','2022-09-30'),(5114,229,'_wp_old_date','2022-09-30'),(5631,757,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5633,758,'_wp_page_template','elementor_header_footer'),(5634,758,'_elementor_edit_mode','builder'),(5635,758,'_elementor_template_type','wp-page'),(5636,758,'_elementor_version','3.23.4'),(5637,758,'_elementor_pro_version','3.23.3'),(5638,758,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(5649,759,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5437,11,'_oembed_time_38c0a109d8c9798dd8dde03b6a9e01ce','1712592747'),(5165,554,'ekit_post_views_count','3'),(5436,11,'_oembed_38c0a109d8c9798dd8dde03b6a9e01ce','<iframe title=\"Porque elegir a Edner Granados como Conferencista\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/VR9VReN6VZE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),(5227,625,'ekit_post_views_count','1'),(381,96,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1.jpg'),(382,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:56:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1.jpg\";s:8:\"filesize\";i:634619;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30444;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14203;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73580;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24928;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160976;}}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:{}}}'),(383,97,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg'),(384,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\";s:8:\"filesize\";i:512529;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16563;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3425;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50628;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12090;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6008;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69657;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0005-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119195;}}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:{}}}'),(385,98,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg'),(386,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\";s:8:\"filesize\";i:523033;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16353;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3329;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50985;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12005;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70370;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0006-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120991;}}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:{}}}'),(387,99,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg'),(388,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\";s:8:\"filesize\";i:522102;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16221;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3457;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50613;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12010;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70867;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0008-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121221;}}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:{}}}'),(389,100,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg'),(390,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\";s:8:\"filesize\";i:525858;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15771;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3256;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50899;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11904;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5544;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0009-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121293;}}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:{}}}'),(391,101,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg'),(392,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\";s:8:\"filesize\";i:350649;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10122;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2139;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33162;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7759;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45953;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45953;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0010-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78258;}}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:{}}}'),(393,102,'_wp_attached_file','2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg'),(394,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:1654;s:4:\"file\";s:54:\"2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\";s:8:\"filesize\";i:532313;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15815;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3218;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52427;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12243;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72300;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"2018-SINTESIS-CURRICULAR_pages-to-jpg-0007-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125333;}}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:{}}}'),(407,11,'_oembed_85d287a17a1193a1e8f6b3a426c95e8e','<iframe title=\"Trayectoria Edner Granados\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/S71-ubjO-V4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(408,11,'_oembed_time_85d287a17a1193a1e8f6b3a426c95e8e','1663797454'),(3016,265,'_thumbnail_id','444'),(3926,613,'ast-featured-img','disabled'),(3927,613,'site-content-layout','page-builder'),(3928,613,'site-sidebar-layout','no-sidebar'),(3929,613,'ekit_post_views_count','3'),(3012,263,'_thumbnail_id','427'),(3013,264,'_thumbnail_id','420'),(3014,428,'_wp_attached_file','2022/09/CONFERENCIA-GM.jpg'),(3015,428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:26:\"2022/09/CONFERENCIA-GM.jpg\";s:8:\"filesize\";i:64635;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"CONFERENCIA-GM-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"CONFERENCIA-GM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6406;}}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:{}}}'),(5653,760,'_wp_page_template','elementor_header_footer'),(5654,760,'_elementor_edit_mode','builder'),(5655,760,'_elementor_template_type','wp-page'),(5656,760,'_elementor_version','3.23.4'),(5657,760,'_elementor_pro_version','3.23.3'),(5658,760,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(5680,11,'_elementor_controls_usage','a:15:{s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:5;s:10:\"image_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:2;s:5:\"align\";i:4;s:19:\"image_border_radius\";i:4;s:5:\"space\";i:1;s:6:\"height\";i:1;s:10:\"object-fit\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:17;s:16:\"content_position\";i:4;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:2;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:23:\"background_overlay_ypos\";i:1;s:22:\"css_filters_css_filter\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:16:\"animation_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:18;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:3;s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:17:\"elementskit-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:32:\"ekit_video_popup_content_section\";a:2:{s:29:\"ekit_video_popup_button_title\";i:1;s:20:\"ekit_video_popup_url\";i:1;}}s:5:\"style\";a:1:{s:30:\"ekit_video_popup_section_style\";a:4:{s:26:\"ekit_video_popup_icon_size\";i:1;s:32:\"ekit_video_popup_btn_line_height\";i:1;s:31:\"ekit_video_popup_btn_glow_color\";i:1;s:40:\"ekit_video_popup_btn_bg_color_background\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:5:{s:8:\"position\";i:2;s:15:\"position_mobile\";i:1;s:10:\"text_align\";i:1;s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;}s:21:\"section_style_content\";a:12:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:34:\"description_typography_line_height\";i:2;s:28:\"title_typography_line_height\";i:1;}s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:21:\"_element_width_tablet\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:21:\"_element_width_tablet\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}s:14:\"section_layout\";a:6:{s:3:\"gap\";i:10;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:6:\"_title\";i:5;s:15:\"column_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:3:{s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:11;}s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:6;s:7:\"padding\";i:6;s:7:\"z_index\";i:6;s:11:\"_element_id\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}s:21:\"section_shape_divider\";a:4:{s:27:\"shape_divider_bottom_height\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;s:34:\"shape_divider_bottom_above_content\";i:1;s:20:\"shape_divider_bottom\";i:1;}}}}s:19:\"elementskit-heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:3;s:22:\"ekit_heading_title_tag\";i:3;}s:29:\"ekit_heading_section_subtitle\";a:4:{s:27:\"ekit_heading_sub_title_show\";i:3;s:22:\"ekit_heading_sub_title\";i:3;s:31:\"ekit_heading_sub_title_position\";i:3;s:26:\"ekit_heading_sub_title_tag\";i:3;}s:32:\"ekit_heading_section_extra_title\";a:2:{s:37:\"ekit_heading_section_extra_title_show\";i:3;s:24:\"ekit_heading_extra_title\";i:3;}s:19:\"shadow_text_section\";a:1:{s:19:\"shadow_text_content\";i:3;}s:30:\"ekit_heading_section_seperator\";a:2:{s:27:\"ekit_heading_show_seperator\";i:3;s:28:\"ekit_heading_seperator_image\";i:3;}}s:5:\"style\";a:4:{s:32:\"ekit_heading_section_title_style\";a:6:{s:25:\"ekit_heading_title_margin\";i:1;s:40:\"ekit_heading_title_typography_typography\";i:2;s:41:\"ekit_heading_title_typography_font_family\";i:2;s:39:\"ekit_heading_title_typography_font_size\";i:2;s:41:\"ekit_heading_title_typography_font_weight\";i:2;s:24:\"ekit_heading_title_color\";i:1;}s:36:\"ekit_heading_section_sub_title_style\";a:3:{s:28:\"ekit_heading_sub_title_color\";i:2;s:44:\"ekit_heading_sub_title_typography_typography\";i:3;s:43:\"ekit_heading_sub_title_typography_font_size\";i:3;}s:38:\"ekit_heading_section_extra_title_style\";a:3:{s:46:\"ekit_heading_extra_title_typography_typography\";i:1;s:45:\"ekit_heading_extra_title_typography_font_size\";i:1;s:31:\"ekit_heading_extra_title_margin\";i:1;}s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:5:\"title\";i:3;s:6:\"prefix\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:5:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;s:29:\"typography_number_font_family\";i:3;s:27:\"typography_number_font_size\";i:3;s:29:\"typography_number_font_weight\";i:3;}s:13:\"section_title\";a:4:{s:27:\"typography_title_typography\";i:3;s:28:\"typography_title_font_family\";i:3;s:26:\"typography_title_font_size\";i:3;s:28:\"typography_title_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:14:\"gallery_layout\";i:1;s:3:\"gap\";i:1;s:20:\"thumbnail_image_size\";i:1;s:7:\"columns\";i:1;}s:26:\"section_filter_bar_content\";a:1:{s:24:\"show_all_galleries_label\";i:1;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:1;}}s:5:\"style\";a:1:{s:11:\"image_style\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:3:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:11:\"show_labels\";i:1;}s:13:\"section_email\";a:3:{s:8:\"email_to\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}s:15:\"section_email_2\";a:3:{s:10:\"email_to_2\";i:1;s:12:\"email_from_2\";i:1;s:16:\"email_reply_to_2\";i:1;}s:20:\"section_form_options\";a:4:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;s:14:\"server_message\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_button_style\";a:1:{s:12:\"button_align\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}'),(5660,760,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(3017,429,'_wp_attached_file','2022/09/IMG_4805.jpg'),(3018,429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2022/09/IMG_4805.jpg\";s:8:\"filesize\";i:70549;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4805-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26319;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4805-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4805-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68260;}}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:10:\"1416134198\";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:{}}}'),(3019,266,'_thumbnail_id','429'),(3779,480,'ekit_post_views_count','105'),(3780,481,'ekit_post_views_count','176'),(4516,702,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4517,702,'_thumbnail_id','472'),(3813,469,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(3304,467,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(3305,467,'_elementor_edit_mode','builder'),(3306,467,'_elementor_template_type','jet-listing-items'),(3307,467,'_elementor_version','3.7.7'),(3308,467,'_elementor_pro_version','3.6.4'),(3309,467,'_wp_page_template','default'),(3310,467,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"2b62a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8c73b8c\"}],\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0248dd4\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3230,295,'_elementor_screenshot_failed','2022-09-29 17:12:21'),(3231,457,'_wp_attached_file','2022/09/Miniatura-de-Video-de-Presentacion.png'),(3232,457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:46:\"2022/09/Miniatura-de-Video-de-Presentacion.png\";s:8:\"filesize\";i:801168;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Miniatura-de-Video-de-Presentacion-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Miniatura-de-Video-de-Presentacion-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Miniatura-de-Video-de-Presentacion-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590030;}}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:{}}}'),(3233,458,'_wp_page_template','default'),(3234,458,'_elementor_edit_mode','builder'),(3235,458,'_elementor_template_type','wp-page'),(3236,458,'_elementor_version','3.7.7'),(3237,458,'_elementor_pro_version','3.6.4'),(3238,458,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"initial\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3622,551,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3623,552,'_wp_attached_file','2022/09/placeholder-31.png'),(3624,552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-31.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-31-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-31-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-31-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3625,552,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3626,553,'_wp_attached_file','2022/09/placeholder-32.png'),(3627,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-32.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-32-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-32-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-32-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3628,553,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3629,554,'_wp_attached_file','2022/09/placeholder-33.png'),(3630,554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-33.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-33-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-33-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-33-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3631,554,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3632,555,'_wp_attached_file','2022/09/placeholder-34.png'),(3633,555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-34.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-34-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-34-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-34-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-34-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3634,555,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3635,556,'_wp_attached_file','2022/09/placeholder-35.png'),(3636,556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-35.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-35-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-35-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-35-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-35-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3637,556,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3638,557,'_wp_attached_file','2022/09/placeholder-36.png'),(3639,557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-36.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-36-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-36-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-36-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3640,557,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3641,558,'_wp_attached_file','2022/09/placeholder-37.png'),(3642,558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-37.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-37-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-37-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-37-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3643,558,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3644,559,'_wp_attached_file','2022/09/placeholder-38.png'),(3645,559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-38.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-38-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-38-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-38-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3646,559,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3647,560,'_wp_attached_file','2022/09/placeholder-39.png'),(3648,560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-39.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-39-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-39-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-39-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3649,560,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3650,561,'_wp_attached_file','2022/09/placeholder-40.png'),(3651,561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-40.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-40-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-40-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-40-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3652,561,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3653,562,'_wp_attached_file','2022/09/placeholder-41.png'),(3654,562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-41.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-41-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-41-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-41-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3655,562,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3656,563,'_wp_attached_file','2022/09/placeholder-42.png'),(3657,563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-42.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-42-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-42-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-42-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3658,563,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3659,564,'_wp_attached_file','2022/09/placeholder-43.png'),(3660,564,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-43.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-43-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-43-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-43-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-43-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3661,564,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3662,565,'_wp_attached_file','2022/09/placeholder-44.png'),(3663,565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-44.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-44-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-44-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-44-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3664,565,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3665,566,'_wp_attached_file','2022/09/placeholder-45.png'),(3666,566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-45.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-45-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-45-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-45-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-45-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3667,566,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3668,567,'_wp_attached_file','2022/09/placeholder-46.png'),(3669,567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-46.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-46-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-46-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-46-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3670,567,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3671,568,'_wp_attached_file','2022/09/placeholder-47.png'),(3672,568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-47.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-47-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-47-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-47-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-47-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3673,568,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3674,569,'_wp_attached_file','2022/09/placeholder-48.png'),(3675,569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-48.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-48-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-48-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-48-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-48-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3676,569,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3695,573,'_wp_attached_file','2022/09/hero-team.jpg'),(3696,573,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:21:\"2022/09/hero-team.jpg\";s:8:\"filesize\";i:95321;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-team-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8721;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-team-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-team-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32585;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"hero-team-1536x528.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89830;}}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:{}}}'),(3697,573,'_elementor_source_image_hash','4e33183e22be401372d8b6809a32fc234a2d3d81'),(3698,574,'_wp_attached_file','2022/09/ceo-sect.jpg'),(3699,574,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:510;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2022/09/ceo-sect.jpg\";s:8:\"filesize\";i:34226;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"ceo-sect-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"ceo-sect-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5279;}s:24:\"elementor_custom_510x600\";a:4:{s:4:\"file\";s:72:\"elementor/thumbs/ceo-sect-pvhqkfv2e89oml6zdhl0ipyqi9umy212kk9wxb0yyo.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:600;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:{}}}'),(3700,574,'_elementor_source_image_hash','68606172d838174f6c03bd64115122c5363ea1bd'),(3701,476,'ekit_post_views_count','137'),(3702,575,'_wp_attached_file','2022/09/placeholder-49.png'),(3703,575,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-49.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-49-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-49-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-49-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-49-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3704,575,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3705,576,'_wp_attached_file','2022/09/placeholder-50.png'),(3706,576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-50.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-50-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-50-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-50-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-50-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3707,576,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3708,577,'_wp_attached_file','2022/09/placeholder-51.png'),(3709,577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-51.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-51-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-51-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-51-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3710,577,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3711,578,'_wp_attached_file','2022/09/placeholder-52.png'),(3712,578,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-52.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-52-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-52-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-52-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3713,578,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3714,579,'_wp_attached_file','2022/09/placeholder-53.png'),(3715,579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-53.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-53-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-53-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-53-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3716,579,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3717,580,'_wp_attached_file','2022/09/placeholder-54.png'),(3718,580,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-54.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-54-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-54-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-54-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-54-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3719,580,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3720,581,'_wp_attached_file','2022/09/placeholder-55.png'),(3721,581,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-55.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-55-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-55-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-55-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-55-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3722,581,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3723,582,'_wp_attached_file','2022/09/placeholder-56.png'),(3724,582,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-56.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-56-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-56-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-56-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-56-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3725,582,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3726,583,'_wp_attached_file','2022/09/placeholder-57.png'),(3727,583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-57.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-57-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-57-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-57-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3728,583,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3729,584,'_wp_attached_file','2022/09/placeholder-58.png'),(3730,584,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-58.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-58-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-58-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-58-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-58-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3731,584,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3732,585,'_wp_attached_file','2022/09/placeholder-59.png'),(3733,585,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-59.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-59-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-59-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-59-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-59-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3734,585,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3735,586,'_wp_attached_file','2022/09/placeholder-60.png'),(3736,586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-60.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-60-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-60-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-60-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-60-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3737,586,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3738,587,'_wp_attached_file','2022/09/placeholder-61.png'),(3739,587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-61.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-61-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-61-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-61-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3740,587,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3741,588,'_wp_attached_file','2022/09/placeholder-62.png'),(3742,588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-62.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-62-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-62-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-62-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-62-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3743,588,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3744,589,'_wp_attached_file','2022/09/placeholder-63.png'),(3745,589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-63.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-63-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-63-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-63-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-63-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3746,589,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3747,590,'_wp_attached_file','2022/09/placeholder-64.png'),(3748,590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-64.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-64-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-64-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-64-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-64-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3749,590,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3750,591,'_wp_attached_file','2022/09/placeholder-65.png'),(3751,591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-65.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-65-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-65-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-65-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-65-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3752,591,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3753,592,'_wp_attached_file','2022/09/placeholder-66.png'),(3754,592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-66.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-66-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-66-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-66-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-66-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3755,592,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3756,593,'_wp_attached_file','2022/09/placeholder-67.png'),(3757,593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-67.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-67-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-67-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-67-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-67-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3758,593,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3759,594,'_wp_attached_file','2022/09/placeholder-68.png'),(3760,594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-68.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-68-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-68-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-68-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-68-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3761,594,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3762,595,'_wp_attached_file','2022/09/placeholder-69.png'),(3763,595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-69.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-69-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-69-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-69-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-69-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3764,595,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(720,11,'_oembed_cbb9cb690a5ef31511e1e7cd5377fe1e','<iframe title=\"Porque elegir a Edner Granados como Conferencista\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/VR9VReN6VZE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(721,11,'_oembed_time_cbb9cb690a5ef31511e1e7cd5377fe1e','1663799783'),(4667,723,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4668,723,'_thumbnail_id','722'),(4669,723,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:2:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:2;s:33:\"background_overlay_gradient_angle\";i:1;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:21:\"section_shape_divider\";a:3:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:26:\"shape_divider_bottom_color\";i:1;}s:25:\"element_pack_agbg_section\";a:1:{s:28:\"element_pack_agbg_color_list\";i:3;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}s:32:\"element_pack_tile_scroll_section\";a:1:{s:33:\"element_pack_tile_scroll_elements\";i:3;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:6:{s:6:\"number\";i:1;s:14:\"columns_mobile\";i:1;s:14:\"excerpt_length\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"more_text\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_box_style\";a:3:{s:6:\"box_bg\";i:1;s:32:\"inner_box_shadow_box_shadow_type\";i:1;s:27:\"inner_box_shadow_box_shadow\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:18:\"section_meta_style\";a:4:{s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:30:\"meta_typography_text_transform\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:14:\"section_layout\";a:9:{s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_meta_separator\";i:1;s:20:\"cards_read_more_text\";i:1;s:15:\"classic_columns\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_thumbnail\";i:1;s:19:\"classic_image_width\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;}s:18:\"section_pagination\";a:4:{s:21:\"pagination_prev_label\";i:1;s:4:\"text\";i:1;s:33:\"load_more_no_posts_custom_message\";i:1;s:15:\"pagination_type\";i:1;}s:13:\"section_query\";a:2:{s:13:\"posts_orderby\";i:1;s:11:\"posts_order\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:5:\"style\";a:4:{s:29:\"classic_section_design_layout\";a:2:{s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:25:\"classic_img_border_radius\";i:1;s:21:\"classic_image_spacing\";i:1;}s:30:\"classic_section_design_content\";a:20:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:25:\"classic_read_more_spacing\";i:1;s:19:\"classic_title_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:35:\"classic_meta_typography_font_weight\";i:1;s:38:\"classic_meta_typography_text_transform\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_font_weight\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:44:\"classic_read_more_typography_text_decoration\";i:1;}s:26:\"classic_section_design_box\";a:5:{s:23:\"classic_content_padding\";i:1;s:25:\"classic_box_border_radius\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;s:20:\"classic_box_bg_color\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:10:\"bdt-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"section_search_layout\";a:1:{s:12:\"search_query\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_layout_style\";a:1:{s:27:\"search_container_background\";i:1;}s:20:\"section_search_style\";a:3:{s:23:\"input_placeholder_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}}}}s:13:\"share-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:23:\"section_buttons_content\";a:3:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;s:9:\"alignment\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_buttons_style\";a:1:{s:11:\"button_size\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}}}}s:7:\"sidebar\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}s:38:\"section_element_pack_notation_controls\";a:1:{s:16:\"ep_notation_list\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:35:\"section_visibility_control_controls\";a:1:{s:21:\"ep_display_conditions\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(5589,753,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4714,222,'_elementor_controls_usage','a:8:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:2:{s:8:\"position\";i:2;s:26:\"content_vertical_alignment\";i:2;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:2;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:2;s:26:\"_background_video_fallback\";i:2;s:23:\"_background_hover_image\";i:2;s:32:\"_background_hover_video_fallback\";i:2;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:12:\"border_color\";i:1;}s:13:\"section_style\";a:4:{s:16:\"background_image\";i:5;s:25:\"background_video_fallback\";i:5;s:22:\"background_hover_image\";i:5;s:31:\"background_hover_video_fallback\";i:5;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:5;s:33:\"background_overlay_video_fallback\";i:5;s:30:\"background_overlay_hover_image\";i:5;s:39:\"background_overlay_hover_video_fallback\";i:5;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:11:\"search-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:6:{s:4:\"skin\";i:1;s:11:\"placeholder\";i:1;s:11:\"button_text\";i:1;s:4:\"size\";i:1;s:12:\"toggle_align\";i:1;s:11:\"toggle_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:10:{s:17:\"icon_size_minimal\";i:1;s:24:\"overlay_background_color\";i:1;s:22:\"input_background_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:16:\"input_text_color\";i:1;}s:20:\"section_toggle_style\";a:5:{s:16:\"toggle_icon_size\";i:1;s:23:\"toggle_background_color\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:20:\"toggle_border_radius\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:7:\"_margin\";i:1;s:8:\"_z_index\";i:1;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:14:\"_border_radius\";i:1;s:13:\"_border_color\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_color\";i:1;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:2;s:33:\"background_overlay_video_fallback\";i:2;s:30:\"background_overlay_hover_image\";i:2;s:39:\"background_overlay_hover_video_fallback\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:25:\"background_video_fallback\";i:2;s:22:\"background_hover_image\";i:2;s:31:\"background_hover_video_fallback\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:7:\"z_index\";i:2;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:11:\"align_items\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:27:\"menu_typography_line_height\";i:1;s:15:\"color_menu_item\";i:1;s:22:\"color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:16:{s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:21:\"dropdown_top_distance\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:19:\"color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_family\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}s:12:\"style_toggle\";a:3:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"text_padding\";i:1;s:25:\"background_video_fallback\";i:1;s:38:\"button_background_hover_video_fallback\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:1;s:26:\"_background_video_fallback\";i:1;s:23:\"_background_hover_image\";i:1;s:32:\"_background_hover_video_fallback\";i:1;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:1;}}}}}'),(4620,717,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4623,718,'_elementor_edit_mode','builder'),(4624,718,'_elementor_template_type','footer'),(4625,718,'_elementor_version','3.7.7'),(4626,718,'_elementor_pro_version','3.7.7'),(4627,718,'_wp_page_template','default'),(4628,718,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4629,718,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1040},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.846,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f472f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.011,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(4631,718,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4634,719,'_elementor_edit_mode','builder'),(4635,719,'_elementor_template_type','footer'),(4636,719,'_elementor_version','3.7.7'),(4637,719,'_elementor_pro_version','3.7.7'),(4638,719,'_wp_page_template','default'),(4639,719,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4640,719,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.846,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f472f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.011,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(4642,719,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4646,720,'_elementor_edit_mode','builder'),(4647,720,'_elementor_template_type','footer'),(4648,720,'_elementor_version','3.7.7'),(4649,720,'_elementor_pro_version','3.7.7'),(4650,720,'_wp_page_template','default'),(4651,720,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4652,720,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.846,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f472f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.011,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(4656,613,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_width\";i:1;s:13:\"_border_color\";i:1;s:19:\"_border_hover_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:15:\"section_effects\";a:1:{s:15:\"animation_delay\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}'),(4600,713,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:6:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:4;s:23:\"_element_vertical_align\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:4;}s:19:\"_section_background\";a:4:{s:17:\"_background_image\";i:4;s:26:\"_background_video_fallback\";i:4;s:23:\"_background_hover_image\";i:4;s:32:\"_background_hover_video_fallback\";i:4;}s:29:\"ep_section_background_overlay\";a:4:{s:27:\"ep_background_overlay_image\";i:4;s:36:\"ep_background_overlay_video_fallback\";i:4;s:33:\"ep_background_overlay_hover_image\";i:4;s:42:\"ep_background_overlay_hover_video_fallback\";i:4;}s:16:\"_section_masking\";a:1:{s:11:\"_mask_image\";i:4;}s:15:\"_section_border\";a:6:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:20:\"_border_hover_border\";i:1;s:19:\"_border_hover_width\";i:1;s:13:\"_border_color\";i:1;s:19:\"_border_hover_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:16:\"background_image\";i:2;s:25:\"background_video_fallback\";i:2;s:22:\"background_hover_image\";i:2;s:31:\"background_hover_video_fallback\";i:2;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:2;s:33:\"background_overlay_video_fallback\";i:2;s:30:\"background_overlay_hover_image\";i:2;s:39:\"background_overlay_hover_video_fallback\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;s:25:\"background_video_fallback\";i:1;s:22:\"background_hover_image\";i:1;s:31:\"background_hover_video_fallback\";i:1;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_image\";i:1;s:33:\"background_overlay_video_fallback\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:39:\"background_overlay_hover_video_fallback\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}}'),(4665,723,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4664,723,'_elementor_pro_version','3.7.7'),(4663,723,'_elementor_version','3.7.7'),(4661,723,'_wp_page_template','default'),(4662,723,'_elementor_template_type','wp-page'),(4654,720,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4658,722,'_wp_attached_file','2022/09/FOTO-BLOG-scaled.jpg'),(4659,722,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:28:\"2022/09/FOTO-BLOG-scaled.jpg\";s:8:\"filesize\";i:640391;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"FOTO-BLOG-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34751;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"FOTO-BLOG-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FOTO-BLOG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"FOTO-BLOG-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98396;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"FOTO-BLOG-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:280712;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"FOTO-BLOG-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:446696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1583582042\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"FOTO-BLOG.jpg\";}'),(4660,723,'_elementor_edit_mode','builder'),(4612,717,'_elementor_edit_mode','builder'),(4613,717,'_elementor_template_type','footer'),(4614,717,'_elementor_version','3.7.7'),(4615,717,'_elementor_pro_version','3.7.7'),(4616,717,'_wp_page_template','default'),(4617,717,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4618,717,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1040},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f472f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(4592,715,'_elementor_edit_mode','builder'),(4593,715,'_elementor_template_type','section'),(4594,715,'_elementor_version','3.7.7'),(4595,715,'_elementor_pro_version','3.7.7'),(4596,715,'_wp_page_template','default'),(4597,715,'_elementor_page_settings','a:13:{s:20:\"ep_grid_line_columns\";s:0:\"\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"element_pack_navigation_bg_color_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:47:\"element_pack_navigation_bg_color_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:50:\"element_pack_navigation_bg_color_slideshow_gallery\";a:0:{}s:44:\"element_pack_navigation_hover_bg_color_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:53:\"element_pack_navigation_hover_bg_color_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:56:\"element_pack_navigation_hover_bg_color_slideshow_gallery\";a:0:{}s:44:\"element_pack_global_tooltip_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:53:\"element_pack_global_tooltip_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:56:\"element_pack_global_tooltip_background_slideshow_gallery\";a:0:{}}'),(4598,715,'_elementor_data','[{\"id\":\"294d98d7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"element_pack_agbg_color_list\":[{\"_id\":\"26b9aed\",\"start_color\":\"\",\"end_color\":\"\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"6ae84d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"fc1d196\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"1fba311\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b63f04a\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"4cec67c\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"299a4fa\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2264807\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]}],\"ep_display_conditions\":[{\"_id\":\"8a9190e\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"ep_scroll_box_thumb_color_image\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_thumb_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_thumb_color_slideshow_gallery\":[],\"ep_scroll_box_track_color_image\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_track_color_slideshow_gallery\":[]},\"elements\":[{\"id\":\"499982b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.566,\"jedv_conditions\":[{\"_id\":\"0dc13e1\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b1d3d09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"jedv_conditions\":[{\"_id\":\"c52f649\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0da6d57\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"6d19794\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"d918c17\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%C2%A9%20%22%2C%22after%22%3A%22%20Essdras%20M%20Suarez%22%7D\\\"]\"},\"element_pack_cursor_effects_image_src\":{\"id\":708,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-113.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1775e568\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"426d8da6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.39,\"jedv_conditions\":[{\"_id\":\"0dc13e1\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3696b9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRIVACY POLICY\",\"link\":{\"url\":\"https:\\/\\/essdras.com\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"a4e4380\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"aca311a\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5f2b2aa\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=3a50655\"},\"element_pack_cursor_effects_image_src\":{\"id\":711,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-115.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f931a09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms and conditions\",\"link\":{\"url\":\"https:\\/\\/essdras.com\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"a4e4380\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"aca311a\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5f2b2aa\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=3a50655\"},\"element_pack_cursor_effects_image_src\":{\"id\":712,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-116.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(4525,703,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4526,703,'_thumbnail_id','472'),(4534,704,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4535,704,'_thumbnail_id','472'),(4544,705,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4545,705,'_thumbnail_id','472'),(4553,706,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4554,706,'_thumbnail_id','472'),(4562,707,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4563,707,'_thumbnail_id','472'),(4678,724,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4679,724,'_thumbnail_id','722'),(4688,725,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4689,725,'_thumbnail_id','722'),(4698,726,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4699,726,'_thumbnail_id','722'),(4546,706,'_wp_page_template','default'),(4547,706,'_elementor_edit_mode','builder'),(4548,706,'_elementor_template_type','wp-page'),(4549,706,'_elementor_version','3.7.7'),(4550,706,'_elementor_pro_version','3.7.7'),(4551,706,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4555,707,'_wp_page_template','default'),(4556,707,'_elementor_edit_mode','builder'),(4557,707,'_elementor_template_type','wp-page'),(4527,704,'_wp_page_template','default'),(4528,704,'_elementor_edit_mode','builder'),(4529,704,'_elementor_template_type','wp-page'),(4530,704,'_elementor_version','3.7.7'),(4531,704,'_elementor_pro_version','3.7.7'),(4532,704,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4537,705,'_wp_page_template','default'),(4538,705,'_elementor_edit_mode','builder'),(4539,705,'_elementor_template_type','wp-page'),(4540,705,'_elementor_version','3.7.7'),(4541,705,'_elementor_pro_version','3.7.7'),(4542,705,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4518,703,'_wp_page_template','default'),(4519,703,'_elementor_edit_mode','builder'),(4520,703,'_elementor_template_type','wp-page'),(4521,703,'_elementor_version','3.7.7'),(4522,703,'_elementor_pro_version','3.7.7'),(4523,703,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(5678,762,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5669,761,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5666,761,'_elementor_pro_version','3.23.3'),(5665,761,'_elementor_version','3.23.4'),(5664,761,'_elementor_template_type','wp-page'),(5663,761,'_elementor_edit_mode','builder'),(5662,761,'_wp_page_template','elementor_header_footer'),(4333,675,'_elementor_conditions','a:1:{i:0;s:15:\"include/archive\";}'),(4334,686,'_listing_data','a:3:{s:6:\"source\";s:5:\"posts\";s:9:\"post_type\";s:4:\"post\";s:3:\"tax\";s:8:\"category\";}'),(4335,686,'_listing_type','elementor'),(4336,686,'_elementor_page_settings','a:6:{s:14:\"listing_source\";s:5:\"posts\";s:17:\"listing_post_type\";s:4:\"post\";s:11:\"listing_tax\";s:8:\"category\";s:15:\"repeater_source\";s:10:\"jet_engine\";s:14:\"repeater_field\";s:0:\"\";s:15:\"repeater_option\";s:0:\"\";}'),(4337,686,'_elementor_edit_mode','builder'),(4338,686,'_elementor_template_type','jet-listing-items'),(4339,686,'_elementor_version','3.7.7'),(4340,686,'_elementor_pro_version','3.7.7'),(4341,686,'_astra_content_layout_flag','disabled'),(4342,686,'site-post-title','disabled'),(4343,686,'ast-title-bar-display','disabled'),(4344,686,'ast-featured-img','disabled'),(4345,686,'site-content-layout','page-builder'),(4346,686,'site-sidebar-layout','no-sidebar'),(4347,686,'ekit_post_views_count','1'),(4348,686,'_edit_lock','1664489260:4'),(4316,684,'_elementor_edit_mode','builder'),(4317,684,'_elementor_template_type','archive'),(4318,684,'_elementor_version','3.7.7'),(4319,684,'_elementor_pro_version','3.7.7'),(4320,684,'_wp_page_template','default'),(4321,684,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4322,684,'_elementor_data','[{\"id\":\"2084f9a1\",\"elType\":\"section\",\"settings\":{\"custom_height_tablet\":{\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#eeeeee\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"23c2799\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"242125f\"}],\"jedv_conditions\":[{\"_id\":\"275c0c4\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"0a1c421\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b6b6153\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"188d3b4\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"c69838d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"9143309\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"9ca5399\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7bd44a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"ff978bb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47cd0934\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"jedv_conditions\":[{\"_id\":\"e40793a\"}],\"element_pack_cursor_effects_image_src\":{\"id\":682,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-111.png\"},\"ep_notation_list\":[{\"_id\":\"c7913e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"4ed3fad\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-archive-title\"},{\"id\":\"38f4d875\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_image_width_tablet\":{\"unit\":\"%\",\"size\":100},\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"Read More \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_classic_title_color\":\"#000000\",\"archive_classic_excerpt_color\":\"#000000\",\"archive_classic_read_more_color\":\"#00ce1b\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#00ce1b\",\"pagination_active_color\":\"#00ce1b\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"9c8c142\"}],\"element_pack_cursor_effects_image_src\":{\"id\":683,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-112.png\"},\"ep_notation_list\":[{\"_id\":\"349629c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"12742f7\"}],\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"text\":\"Cargar m\\u00e1s\",\"load_more_no_posts_custom_message\":\"No hay m\\u00e1s entradas que mostrar\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(4324,685,'_elementor_edit_mode','builder'),(4325,685,'_elementor_template_type','archive'),(4326,685,'_elementor_version','3.7.7'),(4327,685,'_elementor_pro_version','3.7.7'),(4328,685,'_wp_page_template','default'),(4329,685,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4330,685,'_elementor_data','[{\"id\":\"2084f9a1\",\"elType\":\"section\",\"settings\":{\"custom_height_tablet\":{\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#eeeeee\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"23c2799\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"242125f\"}],\"jedv_conditions\":[{\"_id\":\"275c0c4\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"0a1c421\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b6b6153\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"188d3b4\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"c69838d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"9143309\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"9ca5399\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7bd44a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"ff978bb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47cd0934\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"jedv_conditions\":[{\"_id\":\"e40793a\"}],\"element_pack_cursor_effects_image_src\":{\"id\":682,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-111.png\"},\"ep_notation_list\":[{\"_id\":\"c7913e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"4ed3fad\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-archive-title\"},{\"id\":\"38f4d875\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_image_width_tablet\":{\"unit\":\"%\",\"size\":100},\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_classic_title_color\":\"#000000\",\"archive_classic_excerpt_color\":\"#000000\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#00ce1b\",\"pagination_active_color\":\"#00ce1b\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"9c8c142\"}],\"element_pack_cursor_effects_image_src\":{\"id\":683,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-112.png\"},\"ep_notation_list\":[{\"_id\":\"349629c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"12742f7\"}],\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"text\":\"Cargar m\\u00e1s\",\"load_more_no_posts_custom_message\":\"No hay m\\u00e1s entradas que mostrar\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"archive_classic_read_more_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(4332,675,'_elementor_controls_usage','a:4:{s:19:\"theme-archive-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"archive-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:35:\"archive_classic_thumbnail_size_size\";i:1;s:25:\"archive_classic_meta_data\";i:1;s:28:\"archive_cards_read_more_text\";i:1;}s:18:\"section_pagination\";a:2:{s:21:\"pagination_prev_label\";i:1;s:21:\"pagination_next_label\";i:1;}s:16:\"section_advanced\";a:1:{s:21:\"nothing_found_message\";i:1;}}s:5:\"style\";a:2:{s:38:\"archive_classic_section_design_content\";a:2:{s:27:\"archive_classic_title_color\";i:1;s:29:\"archive_classic_excerpt_color\";i:1;}s:24:\"section_pagination_style\";a:3:{s:16:\"pagination_color\";i:1;s:22:\"pagination_hover_color\";i:1;s:23:\"pagination_active_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}'),(4279,679,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4282,680,'_elementor_edit_mode','builder'),(4283,680,'_elementor_template_type','header'),(4284,680,'_elementor_version','3.7.7'),(4285,680,'_elementor_pro_version','3.6.4'),(4286,680,'_wp_page_template','default'),(4287,680,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"71357da\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"625fcc8\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"469ce6a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b7983d2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4733b76\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c5e4166\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"502385a\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8f4e263\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.417,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1ef9545\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1093487\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.583,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=secondary\"},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f7c489f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"53dd316\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c001dbb\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"d193b58\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"12e4a40\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"953994a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"67fc7fc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"e1c5f02\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f79d6ce\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a682cd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d04134\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b1763c8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d3dad43\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"285e189\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cfbc766\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d2001a6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(4289,680,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4290,680,'_elementor_screenshot_failed','2022-09-29 01:58:15'),(4292,680,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4301,681,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(4302,681,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4268,678,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4271,679,'_elementor_edit_mode','builder'),(4272,679,'_elementor_template_type','single-post'),(4273,679,'_elementor_version','3.7.7'),(4274,679,'_elementor_pro_version','3.7.7'),(4275,679,'_wp_page_template','default'),(4276,679,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4277,679,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"11320fe\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"bed52aa\"},{\"button\":\"twitter\",\"_id\":\"bfa72c2\"},{\"button\":\"linkedin\",\"_id\":\"45134c8\"},{\"_id\":\"b54146f\",\"button\":\"whatsapp\"},{\"_id\":\"520bb10\",\"button\":\"telegram\"}],\"view\":\"icon\",\"jedv_conditions\":[{\"_id\":\"b7b4189\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a8a83ab\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"65c6daf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4186,674,'_elementor_edit_mode','builder'),(4187,674,'_elementor_template_type','single-post'),(4188,674,'_elementor_version','3.7.7'),(4189,674,'_elementor_pro_version','3.7.7'),(4190,674,'_wp_page_template','default'),(4191,674,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}');
INSERT INTO `wp_72rj7f_postmeta` VALUES (4192,674,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4196,675,'_elementor_template_type','archive'),(4197,675,'_elementor_version','3.7.7'),(4198,675,'_elementor_pro_version','3.7.7'),(4199,675,'_astra_content_layout_flag','disabled'),(4200,675,'site-post-title','disabled'),(4201,675,'ast-title-bar-display','disabled'),(4202,675,'ast-featured-img','disabled'),(4203,675,'site-content-layout','page-builder'),(4204,675,'site-sidebar-layout','no-sidebar'),(4205,675,'_edit_lock','1664487828:4'),(4206,675,'ekit_post_views_count','2'),(4246,676,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4281,219,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4178,673,'_elementor_edit_mode','builder'),(4179,673,'_elementor_template_type','single-post'),(4180,673,'_elementor_version','3.7.7'),(4181,673,'_elementor_pro_version','3.7.7'),(4182,673,'_wp_page_template','default'),(4183,673,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4184,673,'_elementor_data','[{\"id\":\"4ce05d92\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"621\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle-pricing.jpg\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"45\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\",\"shape_divider_top_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Section: SIngle Post\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"b1ad8d6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"47cd2e8\"}],\"jedv_conditions\":[{\"_id\":\"87e226e\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3e6cf1f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"66c187b\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"6171bc7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"617026c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"b5b58f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc2835\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"433c3cbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"b258162\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"498120d3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h2\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=e0f239d\",\"title_color\":\"globals\\/colors?id=primary\"},\"_animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"bfbf5ac\"}],\"element_pack_cursor_effects_image_src\":{\"id\":622,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-70.png\"},\"ep_notation_list\":[{\"_id\":\"a71f34d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"00ffb83\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"36fc53db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"43e3c82\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"show_icon\":\"none\"},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"0ebaad1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"show_icon\":\"none\"}],\"icon_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=0275f6a\",\"text_color\":\"globals\\/colors?id=8b42c71\"},\"jedv_conditions\":[{\"_id\":\"3e363b3\"}],\"element_pack_cursor_effects_image_src\":{\"id\":623,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-71.png\"},\"ep_notation_list\":[{\"_id\":\"8e3a7f6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"16e8094\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"1af0a36e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1050\",\"height\":\"600\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"_animation\":\"zoomIn\",\"image\":{\"id\":624,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-72.png\"},\"jedv_conditions\":[{\"_id\":\"24895d7\"}],\"element_pack_cursor_effects_image_src\":{\"id\":625,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-73.png\"},\"ep_notation_list\":[{\"_id\":\"fdcfd79\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"35ec7fd\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"2eea4ff1\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"d2d6163\"}],\"element_pack_cursor_effects_image_src\":{\"id\":626,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-74.png\"},\"ep_notation_list\":[{\"_id\":\"e0c3ca0\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"1d06345\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"67660c4e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"16\",\"bottom\":\"24\",\"left\":\"16\",\"isLinked\":\"\"},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"dc8ca2a\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"17939ae\"}],\"jedv_conditions\":[{\"_id\":\"b0f1daf\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"46a88bc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"ddcea65\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"e28664f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b6d6971\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"175a3c8\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"b6f5862\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5b55ade6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"jedv_conditions\":[{\"_id\":\"91250ea\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"752e7d73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"d27ba11\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"post_tag\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=445242c\",\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"e6b38a3\"}],\"element_pack_cursor_effects_image_src\":{\"id\":627,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-75.png\"},\"ep_notation_list\":[{\"_id\":\"07e86bf\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e2ded47\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":\"1\"},{\"id\":\"6e5a0f24\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bb52cd2\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"78d35c5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Share this :\",\"header_size\":\"div\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=445242c\"},\"jedv_conditions\":[{\"_id\":\"b8cd919\"}],\"element_pack_cursor_effects_image_src\":{\"id\":628,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-76.png\"},\"ep_notation_list\":[{\"_id\":\"a8cefb0\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"33ad104\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7857e1be\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"6c5ae00\"},{\"_id\":\"a81eded\",\"button\":\"whatsapp\"},{\"button\":\"twitter\",\"_id\":\"8149c17\"},{\"button\":\"linkedin\",\"_id\":\"44a49b5\"}],\"view\":\"icon\",\"skin\":\"flat\",\"button_size\":{\"unit\":\"px\",\"size\":\"0.5\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"color_source\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=ce87dbe\",\"secondary_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"e94338e\"}],\"element_pack_cursor_effects_image_src\":{\"id\":629,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-77.png\"},\"ep_notation_list\":[{\"_id\":\"1c2a358\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"305d298\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"55c8b985\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-232\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"332\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Related\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-250\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"300\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_ypos\":{\"unit\":\"px\",\"size\":\"140\",\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"d097113\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"9050ce2\"}],\"jedv_conditions\":[{\"_id\":\"e6dda14\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"f678290\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"41246ea\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"09d6c57\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"992c49a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"4bbd73b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"3a0b5fd\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f6aaaa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"564c4ce\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6e0e77f2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"640\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ed037a6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"4f0a7f3\"}],\"jedv_conditions\":[{\"_id\":\"4eda61d\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"9188b52\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"e3d22e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f488ab\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"6abccf4\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"7b215e7\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6badfef\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"11bc8a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"3bf838f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"72194df0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"header_size\":\"div\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=8b42c71\",\"typography_typography\":\"globals\\/typography?id=c3b55eb\"},\"jedv_conditions\":[{\"_id\":\"d38e28b\"}],\"element_pack_cursor_effects_image_src\":{\"id\":630,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-78.png\"},\"ep_notation_list\":[{\"_id\":\"e427cf8\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"9b8c695\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57ca405d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related articles\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=e0f239d\"},\"jedv_conditions\":[{\"_id\":\"648b743\"}],\"element_pack_cursor_effects_image_src\":{\"id\":631,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-79.png\"},\"ep_notation_list\":[{\"_id\":\"1b9e49c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"aaddd1a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44539446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet consectetur adipiscing elitsed eiusmod tempor incididunt dolore magna ali Scelerisque in dictum.\",\"header_size\":\"div\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"9309784\"}],\"element_pack_cursor_effects_image_src\":{\"id\":632,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-80.png\"},\"ep_notation_list\":[{\"_id\":\"a422793\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e14191a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3430acd9\",\"elType\":\"widget\",\"settings\":{\"classic_posts_per_page\":\"3\",\"classic_thumbnail_size_size\":\"medium_large\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":\"0.67\",\"sizes\":[]},\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"globals\\/typography?id=53c4015\",\"classic_meta_color\":\"globals\\/colors?id=8b42c71\",\"classic_meta_separator_color\":\"globals\\/colors?id=8b42c71\",\"classic_meta_typography_typography\":\"globals\\/typography?id=text\"},\"_animation\":\"fadeInUp\",\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"0.7\",\"sizes\":[]},\"classic_title_tag\":\"h4\",\"jedv_conditions\":[{\"_id\":\"04ab3c2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":633,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-81.png\"},\"ep_notation_list\":[{\"_id\":\"391176a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"1a81b84\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"346669da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Comments\",\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"897f076\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3f7c8ec\"}],\"jedv_conditions\":[{\"_id\":\"27d0a92\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"a07d257\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"396a757\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"bac3444\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"adbbca5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c9f9bdb\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"5f090c7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4a67d015\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"d78ee94\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7201eb91\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"640\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"69685ef\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"223c241\"}],\"jedv_conditions\":[{\"_id\":\"37432af\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"4e0e4cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"1f25d0c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"4473f62\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"6208ea7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"68e66e9\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"1af2ec2\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"15d83b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"4717617\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"440fd548\",\"elType\":\"widget\",\"settings\":{\"title\":\"comments\",\"header_size\":\"div\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=8b42c71\",\"typography_typography\":\"globals\\/typography?id=c3b55eb\"},\"jedv_conditions\":[{\"_id\":\"11806ad\"}],\"element_pack_cursor_effects_image_src\":{\"id\":634,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-82.png\"},\"ep_notation_list\":[{\"_id\":\"d9f40b1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"23e4b25\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbceb32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Post a comments\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=e0f239d\"},\"jedv_conditions\":[{\"_id\":\"0f61b16\"}],\"element_pack_cursor_effects_image_src\":{\"id\":635,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-83.png\"},\"ep_notation_list\":[{\"_id\":\"44db9ad\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"ae96efc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de9cba0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet consectetur adipiscing elitsed eiusmod tempor incididunt dolore magna ali Scelerisque in dictum.\",\"header_size\":\"div\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"edddf60\"}],\"element_pack_cursor_effects_image_src\":{\"id\":636,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-84.png\"},\"ep_notation_list\":[{\"_id\":\"aba987d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"51d2182\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"48160c82\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"theme_comments\",\"_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"1\"},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"75f3860\"}],\"element_pack_cursor_effects_image_src\":{\"id\":637,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-85.png\"},\"ep_notation_list\":[{\"_id\":\"9c0911e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"eee63c0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-comments\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"71d6de11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"640\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/psychologist-and-patients.jpg\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_ypos\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"8f8a664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7ab9088\"}],\"jedv_conditions\":[{\"_id\":\"c622fa6\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"6ac9dda\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"98e2fc6\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"d5fdc64\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"7429107\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"b960443\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"d841862\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"21263888\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"b631557\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"55251e3e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"dbf9fce\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"bff9f0c\"}],\"jedv_conditions\":[{\"_id\":\"53136e6\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"b761ceb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"d3b02e6\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3d0bacb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"7972212\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"174aaea\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"1fe21ce\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"522b6592\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"jedv_conditions\":[{\"_id\":\"06f48bd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"53179c97\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"227b9b2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":645,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-86.png\"},\"ep_notation_list\":[{\"_id\":\"0f0f6c7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"3876002\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"68e82e55\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"98ec615\"}],\"element_pack_cursor_effects_image_src\":{\"id\":646,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-87.png\"},\"ep_notation_list\":[{\"_id\":\"41fbcdc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"fdf1924\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6b7e1e3b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"27e9313\"}],\"element_pack_cursor_effects_image_src\":{\"id\":647,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-88.png\"},\"ep_notation_list\":[{\"_id\":\"4263e88\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"abe2a77\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5f89eca2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"jedv_conditions\":[{\"_id\":\"ce625f2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":648,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-89.png\"},\"ep_notation_list\":[{\"_id\":\"1da3941\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"a20770e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f3c3b50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life Coaching Exercises\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=93e10c0\"},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"80e91a7\"}],\"element_pack_cursor_effects_image_src\":{\"id\":649,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-90.png\"},\"ep_notation_list\":[{\"_id\":\"814d594\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"f8c3d9f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1521c71f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"globals\\/typography?id=text\"},\"jedv_conditions\":[{\"_id\":\"063e6cf\"}],\"element_pack_cursor_effects_image_src\":{\"id\":650,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-91.png\"},\"ep_notation_list\":[{\"_id\":\"159c51d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"401ecaa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14b98bf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"601f1ec\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"9b3dc3e\"}],\"jedv_conditions\":[{\"_id\":\"5102775\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"88d1628\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"45d3773\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"17b82bb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cedb493\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"871640b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a31207d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"12131615\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3864f1e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33ca10b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"641\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/a-man-talking-to-other-people-during-group-therapy-.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"file\",\"jedv_conditions\":[{\"_id\":\"cc62653\"}],\"element_pack_cursor_effects_image_src\":{\"id\":651,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-92.png\"},\"ep_notation_list\":[{\"_id\":\"4debe98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"8081bc0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c52441f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0ac6ed4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"1421c835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"642\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/supporti-group-joining-hands.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"link_to\":\"file\",\"jedv_conditions\":[{\"_id\":\"b224581\"}],\"element_pack_cursor_effects_image_src\":{\"id\":652,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-93.png\"},\"ep_notation_list\":[{\"_id\":\"a125905\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"0df8bc3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19e2fb77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"9d0be17\"}],\"element_pack_cursor_effects_image_src\":{\"id\":653,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-94.png\"},\"ep_notation_list\":[{\"_id\":\"3fb6f80\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"ece62a9\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7bf4f01a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"9bcf394\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"8f0ed11\"}],\"jedv_conditions\":[{\"_id\":\"23f0686\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"786c5ba\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"6ce9ee6\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"9289610\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"65772f3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"8d9a26f\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"9f9a10e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"443d3b01\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.571,\"content_position\":\"center\",\"align\":\"flex-start\",\"_inline_size_tablet\":40,\"jedv_conditions\":[{\"_id\":\"0625161\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"75e11f23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tags : \",\"align\":\"left\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"__globals__\":{\"text_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"f4bb5e4\"}],\"element_pack_cursor_effects_image_src\":{\"id\":654,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-95.png\"},\"ep_notation_list\":[{\"_id\":\"7d5c64c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"72b711f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4cd5d94d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.429,\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"flex-end\",\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"jedv_conditions\":[{\"_id\":\"9aeb9a5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4abffafb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Share This : \",\"align\":\"right\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text_color\":\"#7A7A7A\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"dad57f5\"}],\"element_pack_cursor_effects_image_src\":{\"id\":655,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-96.png\"},\"ep_notation_list\":[{\"_id\":\"86ff0eb\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"7b33424\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"285e4f8f\",\"elType\":\"widget\",\"settings\":{\"ekit_socialshare_add_icons\":[{\"ekit_socialshare_icon_hover_bg_color\":\"\",\"_id\":\"55182b1\",\"ekit_socialshare_icon_color\":\"#FFFFFF\",\"ekit_socialshare_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialshare_icon_bg_color\":\"\"}},{\"ekit_socialshare_icons\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"ekit_socialshare_icon_hover_bg_color\":\"\",\"ekit_socialshare_label_text\":\"twitter\",\"ekit_socialshare_icon_color\":\"#FFFFFF\",\"ekit_socialshare_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialshare_icon_bg_color\":\"\"},\"_id\":\"41a7dc5\"},{\"ekit_socialshare_icons\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"ekit_socialshare_icon_hover_bg_color\":\"\",\"ekit_socialshare_label_text\":\"linkedin\",\"ekit_socialshare_icon_color\":\"#FFFFFF\",\"ekit_socialshare_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialshare_icon_bg_color\":\"\"},\"_id\":\"6f905cb\"}],\"ekit_socialshare_list_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"ekit_socialshare_list_align\":\"right\",\"ekit_socialshare_list_align_mobile\":\"right\",\"ekit_socialshare_list_item_width_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_socialshare_list_item_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_socialshare_list_line_height_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_socialshare_list_icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":65},\"ekit_socialshare_list_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"94a8ced\"}],\"element_pack_cursor_effects_image_src\":{\"id\":656,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-97.png\"},\"ep_notation_list\":[{\"_id\":\"9c295ee\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"a3e81be\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-social-share\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67577d52\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#EFEFEF\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"\"},\"jedv_conditions\":[{\"_id\":\"1149cc0\"}],\"element_pack_cursor_effects_image_src\":{\"id\":657,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-98.png\"},\"ep_notation_list\":[{\"_id\":\"1154dd3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e28533c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6a53d324\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0e6a783\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"9a88359\"}],\"jedv_conditions\":[{\"_id\":\"6e8cdbf\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"fee6c61\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4733b9a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"92acfa5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"3f4447d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"98f34a6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"885f685\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"55e8827\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"5ec72eb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"228f7398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"643\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/Team-TMCLRK6.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"#EFEFEF\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7e6f3b5\"}],\"element_pack_cursor_effects_image_src\":{\"id\":658,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-99.png\"},\"ep_notation_list\":[{\"_id\":\"fd45636\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"a09e8e4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41507213\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Author\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"__globals__\":{\"text_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"75e15c5\"}],\"element_pack_cursor_effects_image_src\":{\"id\":659,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-100.png\"},\"ep_notation_list\":[{\"_id\":\"c8deb63\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"fde5c28\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"230d4058\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keiren Forrest\\n\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=860751d\"},\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e7e88\"}],\"element_pack_cursor_effects_image_src\":{\"id\":660,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-101.png\"},\"ep_notation_list\":[{\"_id\":\"d61504b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"25d4ad0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a59bbb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"jedv_conditions\":[{\"_id\":\"19b269d\"}],\"element_pack_cursor_effects_image_src\":{\"id\":661,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-102.png\"},\"ep_notation_list\":[{\"_id\":\"daa685c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"ad8652d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78306f88\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"_id\":\"62c1d2b\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_socialmedia_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialmedia_icon_bg_color\":\"\",\"ekit_socialmedia_icon_hover_color\":\"\"}},{\"ekit_socialmedia_label\":\"Twitter\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_socialmedia_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialmedia_icon_bg_color\":\"\",\"ekit_socialmedia_icon_hover_color\":\"\"},\"ekit_socialmedia_icons\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3c2b2e1\"},{\"ekit_socialmedia_label\":\"Linkedin\",\"ekit_socialmedia_icon_hover_bg_color\":\"\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_socialmedia_icon_bg_color\":\"#FC685B\",\"__globals__\":{\"ekit_socialmedia_icon_bg_color\":\"\",\"ekit_socialmedia_icon_hover_color\":\"\"},\"ekit_socialmedia_icons\":{\"value\":\"icon icon-linkedin\",\"library\":\"ekiticons\"},\"_id\":\"c82cc04\"}],\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_socialmedai_list_icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_socialmedai_list_width_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_socialmedai_list_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_socialmedai_list_line_height_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"52304c4\"}],\"element_pack_cursor_effects_image_src\":{\"id\":662,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-103.png\"},\"ep_notation_list\":[{\"_id\":\"4cdf016\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"4fe0f0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"74268aa7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"1bcf2a4\"}],\"element_pack_cursor_effects_image_src\":{\"id\":665,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-106.png\"},\"ep_notation_list\":[{\"_id\":\"ad5ebe8\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"f0b3c68\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2002bd81\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"icons\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"link\":\"4\",\"_id\":\"f4a2917\"},{\"icons\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"link\":\"8\",\"_id\":\"f4c5390\"},{\"icons\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"link\":\"10\",\"_id\":\"8bc825e\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"divider\":\"yes\",\"divider_color\":\"#EFEFEF\",\"icon_color\":\"#FC685B\",\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"\",\"divider_color\":\"\",\"text_color_hover\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"10af329\"}],\"element_pack_cursor_effects_image_src\":{\"id\":666,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-107.png\"},\"ep_notation_list\":[{\"_id\":\"ef7c481\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"3a8df18\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-category-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"592a26b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"644\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/psychotherapist-talking-with-patients-of-support-group.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070707\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"53e6336\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"51a148a\"}],\"jedv_conditions\":[{\"_id\":\"3e08ee7\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"175300f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"a79f571\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"04fff16\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"397c6b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"a2e70f3\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"caf6e4a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"1a42a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"5298a34\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"48b3ab0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Any Question?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"21ad7b1\"}],\"element_pack_cursor_effects_image_src\":{\"id\":667,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-108.png\"},\"ep_notation_list\":[{\"_id\":\"a18d26b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"8304500\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6885ffe9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod\",\"text_color\":\"#FBFBFB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"jedv_conditions\":[{\"_id\":\"96dbff6\"}],\"element_pack_cursor_effects_image_src\":{\"id\":668,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-109.png\"},\"ep_notation_list\":[{\"_id\":\"320e664\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e00d4c8\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2355c7f8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"4785a6b\",\"text\":\"(+62) 8156 224 569\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},{\"_id\":\"8a86052\",\"text\":\"Contact@domain.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"\"},\"icon_color\":\"#FC685B\",\"text_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"02b911a\"}],\"element_pack_cursor_effects_image_src\":{\"id\":669,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-110.png\"},\"ep_notation_list\":[{\"_id\":\"452dc74\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"b6caf9e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4249,677,'_elementor_edit_mode','builder'),(4250,677,'_elementor_template_type','single-post'),(4251,677,'_elementor_version','3.7.7'),(4252,677,'_elementor_pro_version','3.7.7'),(4253,677,'_wp_page_template','default'),(4254,677,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4255,677,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4257,677,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4260,678,'_elementor_edit_mode','builder'),(4261,678,'_elementor_template_type','single-post'),(4262,678,'_elementor_version','3.7.7'),(4263,678,'_elementor_pro_version','3.7.7'),(4264,678,'_wp_page_template','default'),(4265,678,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4266,678,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"11320fe\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"bed52aa\"},{\"button\":\"twitter\",\"_id\":\"bfa72c2\"},{\"button\":\"linkedin\",\"_id\":\"45134c8\"},{\"_id\":\"b54146f\",\"button\":\"whatsapp\"},{\"_id\":\"520bb10\",\"button\":\"telegram\"}],\"jedv_conditions\":[{\"_id\":\"b7b4189\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a8a83ab\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"65c6daf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4130,661,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4131,662,'_wp_attached_file','2022/09/placeholder-103.png'),(4132,662,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-103.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-103-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-103-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-103-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-103-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4133,662,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4134,663,'_wp_attached_file','2022/09/placeholder-104.png'),(4135,663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-104.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-104-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-104-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-104-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-104-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4136,663,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4137,664,'_wp_attached_file','2022/09/placeholder-105.png'),(4138,664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-105.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-105-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-105-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-105-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-105-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4139,664,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4140,665,'_wp_attached_file','2022/09/placeholder-106.png'),(4141,665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-106.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-106-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-106-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-106-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-106-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4142,665,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4143,666,'_wp_attached_file','2022/09/placeholder-107.png'),(4144,666,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-107.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-107-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-107-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-107-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-107-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4145,666,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4146,667,'_wp_attached_file','2022/09/placeholder-108.png'),(4147,667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-108.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-108-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-108-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-108-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-108-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4148,667,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4149,668,'_wp_attached_file','2022/09/placeholder-109.png'),(4150,668,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-109.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-109-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-109-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-109-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-109-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4151,668,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4152,669,'_wp_attached_file','2022/09/placeholder-110.png'),(4153,669,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-110.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-110-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-110-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-110-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-110-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4154,669,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4065,640,'_wp_attached_file','2022/09/psychologist-and-patients.jpg'),(4066,640,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:37:\"2022/09/psychologist-and-patients.jpg\";s:8:\"filesize\";i:279681;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"psychologist-and-patients-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15129;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"psychologist-and-patients-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"psychologist-and-patients-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9277;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"psychologist-and-patients-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48831;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"psychologist-and-patients-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137712;}}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:{}}}'),(4067,640,'_elementor_source_image_hash','16d5d876ccd243c981eec73dd58449e26ad0818a'),(4068,641,'_wp_attached_file','2022/09/a-man-talking-to-other-people-during-group-therapy-.jpg'),(4069,641,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:63:\"2022/09/a-man-talking-to-other-people-during-group-therapy-.jpg\";s:8:\"filesize\";i:243279;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"a-man-talking-to-other-people-during-group-therapy--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13542;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"a-man-talking-to-other-people-during-group-therapy--1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"a-man-talking-to-other-people-during-group-therapy--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"a-man-talking-to-other-people-during-group-therapy--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43859;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"a-man-talking-to-other-people-during-group-therapy--1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121284;}}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:{}}}'),(4194,619,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4195,675,'_elementor_edit_mode','builder'),(4070,641,'_elementor_source_image_hash','c0f6a5288ff2574b09525f0a5f02df609d2d1270'),(4071,642,'_wp_attached_file','2022/09/supporti-group-joining-hands.jpg'),(4072,642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:40:\"2022/09/supporti-group-joining-hands.jpg\";s:8:\"filesize\";i:326222;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"supporti-group-joining-hands-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15059;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"supporti-group-joining-hands-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"supporti-group-joining-hands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"supporti-group-joining-hands-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"supporti-group-joining-hands-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168646;}}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:{}}}'),(4073,642,'_elementor_source_image_hash','cbae3fb3eb4597f71f01c3fb4586ec871735ccc4'),(4074,643,'_wp_attached_file','2022/09/Team-TMCLRK6.jpg'),(4075,643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1007;s:4:\"file\";s:24:\"2022/09/Team-TMCLRK6.jpg\";s:8:\"filesize\";i:110880;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Team-TMCLRK6-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Team-TMCLRK6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7080;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Team-TMCLRK6-768x755.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68783;}}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:{}}}'),(4076,643,'_elementor_source_image_hash','74b40183d516559f36e4ead9ce76b85a4423b466'),(4077,644,'_wp_attached_file','2022/09/psychotherapist-talking-with-patients-of-support-group.jpg'),(4078,644,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1378;s:4:\"file\";s:66:\"2022/09/psychotherapist-talking-with-patients-of-support-group.jpg\";s:8:\"filesize\";i:526901;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"psychotherapist-talking-with-patients-of-support-group-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14724;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"psychotherapist-talking-with-patients-of-support-group-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"psychotherapist-talking-with-patients-of-support-group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"psychotherapist-talking-with-patients-of-support-group-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67275;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:68:\"psychotherapist-talking-with-patients-of-support-group-1536x1058.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236976;}}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:{}}}'),(4079,644,'_elementor_source_image_hash','96160dc16f59473ebd89df2881700da17fa1a9fc'),(4080,645,'_wp_attached_file','2022/09/placeholder-86.png'),(4081,645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-86.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-86-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-86-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-86-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-86-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4082,645,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4083,646,'_wp_attached_file','2022/09/placeholder-87.png'),(4084,646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-87.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-87-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-87-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-87-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-87-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4085,646,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4086,647,'_wp_attached_file','2022/09/placeholder-88.png'),(4087,647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-88.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-88-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-88-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-88-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-88-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4088,647,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4089,648,'_wp_attached_file','2022/09/placeholder-89.png'),(4090,648,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-89.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-89-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-89-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-89-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-89-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4091,648,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4092,649,'_wp_attached_file','2022/09/placeholder-90.png'),(4093,649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-90.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-90-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-90-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-90-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-90-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4094,649,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4095,650,'_wp_attached_file','2022/09/placeholder-91.png'),(4096,650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-91.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-91-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-91-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-91-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-91-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4097,650,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4098,651,'_wp_attached_file','2022/09/placeholder-92.png'),(4099,651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-92.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-92-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-92-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-92-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-92-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4100,651,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4101,652,'_wp_attached_file','2022/09/placeholder-93.png'),(4102,652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-93.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-93-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-93-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-93-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-93-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4103,652,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4104,653,'_wp_attached_file','2022/09/placeholder-94.png'),(4105,653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-94.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-94-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-94-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-94-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-94-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4106,653,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4107,654,'_wp_attached_file','2022/09/placeholder-95.png'),(4108,654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-95.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-95-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-95-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-95-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-95-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4109,654,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4110,655,'_wp_attached_file','2022/09/placeholder-96.png'),(4111,655,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-96.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-96-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-96-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-96-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-96-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4112,655,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4113,656,'_wp_attached_file','2022/09/placeholder-97.png'),(4114,656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-97.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-97-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-97-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-97-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-97-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4115,656,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4116,657,'_wp_attached_file','2022/09/placeholder-98.png'),(4117,657,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-98.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-98-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-98-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-98-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-98-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4118,657,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4119,658,'_wp_attached_file','2022/09/placeholder-99.png'),(4120,658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-99.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-99-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-99-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-99-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-99-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4121,658,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4122,659,'_wp_attached_file','2022/09/placeholder-100.png'),(4123,659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-100.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-100-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-100-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-100-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-100-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4124,659,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4125,660,'_wp_attached_file','2022/09/placeholder-101.png'),(4126,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-101.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-101-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-101-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-101-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-101-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4127,660,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4128,661,'_wp_attached_file','2022/09/placeholder-102.png'),(4129,661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-102.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-102-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-102-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-102-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-102-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4238,676,'_elementor_edit_mode','builder'),(4239,676,'_elementor_template_type','single-post'),(4240,676,'_elementor_version','3.7.7'),(4241,676,'_elementor_pro_version','3.7.7'),(4242,676,'_wp_page_template','default'),(4243,676,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4244,676,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4061,619,'_wp_page_template','default'),(4062,619,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4063,619,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"11320fe\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"bed52aa\"},{\"button\":\"twitter\",\"_id\":\"bfa72c2\"},{\"button\":\"linkedin\",\"_id\":\"45134c8\"},{\"_id\":\"b54146f\",\"button\":\"whatsapp\"},{\"_id\":\"520bb10\",\"button\":\"telegram\"}],\"view\":\"icon\",\"alignment_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"b7b4189\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a8a83ab\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"65c6daf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5770,7,'_elementor_css','a:6:{s:4:\"time\";i:1734683546;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5771,11,'_elementor_css','a:6:{s:4:\"time\";i:1734683546;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:9;s:11:\"Roboto Slab\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";i:4;s:8:\"fa-solid\";i:5;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5772,219,'_elementor_css','a:6:{s:4:\"time\";i:1734683546;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"43c4b32\";i:1;s:7:\"959da3b\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5773,613,'_elementor_css','a:6:{s:4:\"time\";i:1734683547;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:9:\"Helvetica\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5774,219,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:8:\"e-sticky\";}s:7:\"scripts\";a:2:{i:0;s:13:\"ekit-nav-menu\";i:1;s:8:\"e-sticky\";}}'),(5775,11,'_elementor_page_assets','a:2:{s:6:\"styles\";a:18:{i:0;s:12:\"widget-image\";i:1;s:20:\"e-animation-fadeInUp\";i:2;s:14:\"widget-heading\";i:3;s:15:\"wp-mediaelement\";i:4;s:15:\"widget-icon-box\";i:5;s:16:\"widget-icon-list\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:22:\"e-animation-fadeInDown\";i:8;s:8:\"e-shapes\";i:9;s:14:\"widget-counter\";i:10;s:18:\"widget-text-editor\";i:11;s:8:\"e-swiper\";i:12;s:14:\"widget-gallery\";i:13;s:17:\"elementor-gallery\";i:14;s:13:\"e-transitions\";i:15;s:14:\"widget-divider\";i:16;s:12:\"widget-video\";i:17;s:11:\"widget-form\";}s:7:\"scripts\";a:3:{i:0;s:15:\"wp-mediaelement\";i:1;s:16:\"jquery-numerator\";i:2;s:17:\"elementor-gallery\";}}'),(5776,613,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:18:\"widget-text-editor\";i:2;s:14:\"widget-heading\";i:3;s:19:\"widget-social-icons\";i:4;s:14:\"e-apple-webkit\";}}'),(5777,236,'_elementor_css','a:6:{s:4:\"time\";i:1734705823;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5778,255,'_elementor_css','a:6:{s:4:\"time\";i:1734705823;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"8f086f8\";i:1;s:7:\"2b62a6c\";i:2;s:7:\"1b48509\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5779,236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";i:2;s:8:\"e-shapes\";i:3;s:20:\"e-animation-fadeInUp\";i:4;s:14:\"widget-divider\";i:5;s:23:\"e-animation-fadeInRight\";i:6;s:16:\"widget-icon-list\";}}'),(5780,255,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"e-animation-bob\";i:3;s:20:\"e-animation-fadeInUp\";}}'),(5781,295,'_elementor_css','a:6:{s:4:\"time\";i:1734705825;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:6:\"Mulish\";}s:5:\"icons\";a:3:{i:0;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";i:6;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:8:\"38886880\";i:1;s:7:\"3afa978\";i:2;s:8:\"28b5afa2\";i:3;s:7:\"8b51cb5\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5782,295,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:14:\"widget-divider\";i:3;s:18:\"widget-text-editor\";i:4;s:19:\"widget-social-icons\";i:5;s:14:\"e-apple-webkit\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:16:\"widget-icon-list\";}}'),(5783,675,'_elementor_css','a:6:{s:4:\"time\";i:1734728063;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:8:\"47cd0934\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5784,469,'_elementor_css','a:6:{s:4:\"time\";i:1734803438;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"fa7e953\";i:1;s:8:\"25d0a9d6\";i:2;s:8:\"45b4cf10\";i:3;s:8:\"45b4cf10\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5785,469,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:21:\"e-animation-slideInUp\";i:1;s:14:\"widget-heading\";i:2;s:22:\"e-animation-fadeInDown\";i:3;s:16:\"widget-icon-list\";i:4;s:8:\"e-shapes\";i:5;s:20:\"e-animation-fadeInUp\";i:6;s:12:\"widget-posts\";i:7;s:9:\"ep-search\";i:8;s:20:\"widget-share-buttons\";i:9;s:14:\"e-apple-webkit\";i:10;s:24:\"elementor-icons-fa-solid\";i:11;s:25:\"elementor-icons-fa-brands\";}s:7:\"scripts\";a:3:{i:0;s:9:\"jet-slick\";i:1;s:12:\"imagesloaded\";i:2;s:9:\"ep-search\";}}'),(5786,675,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-posts\";}s:7:\"scripts\";a:1:{i:0;s:12:\"imagesloaded\";}}'),(5787,619,'_elementor_css','a:6:{s:4:\"time\";i:1735798758;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:3;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"38027a6\";i:1;s:7:\"6339f77\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5788,619,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";i:2;s:16:\"widget-post-info\";i:3;s:16:\"widget-icon-list\";i:4;s:26:\"elementor-icons-fa-regular\";i:5;s:24:\"elementor-icons-fa-solid\";i:6;s:20:\"widget-share-buttons\";i:7;s:14:\"e-apple-webkit\";i:8;s:25:\"elementor-icons-fa-brands\";}}'),(5789,525,'ekit_post_views_count','1'),(5790,257,'_elementor_page_assets','a:0:{}'),(5791,265,'_elementor_page_assets','a:0:{}'),(5792,266,'_elementor_page_assets','a:0:{}'),(5793,260,'_elementor_page_assets','a:0:{}'),(5794,261,'_elementor_page_assets','a:0:{}'),(5795,256,'_elementor_page_assets','a:0:{}'),(5796,259,'_elementor_page_assets','a:0:{}'),(5797,263,'_elementor_page_assets','a:0:{}'),(5798,268,'_elementor_page_assets','a:0:{}'),(5799,258,'_elementor_page_assets','a:0:{}'),(5800,264,'_elementor_page_assets','a:0:{}'),(5801,269,'_elementor_page_assets','a:0:{}'),(5802,267,'_elementor_page_assets','a:0:{}'),(5803,262,'_elementor_page_assets','a:0:{}'),(5804,491,'_elementor_page_assets','a:0:{}'),(5805,481,'_elementor_page_assets','a:0:{}'),(5806,476,'_elementor_page_assets','a:0:{}'),(5807,480,'_elementor_page_assets','a:0:{}'),(5808,558,'_elementor_page_assets','a:0:{}'),(5686,558,'ekit_post_views_count','2'),(4558,707,'_elementor_version','3.7.7'),(4559,707,'_elementor_pro_version','3.7.7'),(4560,707,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4703,226,'_wp_old_date','2022-09-29'),(4704,228,'_wp_old_date','2022-09-29'),(4705,227,'_wp_old_date','2022-09-29'),(4706,340,'_wp_old_date','2022-09-29'),(4707,413,'_wp_old_date','2022-09-29'),(4708,471,'_wp_old_date','2022-09-29'),(4709,229,'_wp_old_date','2022-09-29'),(4710,628,'ekit_post_views_count','4'),(4711,295,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:3;s:19:\"background_position\";i:2;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_bg_width\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:6;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"_title\";i:2;s:3:\"gap\";i:4;s:6:\"height\";i:1;s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;s:5:\"space\";i:1;s:6:\"height\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:2;s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:2;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:19:\"elementskit-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:1;s:22:\"ekit_heading_title_tag\";i:1;}s:29:\"ekit_heading_section_subtitle\";a:3:{s:27:\"ekit_heading_sub_title_show\";i:1;s:22:\"ekit_heading_sub_title\";i:1;s:26:\"ekit_heading_sub_title_tag\";i:1;}s:19:\"shadow_text_section\";a:1:{s:19:\"shadow_text_content\";i:1;}s:30:\"ekit_heading_section_seperator\";a:2:{s:27:\"ekit_heading_show_seperator\";i:1;s:28:\"ekit_heading_seperator_image\";i:1;}}s:5:\"style\";a:3:{s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:1;}s:32:\"ekit_heading_section_title_style\";a:6:{s:25:\"ekit_heading_title_margin\";i:1;s:40:\"ekit_heading_title_typography_typography\";i:1;s:41:\"ekit_heading_title_typography_font_family\";i:1;s:39:\"ekit_heading_title_typography_font_size\";i:1;s:41:\"ekit_heading_title_typography_font_weight\";i:1;s:41:\"ekit_heading_title_typography_line_height\";i:1;}s:36:\"ekit_heading_section_sub_title_style\";a:6:{s:28:\"ekit_heading_sub_title_margn\";i:1;s:44:\"ekit_heading_sub_title_typography_typography\";i:1;s:45:\"ekit_heading_sub_title_typography_font_family\";i:1;s:43:\"ekit_heading_sub_title_typography_font_size\";i:1;s:45:\"ekit_heading_sub_title_typography_line_height\";i:1;s:28:\"ekit_heading_sub_title_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:1;s:9:\"_offset_y\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(4712,236,'_elementor_controls_usage','a:7:{s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:2:{s:8:\"position\";i:2;s:10:\"text_align\";i:2;}s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;}s:21:\"section_style_content\";a:6:{s:18:\"title_bottom_space\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:34:\"description_typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:3:\"gap\";i:4;s:16:\"content_position\";i:2;s:6:\"_title\";i:3;s:6:\"height\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:38:\"background_motion_fx_translateY_effect\";i:1;s:41:\"background_motion_fx_translateY_direction\";i:1;s:37:\"background_motion_fx_translateY_speed\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:12:{s:29:\"background_overlay_background\";i:3;s:33:\"background_overlay_gradient_angle\";i:2;s:26:\"background_overlay_opacity\";i:3;s:24:\"background_overlay_color\";i:2;s:29:\"background_overlay_color_stop\";i:2;s:26:\"background_overlay_color_b\";i:2;s:31:\"background_overlay_color_b_stop\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:21:\"section_shape_divider\";a:3:{s:20:\"shape_divider_bottom\";i:2;s:27:\"shape_divider_bottom_height\";i:2;s:26:\"shape_divider_bottom_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:16:\"jet-listing-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:10:\"lisitng_id\";i:1;s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:9:\"posts_num\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_caption_style\";a:1:{s:12:\"vertical_gap\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}s:8:\"advanced\";a:3:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:1;s:9:\"_offset_y\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),(4713,219,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_color\";i:1;s:12:\"border_width\";i:1;}}}}s:13:\"ekit-nav-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"elementskit_content_tab\";a:2:{s:20:\"elementskit_nav_menu\";i:2;s:30:\"elementskit_main_menu_position\";i:2;}}s:5:\"style\";a:3:{s:30:\"elementskit_style_tab_menuitem\";a:3:{s:41:\"elementskit_content_typography_typography\";i:2;s:40:\"elementskit_content_typography_font_size\";i:2;s:29:\"elementskit_menu_item_spacing\";i:2;}s:35:\"elementskit_style_tab_submenu_panel\";a:1:{s:35:\"elementskit_submenu_container_width\";i:2;}s:33:\"elementskit_menu_toggle_style_tab\";a:3:{s:45:\"elementskit_menu_toggle_background_background\";i:1;s:40:\"elementskit_menu_toggle_background_color\";i:1;s:37:\"elementskit_menu_toggle_border_border\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:21:\"_element_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:7:\"z_index\";i:2;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}s:5:\"style\";a:3:{s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:21:\"_element_width_mobile\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}'),(4509,702,'_wp_page_template','default'),(4510,702,'_elementor_edit_mode','builder'),(4511,702,'_elementor_template_type','wp-page'),(4512,702,'_elementor_version','3.7.7'),(4513,702,'_elementor_pro_version','3.7.7'),(4514,702,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4671,724,'_wp_page_template','default'),(4672,724,'_elementor_edit_mode','builder'),(4673,724,'_elementor_template_type','wp-page'),(4674,724,'_elementor_version','3.7.7'),(4675,724,'_elementor_pro_version','3.7.7'),(4676,724,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4701,469,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:5;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"_title\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:1;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:2;s:33:\"background_overlay_gradient_angle\";i:1;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:18:\"overlay_blend_mode\";i:1;}s:21:\"section_shape_divider\";a:3:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:26:\"shape_divider_bottom_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:6:{s:6:\"number\";i:1;s:14:\"columns_mobile\";i:1;s:14:\"excerpt_length\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"more_text\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_box_style\";a:3:{s:6:\"box_bg\";i:1;s:32:\"inner_box_shadow_box_shadow_type\";i:1;s:27:\"inner_box_shadow_box_shadow\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:18:\"section_meta_style\";a:4:{s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:30:\"meta_typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:9:{s:27:\"classic_thumbnail_size_size\";i:1;s:22:\"classic_meta_separator\";i:1;s:20:\"cards_read_more_text\";i:1;s:15:\"classic_columns\";i:1;s:22:\"classic_columns_tablet\";i:1;s:17:\"classic_thumbnail\";i:1;s:19:\"classic_image_width\";i:1;s:22:\"classic_excerpt_length\";i:1;s:17:\"classic_meta_data\";i:1;}s:18:\"section_pagination\";a:4:{s:21:\"pagination_prev_label\";i:1;s:4:\"text\";i:1;s:33:\"load_more_no_posts_custom_message\";i:1;s:15:\"pagination_type\";i:1;}s:13:\"section_query\";a:2:{s:13:\"posts_orderby\";i:1;s:11:\"posts_order\";i:1;}}s:5:\"style\";a:4:{s:29:\"classic_section_design_layout\";a:2:{s:15:\"classic_row_gap\";i:1;s:17:\"classic_alignment\";i:1;}s:28:\"classic_section_design_image\";a:2:{s:25:\"classic_img_border_radius\";i:1;s:21:\"classic_image_spacing\";i:1;}s:30:\"classic_section_design_content\";a:20:{s:21:\"classic_title_spacing\";i:1;s:20:\"classic_meta_spacing\";i:1;s:23:\"classic_excerpt_spacing\";i:1;s:25:\"classic_read_more_spacing\";i:1;s:19:\"classic_title_color\";i:1;s:34:\"classic_meta_typography_typography\";i:1;s:35:\"classic_meta_typography_font_family\";i:1;s:35:\"classic_meta_typography_font_weight\";i:1;s:38:\"classic_meta_typography_text_transform\";i:1;s:21:\"classic_excerpt_color\";i:1;s:37:\"classic_excerpt_typography_typography\";i:1;s:38:\"classic_excerpt_typography_font_family\";i:1;s:36:\"classic_excerpt_typography_font_size\";i:1;s:38:\"classic_excerpt_typography_font_weight\";i:1;s:39:\"classic_read_more_typography_typography\";i:1;s:40:\"classic_read_more_typography_font_family\";i:1;s:38:\"classic_read_more_typography_font_size\";i:1;s:40:\"classic_read_more_typography_font_weight\";i:1;s:43:\"classic_read_more_typography_text_transform\";i:1;s:44:\"classic_read_more_typography_text_decoration\";i:1;}s:26:\"classic_section_design_box\";a:5:{s:23:\"classic_content_padding\";i:1;s:25:\"classic_box_border_radius\";i:1;s:34:\"classic_box_shadow_box_shadow_type\";i:1;s:29:\"classic_box_shadow_box_shadow\";i:1;s:20:\"classic_box_bg_color\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:10:\"bdt-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_search_layout\";a:1:{s:12:\"search_query\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_layout_style\";a:1:{s:27:\"search_container_background\";i:1;}s:20:\"section_search_style\";a:3:{s:23:\"input_placeholder_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"share-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:3:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_buttons_style\";a:1:{s:11:\"button_size\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"sidebar\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(4566,708,'_wp_attached_file','2022/09/placeholder-113.png'),(4567,708,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-113.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-113-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-113-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-113-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-113-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4568,708,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4569,709,'_wp_attached_file','2022/09/placeholder-4-1.png'),(4570,709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-4-1.png\";s:8:\"filesize\";i:3247;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-4-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4078;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-4-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16791;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-4-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12084;}}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:{}}}'),(4571,709,'_elementor_source_image_hash','b4a6d4c39932b9b4cd2574964ca5ca9d5739e5c0'),(4572,710,'_wp_attached_file','2022/09/placeholder-114.png'),(4573,710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-114.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-114-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-114-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-114-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-114-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4574,710,'_elementor_source_image_hash','ac3b4ba321ad2ff8b18a0b7b469a8ae967b7066d'),(4575,711,'_wp_attached_file','2022/09/placeholder-115.png'),(4576,711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-115.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-115-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-115-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-115-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-115-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4577,711,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4578,712,'_wp_attached_file','2022/09/placeholder-116.png'),(4579,712,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-116.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-116-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-116-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-116-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-116-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4580,712,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4581,713,'_elementor_edit_mode','builder'),(4582,713,'_elementor_template_type','section'),(4583,713,'_elementor_version','3.7.7'),(4584,713,'_elementor_pro_version','3.7.7'),(4585,714,'_elementor_edit_mode','builder'),(4586,714,'_elementor_template_type','section'),(4587,714,'_elementor_version','3.7.7'),(4588,714,'_elementor_pro_version','3.7.7'),(4589,713,'_wp_page_template','default'),(4590,713,'_elementor_page_settings','a:13:{s:20:\"ep_grid_line_columns\";s:0:\"\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"element_pack_navigation_bg_color_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:47:\"element_pack_navigation_bg_color_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:50:\"element_pack_navigation_bg_color_slideshow_gallery\";a:0:{}s:44:\"element_pack_navigation_hover_bg_color_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:53:\"element_pack_navigation_hover_bg_color_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:56:\"element_pack_navigation_hover_bg_color_slideshow_gallery\";a:0:{}s:44:\"element_pack_global_tooltip_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:53:\"element_pack_global_tooltip_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:56:\"element_pack_global_tooltip_background_slideshow_gallery\";a:0:{}}'),(4591,713,'_elementor_data','[{\"id\":\"294d98d7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"element_pack_agbg_color_list\":[{\"_id\":\"26b9aed\",\"start_color\":\"\",\"end_color\":\"\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"6ae84d9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"fc1d196\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"1fba311\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b63f04a\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"4cec67c\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"299a4fa\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2264807\",\"element_pack_tile_scroll_title\":\"Item #1\",\"element_pack_tile_scroll_images\":[]}],\"ep_display_conditions\":[{\"_id\":\"8a9190e\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"ep_scroll_box_thumb_color_image\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_thumb_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_thumb_color_slideshow_gallery\":[],\"ep_scroll_box_track_color_image\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_track_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_scroll_box_track_color_slideshow_gallery\":[]},\"elements\":[{\"id\":\"499982b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.566,\"jedv_conditions\":[{\"_id\":\"0dc13e1\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"content_position\":\"center\",\"content_position_mobile\":\"center\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b1d3d09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"jedv_conditions\":[{\"_id\":\"c52f649\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0da6d57\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"6d19794\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"d918c17\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%C2%A9%20%22%2C%22after%22%3A%22%20Essdras%20M%20Suarez%22%7D\\\"]\"},\"element_pack_cursor_effects_image_src\":{\"id\":708,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-113.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1775e568\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"426d8da6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.39,\"jedv_conditions\":[{\"_id\":\"0dc13e1\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3696b9a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRIVACY POLICY\",\"link\":{\"url\":\"https:\\/\\/essdras.com\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"a4e4380\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"aca311a\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5f2b2aa\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=3a50655\"},\"element_pack_cursor_effects_image_src\":{\"id\":711,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-115.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f931a09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms and conditions\",\"link\":{\"url\":\"https:\\/\\/essdras.com\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"a4e4380\",\"jedv_condition\":\"\",\"jedv_user_role\":\"\",\"jedv_user_id\":\"\",\"jedv_field\":\"\",\"jedv_value\":\"\",\"jedv_context\":\"default\",\"query_id\":\"\",\"terms_taxonomy\":\"\",\"jedv_data_type\":\"chars\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"aca311a\",\"ep_notation_bracket_on\":\"left,right\",\"ep_notation_select_type\":\"widget\",\"ep_notation_custom_selector\":\"\",\"ep_notation_type\":\"underline\",\"ep_notation_color\":\"\",\"ep_notation_anim_duration\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"ep_notation_stroke_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5f2b2aa\",\"ep_condition_key\":\"authentication\",\"ep_condition_operator\":\"is\",\"ep_condition_authentication_value\":\"authenticated\",\"ep_condition_user_value\":\"\",\"ep_condition_role_value\":\"subscriber\",\"ep_condition_post_value\":\"\",\"ep_condition_post_type_value\":\"\",\"ep_condition_static_page_value\":\"home\",\"ep_condition_date_value\":\"2022-09-26 to 2022-10-02\",\"ep_condition_date_time_before_value\":\"2022-10-02\",\"ep_condition_time_value\":\"\",\"ep_condition_day_value\":\"1\",\"ep_condition_os_value\":\"iphone\",\"ep_condition_browser_value\":\"ie\",\"ep_condition_ex_url_value\":\"\",\"ep_condition_search_engine_url_value\":\"google.com\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=3a50655\"},\"element_pack_cursor_effects_image_src\":{\"id\":712,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-116.png\"},\"element_pack_cursor_effects_icons\":{\"value\":\"fas fa-laugh-wink\",\"library\":\"fa-solid\"},\"element_pack_cursor_effects_text_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_cursor_effects_text_background_slideshow_gallery\":[],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"element_pack_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"element_pack_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"ep_background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_slideshow_gallery\":[],\"ep_background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ep_background_overlay_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(4683,725,'_elementor_template_type','wp-page'),(4684,725,'_elementor_version','3.7.7'),(4685,725,'_elementor_pro_version','3.7.7'),(4686,725,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(4691,726,'_wp_page_template','default'),(4692,726,'_elementor_edit_mode','builder'),(4693,726,'_elementor_template_type','wp-page'),(4694,726,'_elementor_version','3.7.7'),(4695,726,'_elementor_pro_version','3.7.7'),(4696,726,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(3559,530,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3560,531,'_wp_attached_file','2022/09/placeholder-10.png'),(3561,531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-10.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-10-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-10-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3562,531,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3563,532,'_wp_attached_file','2022/09/placeholder-11.png'),(3564,532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-11.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-11-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-11-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-11-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3565,532,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3566,533,'_wp_attached_file','2022/09/placeholder-12.png'),(3567,533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-12.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-12-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-12-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-12-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3568,533,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3569,534,'_wp_attached_file','2022/09/placeholder-13.png'),(3570,534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-13.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-13-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-13-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-13-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3571,534,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3572,535,'_wp_attached_file','2022/09/placeholder-14.png'),(3573,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-14.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-14-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-14-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-14-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(5624,757,'_wp_page_template','elementor_header_footer'),(5625,757,'_elementor_edit_mode','builder'),(5626,757,'_elementor_template_type','wp-page'),(5627,757,'_elementor_version','3.23.4'),(5628,757,'_elementor_pro_version','3.23.3'),(5629,757,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(3103,443,'_elementor_edit_mode','builder'),(3104,443,'_elementor_template_type','wp-page'),(3105,443,'_elementor_version','3.7.7'),(3106,443,'_elementor_pro_version','3.6.4'),(3107,443,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"initial\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3257,461,'_wp_page_template','default'),(3241,459,'_wp_page_template','default'),(3242,459,'_elementor_edit_mode','builder'),(3243,459,'_elementor_template_type','wp-page'),(3244,459,'_elementor_version','3.7.7'),(3036,257,'ekit_post_views_count','869'),(3037,433,'_wp_attached_file','2022/09/collage-eg-edner-2013-baja-e1664421345592.jpg'),(3038,433,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:824;s:6:\"height\";i:407;s:4:\"file\";s:53:\"2022/09/collage-eg-edner-2013-baja-e1664421345592.jpg\";s:8:\"filesize\";i:397097;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421345592-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421345592-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20661;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421345592-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77879;}}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:10:\"1358851135\";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:{}}}'),(3039,433,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:506;s:4:\"file\";s:30:\"collage-eg-edner-2013-baja.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:38:\"collage-eg-edner-2013-baja-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20899;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:38:\"collage-eg-edner-2013-baja-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27633;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:38:\"collage-eg-edner-2013-baja-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84074;}s:18:\"full-1664421324250\";a:3:{s:5:\"width\";i:824;s:6:\"height\";i:407;s:4:\"file\";s:45:\"collage-eg-edner-2013-baja-e1664421303917.jpg\";}s:23:\"thumbnail-1664421324250\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421303917-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20714;}s:20:\"medium-1664421324250\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421303917-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27299;}s:26:\"medium_large-1664421324250\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421303917-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78278;}s:18:\"full-1664421345592\";a:3:{s:5:\"width\";i:824;s:6:\"height\";i:407;s:4:\"file\";s:45:\"collage-eg-edner-2013-baja-e1664421324250.jpg\";}s:23:\"thumbnail-1664421345592\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421324250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20705;}s:20:\"medium-1664421345592\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421324250-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27266;}s:26:\"medium_large-1664421345592\";a:5:{s:4:\"file\";s:53:\"collage-eg-edner-2013-baja-e1664421324250-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77995;}}'),(3251,460,'_elementor_template_type','wp-page'),(3252,460,'_elementor_version','3.7.7'),(3253,460,'_elementor_pro_version','3.6.4'),(3254,460,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3249,460,'_wp_page_template','default'),(3250,460,'_elementor_edit_mode','builder'),(2823,401,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2824,401,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3245,459,'_elementor_pro_version','3.6.4'),(3246,459,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"initial\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3119,445,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(3120,445,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3574,535,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3122,445,'_elementor_screenshot_failed','2022-09-29 01:58:32'),(2736,392,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2737,392,'_elementor_edit_mode','builder'),(2738,392,'_elementor_template_type','jet-listing-items'),(2739,392,'_elementor_version','3.7.7'),(2740,392,'_elementor_pro_version','3.6.4'),(2741,392,'_wp_page_template','default'),(2742,392,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2749,393,'_elementor_version','3.7.7'),(2750,393,'_elementor_pro_version','3.6.4'),(2751,393,'_wp_page_template','default'),(2752,393,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"layout\":\"above\",\"alignment\":\"center\"},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3283,464,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"},\"background_size_mobile\":\"contain\"},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2922,413,'_menu_item_type','custom'),(2923,413,'_menu_item_menu_item_parent','0'),(2924,413,'_menu_item_object_id','413'),(2925,413,'_menu_item_object','custom'),(2813,400,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2814,400,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3577,536,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3578,537,'_wp_attached_file','2022/09/placeholder-16.png'),(3579,537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-16.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-16-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-16-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-16-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3613,548,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3614,549,'_wp_attached_file','2022/09/placeholder-28.png'),(3615,549,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-28.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-28-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-28-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-28-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3110,444,'_wp_attached_file','2022/09/IMG_8894-scaled.jpg'),(3111,444,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/09/IMG_8894-scaled.jpg\";s:8:\"filesize\";i:596097;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_8894-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31041;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_8894-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_8894-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_8894-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80188;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_8894-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230948;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"IMG_8894-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:385877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 13 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1663065657\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0075187969924812\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_8894.jpg\";}'),(2806,400,'_elementor_edit_mode','builder'),(2676,385,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2677,385,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3582,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-17.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-17-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-17-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-17-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3271,463,'_wp_page_template','default'),(3272,463,'_elementor_edit_mode','builder'),(3273,463,'_elementor_template_type','wp-page'),(3274,463,'_elementor_version','3.7.7'),(3275,463,'_elementor_pro_version','3.6.4'),(3276,463,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"},\"background_size_mobile\":\"contain\"},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2974,259,'ekit_post_views_count','859'),(3023,268,'_thumbnail_id','84'),(3024,431,'_wp_attached_file','2022/09/FOTO-EVENTO-EDNER-1.jpg'),(3025,431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2022/09/FOTO-EVENTO-EDNER-1.jpg\";s:8:\"filesize\";i:70677;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62400;}}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:{}}}'),(2670,385,'_elementor_template_type','single-post'),(2671,385,'_elementor_version','3.7.7'),(2672,385,'_elementor_pro_version','3.6.4'),(2673,385,'_wp_page_template','default'),(2674,385,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3261,461,'_elementor_pro_version','3.6.4'),(3262,461,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3580,537,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3581,538,'_wp_attached_file','2022/09/placeholder-17.png'),(2877,408,'_elementor_version','3.7.7'),(2716,390,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2717,390,'_elementor_edit_mode','builder'),(2718,390,'_elementor_template_type','jet-listing-items'),(2719,390,'_elementor_version','3.7.7'),(2720,390,'_elementor_pro_version','3.6.4'),(2721,390,'_wp_page_template','default'),(2722,390,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.416,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.195,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.916,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2893,409,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2894,409,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3285,465,'_wp_page_template','default'),(3286,465,'_elementor_edit_mode','builder'),(3287,465,'_elementor_template_type','wp-page'),(3288,465,'_elementor_version','3.7.7'),(3289,465,'_elementor_pro_version','3.6.4'),(3290,465,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"},\"background_size_mobile\":\"contain\"},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3296,466,'_elementor_pro_version','3.6.4'),(3611,548,'_wp_attached_file','2022/09/placeholder-27.png'),(3612,548,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-27.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-27-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-27-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-27-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2926,413,'_menu_item_target','_blank'),(2927,413,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2928,413,'_menu_item_xfn',''),(2929,413,'_menu_item_url','http://conferencista.online/'),(3026,269,'_thumbnail_id','431'),(3266,462,'_elementor_template_type','wp-page'),(3267,462,'_elementor_version','3.7.7'),(3268,462,'_elementor_pro_version','3.6.4'),(3269,462,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3264,462,'_wp_page_template','default'),(3265,462,'_elementor_edit_mode','builder'),(3061,437,'_wp_attached_file','2022/09/collage-eg-edner-2013-baja-1.jpg'),(3062,437,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:506;s:4:\"file\";s:40:\"2022/09/collage-eg-edner-2013-baja-1.jpg\";s:8:\"filesize\";i:397097;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"collage-eg-edner-2013-baja-1-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"collage-eg-edner-2013-baja-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20899;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"collage-eg-edner-2013-baja-1-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84074;}}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:10:\"1358851135\";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:{}}}'),(2254,333,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2255,333,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(2269,336,'_edit_lock','1664379304:4'),(2270,336,'_edit_last','4'),(2271,336,'_thumbnail_id','311'),(2272,336,'nta_wa_account_info','a:7:{s:6:\"number\";s:12:\"529983167943\";s:5:\"title\";s:14:\"SPEAKER IMPACT\";s:14:\"predefinedText\";s:0:\"\";s:14:\"willBeBackText\";s:34:\"I will be back in [njwa_time_work]\";s:11:\"dayOffsText\";s:19:\"I will be back soon\";s:17:\"isAlwaysAvailable\";s:2:\"ON\";s:17:\"daysOfWeekWorking\";a:7:{s:6:\"sunday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:6:\"monday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:7:\"tuesday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:9:\"wednesday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:8:\"thursday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:6:\"friday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:8:\"saturday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}}}'),(2264,334,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2265,334,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(2273,336,'nta_wa_button_styles','a:6:{s:4:\"type\";s:5:\"round\";s:15:\"backgroundColor\";s:7:\"#2DB742\";s:9:\"textColor\";s:4:\"#fff\";s:5:\"label\";s:23:\"Need Help? Chat with us\";s:5:\"width\";i:300;s:6:\"height\";i:64;}'),(2274,336,'nta_wa_widget_show','ON'),(2275,336,'nta_wa_widget_position','0'),(2276,336,'nta_wa_wc_show','OFF'),(2277,336,'nta_wa_wc_position','0'),(2816,401,'_elementor_edit_mode','builder'),(2817,401,'_elementor_template_type','single-post'),(2818,401,'_elementor_version','3.7.7'),(2819,401,'_elementor_pro_version','3.6.4'),(2820,401,'_wp_page_template','default'),(2821,401,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2279,265,'ekit_post_views_count','830'),(2280,262,'ekit_post_views_count','817'),(2281,264,'ekit_post_views_count','808'),(2282,263,'ekit_post_views_count','822'),(2283,266,'ekit_post_views_count','811'),(2284,269,'ekit_post_views_count','815'),(2285,267,'ekit_post_views_count','827'),(2286,268,'ekit_post_views_count','830'),(2287,260,'ekit_post_views_count','837'),(2288,226,'_wp_old_date','2022-09-27'),(2289,228,'_wp_old_date','2022-09-27'),(2290,227,'_wp_old_date','2022-09-27'),(2291,229,'_wp_old_date','2022-09-27'),(2292,261,'ekit_post_views_count','823'),(2947,415,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3602,545,'_wp_attached_file','2022/09/placeholder-24.png'),(3603,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-24.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-24-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-24-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-24-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3295,466,'_elementor_version','3.7.7'),(3294,466,'_elementor_template_type','wp-page'),(3293,466,'_elementor_edit_mode','builder'),(3292,466,'_wp_page_template','default'),(3604,545,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3605,546,'_wp_attached_file','2022/09/placeholder-25.png'),(3606,546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-25.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-25-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-25-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-25-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3607,546,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3608,547,'_wp_attached_file','2022/09/placeholder-26.png'),(3609,547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-26.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-26-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-26-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-26-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2257,334,'_elementor_edit_mode','builder'),(2258,334,'_elementor_template_type','single-post'),(2259,334,'_elementor_version','3.7.7'),(2260,334,'_elementor_pro_version','3.6.4'),(2261,334,'_wp_page_template','default'),(2262,334,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}]},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4052c9a\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"subtitulo-2\",\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}]},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"d632779\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"otros-detalles\",\"selected_field_icon\":{\"value\":\"far fa-bookmark\",\"library\":\"fa-regular\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"1983610\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"duracion-recomendada\",\"selected_field_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"479eacc\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"observacion\",\"selected_field_icon\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}]},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2247,333,'_elementor_edit_mode','builder'),(2248,333,'_elementor_template_type','single-post'),(2249,333,'_elementor_version','3.7.7'),(2250,333,'_elementor_pro_version','3.6.4'),(2251,333,'_wp_page_template','default'),(2252,333,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}]},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4052c9a\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"subtitulo-2\",\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}]},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"d632779\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"otros-detalles\",\"selected_field_icon\":{\"value\":\"far fa-bookmark\",\"library\":\"fa-regular\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"1983610\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"duracion-recomendada\",\"selected_field_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"479eacc\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"observacion\",\"selected_field_icon\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"hide_if_empty\":\"yes\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_typography_typography\":\"custom\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"59f5fa0\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}]},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2192,327,'_elementor_edit_mode','builder'),(2193,327,'_elementor_template_type','single-post'),(2194,327,'_elementor_version','3.7.7'),(2195,327,'_elementor_pro_version','3.6.4'),(2196,327,'_wp_page_template','default'),(2197,327,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}]},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}]},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2199,327,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(3601,544,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3332,471,'_menu_item_menu_item_parent','0'),(3333,471,'_menu_item_object_id','469'),(3334,471,'_menu_item_object','page'),(3335,471,'_menu_item_target','_blank'),(3336,471,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3337,471,'_menu_item_xfn',''),(3338,471,'_menu_item_url',''),(3355,471,'_nav_menu_role_display_mode','hide'),(3340,226,'_wp_old_date','2022-09-28'),(3341,226,'_nav_menu_role_display_mode','show'),(3342,226,'_nav_menu_role',''),(3343,228,'_wp_old_date','2022-09-28'),(3344,228,'_nav_menu_role_display_mode','show'),(3345,228,'_nav_menu_role',''),(3346,227,'_wp_old_date','2022-09-28'),(3347,227,'_nav_menu_role_display_mode','show'),(3348,227,'_nav_menu_role',''),(3349,340,'_wp_old_date','2022-09-28'),(3350,340,'_nav_menu_role_display_mode','show'),(3351,340,'_nav_menu_role',''),(3352,413,'_wp_old_date','2022-09-28'),(3353,413,'_nav_menu_role_display_mode','hide'),(3354,413,'_nav_menu_role',''),(3356,471,'_nav_menu_role',''),(3357,229,'_wp_old_date','2022-09-28'),(3358,229,'_nav_menu_role_display_mode','show'),(3359,229,'_nav_menu_role',''),(3360,469,'_elementor_edit_mode','builder'),(3361,469,'_elementor_template_type','wp-page'),(3362,469,'_elementor_version','3.7.7'),(3363,469,'_elementor_pro_version','3.7.7'),(3364,469,'_astra_content_layout_flag','disabled'),(3365,469,'site-post-title','disabled'),(3366,469,'ast-title-bar-display','disabled'),(3367,469,'ast-featured-img','disabled'),(3368,472,'_wp_attached_file','2022/09/hero-blog.jpg'),(3369,472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:21:\"2022/09/hero-blog.jpg\";s:8:\"filesize\";i:94259;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-blog-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8010;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-blog-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6203;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-blog-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29731;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"hero-blog-1536x528.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86962;}}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:{}}}'),(3370,472,'_elementor_source_image_hash','b3da62ff17fa7afe171aca903c7854ca0acd7e59'),(3371,473,'_wp_attached_file','2022/09/bg-circle1-right.jpg'),(3372,473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:1114;s:4:\"file\";s:28:\"2022/09/bg-circle1-right.jpg\";s:8:\"filesize\";i:16834;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"bg-circle1-right-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2038;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"bg-circle1-right-666x1024.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"bg-circle1-right-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1447;}}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:{}}}'),(3373,473,'_elementor_source_image_hash','682b68f60b44371046585720cfaa719e4a007ecc'),(3326,469,'_edit_last','3'),(3327,469,'_wp_page_template','default'),(3328,469,'site-sidebar-layout','no-sidebar'),(3329,469,'site-content-layout','page-builder'),(3330,469,'theme-transparent-header-meta','default'),(3331,471,'_menu_item_type','post_type'),(2238,332,'_elementor_edit_mode','builder'),(2239,332,'_elementor_template_type','single-post'),(2240,332,'_elementor_version','3.7.7'),(2241,332,'_elementor_pro_version','3.6.4'),(2236,256,'ekit_post_views_count','887'),(2237,295,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(2242,332,'_wp_page_template','default'),(2243,332,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}]},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}]},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2318,340,'_menu_item_type','post_type'),(2319,340,'_menu_item_menu_item_parent','0'),(2320,340,'_menu_item_object_id','236'),(2321,340,'_menu_item_object','page'),(2322,340,'_menu_item_target',''),(2323,340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2324,340,'_menu_item_xfn',''),(2325,340,'_menu_item_url',''),(3297,466,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"},\"background_size_mobile\":\"contain\"},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2807,400,'_elementor_template_type','single-post'),(2808,400,'_elementor_version','3.7.7'),(2809,400,'_elementor_pro_version','3.6.4'),(2810,400,'_wp_page_template','default'),(2811,400,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":455,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3132,447,'_elementor_edit_mode','builder'),(3133,447,'_elementor_template_type','single-post'),(3134,447,'_elementor_version','3.7.7'),(3135,447,'_elementor_pro_version','3.6.4'),(3136,447,'_wp_page_template','default'),(3137,447,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}],\"ekit_heading_sub_title_color\":\"#F20606\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3139,447,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(3140,447,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(2175,295,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2245,332,'_elementor_conditions','a:1:{i:0;s:35:\"include/singular/conferencias-edner\";}'),(2246,332,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:25:\"single/conferencias-edner\";s:10:\"preview_id\";s:3:\"256\";}'),(3315,468,'_elementor_edit_mode','builder'),(3316,468,'_elementor_template_type','jet-listing-items'),(3317,468,'_elementor_version','3.7.7'),(3318,468,'_elementor_pro_version','3.7.7'),(3319,468,'_wp_page_template','default'),(3320,468,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"2b62a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8c73b8c\"}],\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0248dd4\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3325,469,'_edit_lock','1664496163:3'),(2076,311,'_wp_attached_file','2022/09/PICH-e1664325490429.png'),(2077,311,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:483;s:6:\"height\";i:409;s:4:\"file\";s:31:\"2022/09/PICH-e1664325490429.png\";s:8:\"filesize\";i:337064;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"PICH-e1664325490429-300x254.png\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"PICH-e1664325490429-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22115;}s:22:\"elementor_custom_84x84\";a:4:{s:4:\"file\";s:83:\"elementor/thumbs/PICH-e1664325490429-pvejyk44i0l7d9i2bimbpvpkaeg6ch3bbd3uaguf60.png\";s:5:\"width\";i:84;s:6:\"height\";i:84;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:{}}}'),(2078,311,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:8:\"PICH.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:16:\"PICH-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21699;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:16:\"PICH-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39331;}}'),(2334,341,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(2337,342,'_elementor_edit_mode','builder'),(2338,342,'_elementor_template_type','header'),(2339,342,'_elementor_version','3.7.7'),(2340,342,'_elementor_pro_version','3.6.4'),(2341,342,'_wp_page_template','default'),(2342,342,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}]},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.75,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}]},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}]},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}]},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}]},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}]},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}]},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}]},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2065,295,'_wp_page_template','default'),(2066,295,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}],\"ekit_heading_sub_title_color\":\"#F20606\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2098,236,'_elementor_data','[{\"id\":\"c3eaa0a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":280,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3.3,\"sizes\":[]}},\"elements\":[{\"id\":\"21756643\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"c21c375\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}]},\"elements\":[{\"id\":\"157a045\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a79cf9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"8ac90ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"111\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"20f9eb0\"}],\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"shape_divider_bottom_color\":\"#F30000\",\"height\":\"min-height\",\"background_position_mobile\":\"top right\",\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"background_image_mobile\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/collage-eg-edner-2013-baja-1.jpg\",\"id\":437,\"alt\":\"\",\"source\":\"library\"},\"background_size_mobile\":\"contain\"},\"elements\":[{\"id\":\"2fe667b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57.165,\"jedv_conditions\":[{\"_id\":\"754e124\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"fb39e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.752,\"jedv_conditions\":[{\"_id\":\"813598a\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97bb788\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dise\\u00f1amos una conferencia para tu organizaci\\u00f3n hecha a la medida.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"jedv_conditions\":[{\"_id\":\"762f061\"}],\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7387183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"\",\"description_text\":\"A este Outfit espec\\u00edfico para cada empresa o instituci\\u00f3n le llamamos Dise\\u00f1o FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"09e3b0d\"}]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"5a2342eb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ce87dbe\"},\"_title\":\"Section: Schedule\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_overlay_position\":\"top left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"jedv_conditions\":[{\"_id\":\"f0d5add\"}]},\"elements\":[{\"id\":\"39f7ae97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"e9a6d86\"}]},\"elements\":[{\"id\":\"435a59cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"720\",\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"c666537\"}]},\"elements\":[{\"id\":\"37ce9b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"jedv_conditions\":[{\"_id\":\"51f00d9\"}]},\"elements\":[{\"id\":\"7c869711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tu conferencia\\u2026 Un traje a la medida\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"jedv_conditions\":[{\"_id\":\"b19f182\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f49cc2f\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"em\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"11af100\"}],\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"0cf9625\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"255\",\"columns\":\"1\",\"columns_tablet\":\"1\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"posts_query\":[],\"terms_meta_query\":[],\"users_meta_query\":[],\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ef5e63a\"}],\"vertical_gap\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"posts_num\":50},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6a4088d\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"17a3b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"70943d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3592,541,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3593,542,'_wp_attached_file','2022/09/placeholder-21.png'),(3594,542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-21.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-21-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-21-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-21-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3595,542,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3596,543,'_wp_attached_file','2022/09/placeholder-22.png'),(3597,543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-22.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-22-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-22-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-22-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3598,543,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3599,544,'_wp_attached_file','2022/09/placeholder-23.png'),(2357,344,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2726,391,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2727,391,'_elementor_edit_mode','builder'),(2728,391,'_elementor_template_type','jet-listing-items'),(2729,391,'_elementor_version','3.7.7'),(2730,391,'_elementor_pro_version','3.6.4'),(2731,391,'_wp_page_template','default'),(2732,391,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.416,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.195,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.916,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3600,544,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-23.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-23-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-23-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-23-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2041,306,'_wp_attached_file','2022/09/eventum-img9.jpg'),(2042,306,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1318;}'),(2043,306,'_elementor_source_image_hash','ba1b4d304be68271632695f436b337b2783c74d8'),(3616,549,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3617,550,'_wp_attached_file','2022/09/placeholder-29.png'),(3618,550,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-29.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-29-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-29-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-29-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3619,550,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3620,551,'_wp_attached_file','2022/09/placeholder-30.png'),(3621,551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-30.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-30-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-30-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-30-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2940,415,'_elementor_edit_mode','builder'),(2941,415,'_elementor_template_type','header'),(2942,415,'_elementor_version','3.7.7'),(2943,415,'_elementor_pro_version','3.6.4'),(2944,415,'_wp_page_template','default'),(2945,415,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}]},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.417,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}]},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.583,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}]},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}]},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}]},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}]},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}]},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}]},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2115,317,'_wp_attached_file','2022/09/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg'),(2116,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:78:\"2022/09/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\";s:8:\"filesize\";i:299261;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"young-business-team-listening-to-speaker-at-meeting-e1664326605261-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13047;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"young-business-team-listening-to-speaker-at-meeting-e1664326605261-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"young-business-team-listening-to-speaker-at-meeting-e1664326605261-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6813;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"young-business-team-listening-to-speaker-at-meeting-e1664326605261-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53476;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:79:\"young-business-team-listening-to-speaker-at-meeting-e1664326605261-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152174;}s:25:\"elementor_custom_1050x600\";a:4:{s:4:\"file\";s:130:\"elementor/thumbs/young-business-team-listening-to-speaker-at-meeting-e1664326605261-pvekrp4c4rildccwwh5t1gz3x7afojxa2fjtcwaghc.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:600;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:{}}}'),(2706,389,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2546,369,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2547,369,'_elementor_edit_mode','builder'),(2548,369,'_elementor_template_type','jet-listing-items'),(2549,369,'_elementor_version','3.7.7'),(2550,369,'_elementor_pro_version','3.6.4'),(2551,369,'_wp_page_template','default'),(2552,369,'_elementor_data','[{\"id\":\"3cb3e7e\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"f1c55fb\"}]},\"elements\":[{\"id\":\"fd30bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"52bcaf7\"}]},\"elements\":[{\"id\":\"ecd86ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":17,\"spread\":\"0\",\"color\":\"rgba(128.00000000000003, 134.00000000000003, 142.00000000000003, 0.17)\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"41563a4\"}],\"background_color\":\"#FFFFFF99\"},\"elements\":[{\"id\":\"9b48378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.558,\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"_inline_size_tablet\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"213032b\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"f1479a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.86,\"space_between_widgets\":\"8\",\"_inline_size_tablet\":37,\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"5a080da\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":\"1\"},{\"id\":\"d7c94d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.827,\"_inline_size_tablet\":\"20\",\"jedv_conditions\":[{\"_id\":\"5e1eda7\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false}]'),(3112,445,'_elementor_edit_mode','builder'),(3113,445,'_elementor_template_type','single-post'),(3114,445,'_elementor_version','3.7.7'),(3115,445,'_elementor_pro_version','3.6.4'),(3116,445,'_wp_page_template','default'),(3117,445,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}],\"ekit_heading_sub_title_color\":\"#F20606\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2669,385,'_elementor_edit_mode','builder'),(3006,261,'observacion',''),(3007,426,'_wp_attached_file','2022/09/FOTO-EVENTO-EDNER-5.jpg'),(3008,426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2022/09/FOTO-EVENTO-EDNER-5.jpg\";s:8:\"filesize\";i:51933;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47810;}}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:{}}}'),(2117,317,'envato_elements','DASBMRJ'),(2118,317,'_wp_attachment_image_alt','Young business team listening to speaker at meeting'),(2119,317,'envato_elements_download_event','DASBMRJ'),(2120,317,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:55:\"young-business-team-listening-to-speaker-at-meeting.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:63:\"young-business-team-listening-to-speaker-at-meeting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6789;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:63:\"young-business-team-listening-to-speaker-at-meeting-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13139;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:63:\"young-business-team-listening-to-speaker-at-meeting-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53525;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:64:\"young-business-team-listening-to-speaker-at-meeting-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82426;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:64:\"young-business-team-listening-to-speaker-at-meeting-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152135;}}'),(2344,342,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3583,538,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3584,539,'_wp_attached_file','2022/09/placeholder-18.png'),(3585,539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-18.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-18-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-18-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-18-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2354,343,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3610,547,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3260,461,'_elementor_version','3.7.7'),(3258,461,'_elementor_edit_mode','builder'),(3259,461,'_elementor_template_type','wp-page'),(2707,389,'_elementor_edit_mode','builder'),(2708,389,'_elementor_template_type','jet-listing-items'),(5595,754,'_wp_page_template','elementor_header_footer'),(5596,754,'_elementor_edit_mode','builder'),(5597,754,'_elementor_template_type','wp-page'),(5598,754,'_elementor_version','3.23.4'),(5599,754,'_elementor_pro_version','3.23.3'),(5600,754,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(2874,408,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2746,393,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2747,393,'_elementor_edit_mode','builder'),(2748,393,'_elementor_template_type','jet-listing-items'),(2875,408,'_elementor_edit_mode','builder'),(2876,408,'_elementor_template_type','jet-listing-items'),(1998,296,'envato_tk_folder_name','47f7b4cc1dc747e831c62754f2b89e9c'),(1999,296,'envato_tk_builder','elementor'),(2000,296,'envato_tk_source_zip_url','https://www.elconferencista.com/wp-content/uploads/template-kits/47f7b4cc1dc747e831c62754f2b89e9c/source-296.zip'),(2001,296,'envato_elements_download_event','A4FLR9K'),(2998,259,'observacion',''),(2999,424,'_wp_attached_file','2022/09/CONFERENCIA-FARMACIAS-SFA.jpg'),(3000,424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:37:\"2022/09/CONFERENCIA-FARMACIAS-SFA.jpg\";s:8:\"filesize\";i:64229;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"CONFERENCIA-FARMACIAS-SFA-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"CONFERENCIA-FARMACIAS-SFA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7612;}}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:{}}}'),(2005,298,'_wp_attached_file','2022/09/bg-circle2.jpg'),(2006,298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1224;s:4:\"file\";s:22:\"2022/09/bg-circle2.jpg\";s:8:\"filesize\";i:62729;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bg-circle2-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2094;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bg-circle2-837x1024.jpg\";s:5:\"width\";i:837;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-circle2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bg-circle2-768x940.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7462;}}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:{}}}'),(2007,298,'_elementor_source_image_hash','3d7251d1005b5ba671ffde2f9e48480d72c62769'),(3005,261,'_thumbnail_id','425'),(3022,267,'_thumbnail_id','430'),(5602,754,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(2878,408,'_elementor_pro_version','3.6.4'),(2879,408,'_wp_page_template','default'),(2880,408,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"2b62a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8c73b8c\"}],\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0248dd4\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2709,389,'_elementor_version','3.7.7'),(2710,389,'_elementor_pro_version','3.6.4'),(2711,389,'_wp_page_template','default');
INSERT INTO `wp_72rj7f_postmeta` VALUES (2712,389,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.416,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.195,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_size_mobile\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.916,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2358,344,'_elementor_edit_mode','builder'),(2359,344,'_elementor_template_type','jet-listing-items'),(2360,344,'_elementor_version','3.7.7'),(2361,344,'_elementor_pro_version','3.6.4'),(2362,344,'_wp_page_template','default'),(2363,344,'_elementor_data','[{\"id\":\"3cb3e7e\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"f1c55fb\"}]},\"elements\":[{\"id\":\"fd30bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"52bcaf7\"}]},\"elements\":[{\"id\":\"ecd86ff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":17,\"spread\":\"0\",\"color\":\"rgba(128.00000000000003, 134.00000000000003, 142.00000000000003, 0.17)\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"41563a4\"}],\"background_color\":\"#FFFFFF99\"},\"elements\":[{\"id\":\"9b48378\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.558,\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"56\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"213032b\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"f1479a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.86,\"space_between_widgets\":\"8\",\"_inline_size_tablet\":\"18\",\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"5a080da\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"5e71f80\",\"elType\":\"widget\",\"settings\":{\"source\":\"custom\",\"author_avatar\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"id\":311,\"alt\":\"\",\"source\":\"library\"},\"author_name\":\"EDNER GRANADOS\",\"author_bio\":\"IMPACT SPEAKER\\n\",\"link_text\":\"Todas las entradas\",\"image_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_border\":\"yes\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"bio_typography_typography\":\"custom\",\"bio_typography_font_family\":\"Roboto\",\"bio_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"bio_typography_font_weight\":\"600\",\"bio_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"31e00df\"}],\"__globals__\":{\"name_color\":\"globals\\/colors?id=primary\",\"image_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":\"1\"},{\"id\":\"d7c94d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.827,\"_inline_size_tablet\":\"20\",\"jedv_conditions\":[{\"_id\":\"5e1eda7\"}],\"content_position\":\"center\"},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false}]'),(2992,258,'_thumbnail_id','422'),(2993,258,'observacion',''),(2994,258,'ekit_post_views_count','832'),(2995,423,'_wp_attached_file','2022/09/CONFERENCIA-SALTILLO.jpg'),(2996,423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:32:\"2022/09/CONFERENCIA-SALTILLO.jpg\";s:8:\"filesize\";i:61689;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CONFERENCIA-SALTILLO-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16739;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CONFERENCIA-SALTILLO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6751;}}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:{}}}'),(3575,536,'_wp_attached_file','2022/09/placeholder-15.png'),(3576,536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-15.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-15-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-15-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-15-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(2980,222,'ekit_post_views_count','3'),(2981,222,'_elementor_screenshot_failed','2022-09-29 01:58:24'),(2983,420,'_wp_attached_file','2022/09/CONFERENCIA-GM-2.jpg'),(2984,420,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:28:\"2022/09/CONFERENCIA-GM-2.jpg\";s:8:\"filesize\";i:59977;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"CONFERENCIA-GM-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"CONFERENCIA-GM-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6801;}}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:{}}}'),(2985,256,'_thumbnail_id','82'),(2986,421,'_wp_attached_file','2022/09/CONFERENCIA-PROVIDENT.jpg'),(2987,421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:33:\"2022/09/CONFERENCIA-PROVIDENT.jpg\";s:8:\"filesize\";i:49054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"CONFERENCIA-PROVIDENT-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"CONFERENCIA-PROVIDENT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5613;}}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:{}}}'),(2988,257,'_thumbnail_id','421'),(2989,257,'observacion',''),(2990,422,'_wp_attached_file','2022/09/WhatsApp-Image-2022-09-28-at-21.10.08.jpeg'),(2991,422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:50:\"2022/09/WhatsApp-Image-2022-09-28-at-21.10.08.jpeg\";s:8:\"filesize\";i:112401;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-09-28-at-21.10.08-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-09-28-at-21.10.08-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2022-09-28-at-21.10.08-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83416;}}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:{}}}'),(2977,256,'observacion',''),(3282,464,'_elementor_pro_version','3.6.4'),(3281,464,'_elementor_version','3.7.7'),(3280,464,'_elementor_template_type','wp-page'),(3279,464,'_elementor_edit_mode','builder'),(3278,464,'_wp_page_template','default'),(3314,468,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(2886,409,'_elementor_edit_mode','builder'),(2887,409,'_elementor_template_type','single-post'),(2888,409,'_elementor_version','3.7.7'),(2889,409,'_elementor_pro_version','3.6.4'),(2890,409,'_wp_page_template','default'),(2891,409,'_elementor_data','[{\"id\":\"60044111\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":317,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\",\"alt\":\"Young business team listening to speaker at meeting\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"_title\":\"inner-banner\",\"margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"155\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"gap\":\"no\",\"height\":\"min-height\",\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-235\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-230\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"7926c72\"}]},\"elements\":[{\"id\":\"1eaddf1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"initial\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_size_mobile\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"7cbe163\"}]},\"elements\":[{\"id\":\"38886880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event Detail\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"9285dd3\"}],\"title_color\":\"#FFFBFB\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"5c48979\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f767a00\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"detail\",\"jedv_conditions\":[{\"_id\":\"630d427\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"7ae794b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"align\":\"space-between\",\"align_mobile\":\"flex-start\",\"jedv_conditions\":[{\"_id\":\"87344b9\"}]},\"elements\":[{\"id\":\"535c2408\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"51e353d\"}]},\"elements\":[{\"id\":\"671b3b4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"306\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img9.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e530b27\"}]},\"elements\":[{\"id\":\"3afa978\",\"elType\":\"widget\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"a2600ff\"}],\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"85f0403\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"28b5afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"KEY POINT OF THIS SESSION\",\"header_size\":\"h5\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"72e5c8f\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"907d414\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22subtitulo-1%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5124f1bb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align_mobile\":\"left\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"b429027\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8b51cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet tenetur error? Nostra duis illum bibendum asperiores lobortis, tortor exercitation risus nec? Arcu voluptatum. Anim consequatur? A ducimus? Elementum platea illo, class tempore. Iste laudantium ullam temporibus et.<\\/p>\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b40aaee\"}],\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"0149c1b\\\" name=\\\"jet-post-custom-field\\\" settings=\\\"%7B%22meta_field%22%3A%22descripcion%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"29214bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ac4b9f5\"}]},\"elements\":[{\"id\":\"1219c01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jedv_conditions\":[{\"_id\":\"93ad51f\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cd4fa77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"fcc5536\"}]},\"elements\":[{\"id\":\"7845756e\",\"elType\":\"widget\",\"settings\":{\"title\":\"EVENT SPEAKER\",\"header_size\":\"h6\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"b8ba94d\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55c0a9e9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"83232f7\"}]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"16b25dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":311,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/PICH-e1664325490429.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"c8935be\"}],\"space\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":139,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":57,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":111,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"46c25087\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"EDNER GRANADOS\",\"ekit_heading_title_tag\":\"h5\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"IMPACT SPEAKER\",\"ekit_heading_sub_title_tag\":\"p\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=61eed76\",\"ekit_heading_sub_title_typography_typography\":\"\",\"_background_color\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=accent\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Poppins\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Mulish\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"221\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"jedv_conditions\":[{\"_id\":\"d83af52\"}]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"36b63a4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"dab251c\"}],\"icon_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e13e7f6\",\"elType\":\"section\",\"settings\":{\"jedv_conditions\":[{\"_id\":\"ca6a3f1\"}]},\"elements\":[{\"id\":\"ab298a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"1147e42\"}]},\"elements\":[{\"id\":\"605f8a5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"_id\":\"e2b6d34\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"3b017ae\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=text\",\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\",\"_background_color\":\"globals\\/colors?id=primary\"},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4fefc8e\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#000000\",\"text_color_hover\":\"#000000\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"_element_width\":\"auto\",\"_position\":\"fixed\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":713,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":689,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":558,\"sizes\":[]},\"_z_index_mobile\":20,\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1988,295,'_elementor_pro_version','3.6.4'),(1989,295,'_astra_content_layout_flag','disabled'),(1990,295,'site-post-title','disabled'),(1991,295,'ast-title-bar-display','disabled'),(1992,295,'ast-featured-img','disabled'),(1993,295,'site-content-layout','page-builder'),(1994,295,'site-sidebar-layout','no-sidebar'),(1995,295,'_edit_lock','1687457857:4'),(1996,295,'ekit_post_views_count','14'),(1997,296,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:10:\"Consession\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:20:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:37:\"https://templatekits.themewarrior.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:1;}i:1;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:74:\"https://templatekits.themewarrior.com/consession/?elementor_library=header\";s:4:\"type\";s:6:\"header\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"header\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Header\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:2;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:74:\"https://templatekits.themewarrior.com/consession/?elementor_library=footer\";s:4:\"type\";s:6:\"footer\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"footer\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Footer\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:3;a:8:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:67:\"https://templatekits.themewarrior.com/consession/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:4;a:8:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:71:\"https://templatekits.themewarrior.com/consession/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:9:{s:4:\"name\";s:8:\"Schedule\";s:10:\"screenshot\";s:24:\"screenshots/schedule.jpg\";s:6:\"source\";s:23:\"templates/schedule.json\";s:11:\"preview_url\";s:71:\"https://templatekits.themewarrior.com/consession/template-kit/schedule/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:303;}}}i:6;a:8:{s:4:\"name\";s:11:\"Sponsorship\";s:10:\"screenshot\";s:27:\"screenshots/sponsorship.jpg\";s:6:\"source\";s:26:\"templates/sponsorship.json\";s:11:\"preview_url\";s:74:\"https://templatekits.themewarrior.com/consession/template-kit/sponsorship/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:7;a:8:{s:4:\"name\";s:18:\"Become a Volunteer\";s:10:\"screenshot\";s:34:\"screenshots/become-a-volunteer.jpg\";s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:11:\"preview_url\";s:81:\"https://templatekits.themewarrior.com/consession/template-kit/become-a-volunteer/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:8;a:8:{s:4:\"name\";s:8:\"Speakers\";s:10:\"screenshot\";s:24:\"screenshots/speakers.jpg\";s:6:\"source\";s:23:\"templates/speakers.json\";s:11:\"preview_url\";s:71:\"https://templatekits.themewarrior.com/consession/template-kit/speakers/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:14:\"Ticket Pricing\";s:10:\"screenshot\";s:30:\"screenshots/ticket-pricing.jpg\";s:6:\"source\";s:29:\"templates/ticket-pricing.json\";s:11:\"preview_url\";s:77:\"https://templatekits.themewarrior.com/consession/template-kit/ticket-pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:10;a:8:{s:4:\"name\";s:11:\"Testimonals\";s:10:\"screenshot\";s:27:\"screenshots/testimonals.jpg\";s:6:\"source\";s:26:\"templates/testimonals.json\";s:11:\"preview_url\";s:74:\"https://templatekits.themewarrior.com/consession/template-kit/testimonals/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:66:\"https://templatekits.themewarrior.com/consession/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:9:{s:4:\"name\";s:8:\"Our Team\";s:10:\"screenshot\";s:24:\"screenshots/our-team.jpg\";s:6:\"source\";s:23:\"templates/our-team.json\";s:11:\"preview_url\";s:71:\"https://templatekits.themewarrior.com/consession/template-kit/our-team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:596;}}}i:13;a:9:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:67:\"https://templatekits.themewarrior.com/consession/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:474;}}}i:14;a:8:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:73:\"https://templatekits.themewarrior.com/consession/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:15;a:9:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:79:\"https://templatekits.themewarrior.com/consession/?elementor_library=single-post\";s:4:\"type\";s:11:\"single-post\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-post\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:21:\"include/singular/post\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Post\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Posts.\";}}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:638;}}}i:16;a:8:{s:4:\"name\";s:11:\"Coming soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:26:\"templates/coming-soon.json\";s:11:\"preview_url\";s:74:\"https://templatekits.themewarrior.com/consession/template-kit/coming-soon/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:17;a:8:{s:4:\"name\";s:13:\"Popup Banners\";s:10:\"screenshot\";s:29:\"screenshots/popup-banners.jpg\";s:6:\"source\";s:28:\"templates/popup-banners.json\";s:11:\"preview_url\";s:81:\"https://templatekits.themewarrior.com/consession/?elementor_library=popup-banners\";s:4:\"type\";s:5:\"popup\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:13:\"section-popup\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:5:\"popup\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:27:\"include/singular/front_page\";}s:31:\"additional_template_information\";a:2:{i:0;s:45:\"This is a \"Popup\" template for Elementor Pro.\";i:1;s:42:\"This template will display on: Front Page.\";}}s:22:\"elementor_pro_required\";b:1;}i:18;a:8:{s:4:\"name\";s:3:\"404\";s:10:\"screenshot\";s:19:\"screenshots/404.jpg\";s:6:\"source\";s:18:\"templates/404.json\";s:11:\"preview_url\";s:71:\"https://templatekits.themewarrior.com/consession/?elementor_library=404\";s:4:\"type\";s:9:\"error-404\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:9:\"error-404\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:29:\"include/singular/not_found404\";}s:31:\"additional_template_information\";a:2:{i:0;s:49:\"This is a \"Error 404\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: 404 Page.\";}}s:22:\"elementor_pro_required\";b:1;}i:19;a:8:{s:4:\"name\";s:7:\"Archive\";s:10:\"screenshot\";s:23:\"screenshots/archive.jpg\";s:6:\"source\";s:22:\"templates/archive.json\";s:11:\"preview_url\";s:75:\"https://templatekits.themewarrior.com/consession/?elementor_library=archive\";s:4:\"type\";s:7:\"archive\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:12:\"archive-blog\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"archive\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/archive\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Archive\" template for Elementor Pro.\";i:1;s:44:\"This template will display on: All Archives.\";}}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.4.8\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"3.5.2\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:6:\"images\";a:79:{i:0;a:8:{s:8:\"filename\";s:13:\"footer-bg.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/footer-bg-800x191.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:86679;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:382;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/diverse-business-people-listening-and-raising-hand-7LQNGCU\";}i:1;a:8:{s:8:\"filename\";s:13:\"hero-home.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-home-800x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:101930;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:57:\"https://elements.envato.com/seminar-at-university-S4ZPNCA\";}i:2;a:8:{s:8:\"filename\";s:12:\"main-sp1.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/main-sp1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:10578;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:84;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:57:\"https://elements.envato.com/businessman-in-office-GUN2F7T\";}i:3;a:8:{s:8:\"filename\";s:13:\"main-sp-1.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/main-sp-1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:9763;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:84;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:47:\"https://elements.envato.com/businessman-EYTCXXR\";}i:4;a:8:{s:8:\"filename\";s:13:\"main-sp-2.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/main-sp-2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:11110;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:84;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/portrait-of-smiling-pretty-young-business-woman-si-SZWP5M3\";}i:5;a:8:{s:8:\"filename\";s:13:\"main-sp-3.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/main-sp-3.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:11660;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:84;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-confident-mature-businessman-looking-at-ca-SGGD6FN\";}i:6;a:8:{s:8:\"filename\";s:13:\"main-sp-4.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/main-sp-4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:9264;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:84;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/young-female-entrepreneur-ZJ4X9KT\";}i:7;a:8:{s:8:\"filename\";s:14:\"accent-dot.png\";s:13:\"thumbnail_url\";s:99:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/accent-dot.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:1498;s:10:\"dimensions\";a:2:{i:0;i:68;i:1;i:64;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:8;a:8:{s:8:\"filename\";s:14:\"about-sect.jpg\";s:13:\"thumbnail_url\";s:99:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/about-sect.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:68381;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/diverse-people-in-a-seminar-37KTHYV\";}i:9;a:8:{s:8:\"filename\";s:14:\"bg-circle1.jpg\";s:13:\"thumbnail_url\";s:99:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle1.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:55908;s:10:\"dimensions\";a:2:{i:0;i:791;i:1;i:1153;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:10;a:8:{s:8:\"filename\";s:15:\"accent-dot2.png\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/accent-dot2.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:554;s:10:\"dimensions\";a:2:{i:0;i:32;i:1;i:32;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:11;a:8:{s:8:\"filename\";s:22:\"accent-circle-line.png\";s:13:\"thumbnail_url\";s:107:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/accent-circle-line.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:1073;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:12;a:8:{s:8:\"filename\";s:28:\"video-conference-overlay.jpg\";s:13:\"thumbnail_url\";s:121:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/video-conference-overlay-800x451.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:94042;s:10:\"dimensions\";a:2:{i:0;i:1050;i:1;i:592;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/diverse-people-in-a-seminar-RBPLBEY\";}i:13;a:8:{s:8:\"filename\";s:18:\"bg-circle-dark.jpg\";s:13:\"thumbnail_url\";s:103:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle-dark.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:81880;s:10:\"dimensions\";a:2:{i:0;i:680;i:1;i:1063;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:14;a:8:{s:8:\"filename\";s:14:\"speakers-0.jpg\";s:13:\"thumbnail_url\";s:99:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:26644;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/businessman-look-at-camera-7YE6G5D\";}i:15;a:8:{s:8:\"filename\";s:16:\"speakers-0-1.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-1.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:22099;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/young-female-entrepreneur-ZJ4X9KT\";}i:16;a:8:{s:8:\"filename\";s:16:\"speakers-0-2.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-2.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:23902;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/portrait-of-a-businessman-8EFBCET\";}i:17;a:8:{s:8:\"filename\";s:16:\"speakers-0-3.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-3.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:34322;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:57:\"https://elements.envato.com/businessman-in-office-GUN2F7T\";}i:18;a:8:{s:8:\"filename\";s:16:\"speakers-0-4.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-4.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:25487;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:65:\"https://elements.envato.com/confident-female-entrepreneur-RALL8JM\";}i:19;a:8:{s:8:\"filename\";s:16:\"speakers-0-5.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-5.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:25623;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:68:\"https://elements.envato.com/handsome-businessman-with-gadget-7E6CNHG\";}i:20;a:8:{s:8:\"filename\";s:16:\"speakers-0-6.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-6.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:48938;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:60:\"https://elements.envato.com/portrait-of-entrepreneur-PC2MH48\";}i:21;a:8:{s:8:\"filename\";s:16:\"speakers-0-7.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/speakers-0-7.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:35195;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:480;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-confident-mature-businessman-looking-at-ca-SGGD6FN\";}i:22;a:8:{s:8:\"filename\";s:13:\"world-map.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/world-map-800x531.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:98831;s:10:\"dimensions\";a:2:{i:0;i:1050;i:1;i:697;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:59:\"https://elements.envato.com/vector-dotted-world-map-4MLXK3M\";}i:23;a:8:{s:8:\"filename\";s:12:\"testimo1.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:15027;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:24;a:8:{s:8:\"filename\";s:12:\"testimo2.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:49613;s:10:\"dimensions\";a:2:{i:0;i:256;i:1;i:256;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:25;a:8:{s:8:\"filename\";s:12:\"testimo3.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo3.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:14474;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:26;a:8:{s:8:\"filename\";s:14:\"bg-circle2.jpg\";s:13:\"thumbnail_url\";s:107:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle2-800x979.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}i:3;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}i:5;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:6;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}i:7;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:62729;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1224;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:27;a:8:{s:8:\"filename\";s:16:\"logo-color-1.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2315;s:10:\"dimensions\";a:2:{i:0;i:132;i:1;i:35;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:28;a:8:{s:8:\"filename\";s:16:\"logo-color-2.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-2.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2935;s:10:\"dimensions\";a:2:{i:0;i:132;i:1;i:27;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:29;a:8:{s:8:\"filename\";s:16:\"logo-color-3.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-3.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:1949;s:10:\"dimensions\";a:2:{i:0;i:132;i:1;i:35;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:30;a:8:{s:8:\"filename\";s:16:\"logo-color-4.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-4.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2388;s:10:\"dimensions\";a:2:{i:0;i:100;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:31;a:8:{s:8:\"filename\";s:16:\"logo-color-5.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-5.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2355;s:10:\"dimensions\";a:2:{i:0;i:163;i:1;i:43;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:32;a:8:{s:8:\"filename\";s:16:\"logo-color-6.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-6.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2077;s:10:\"dimensions\";a:2:{i:0;i:119;i:1;i:31;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:33;a:8:{s:8:\"filename\";s:16:\"logo-color-7.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-7.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2961;s:10:\"dimensions\";a:2:{i:0;i:152;i:1;i:39;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:34;a:8:{s:8:\"filename\";s:16:\"logo-color-8.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-8.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:4160;s:10:\"dimensions\";a:2:{i:0;i:155;i:1;i:44;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:35;a:8:{s:8:\"filename\";s:16:\"logo-color-9.png\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-9.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2397;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:36;a:8:{s:8:\"filename\";s:17:\"logo-color-10.png\";s:13:\"thumbnail_url\";s:102:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-10.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2497;s:10:\"dimensions\";a:2:{i:0;i:139;i:1;i:30;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:37;a:8:{s:8:\"filename\";s:17:\"logo-color-11.png\";s:13:\"thumbnail_url\";s:102:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-11.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2546;s:10:\"dimensions\";a:2:{i:0;i:141;i:1;i:30;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:38;a:8:{s:8:\"filename\";s:17:\"logo-color-12.png\";s:13:\"thumbnail_url\";s:102:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-color-12.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:2063;s:10:\"dimensions\";a:2:{i:0;i:135;i:1;i:34;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:39;a:8:{s:8:\"filename\";s:14:\"hero-about.jpg\";s:13:\"thumbnail_url\";s:107:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-about-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:78249;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:52:\"https://elements.envato.com/business-seminar-P8MBXNR\";}i:40;a:8:{s:8:\"filename\";s:20:\"bg-circle1-right.jpg\";s:13:\"thumbnail_url\";s:105:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle1-right.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}i:2;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:5;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:16834;s:10:\"dimensions\";a:2:{i:0;i:724;i:1;i:1114;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:41;a:8:{s:8:\"filename\";s:20:\"conference-about.jpg\";s:13:\"thumbnail_url\";s:105:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/conference-about.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:79793;s:10:\"dimensions\";a:2:{i:0;i:785;i:1;i:464;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/diverse-people-in-a-seminar-RBPLBEY\";}i:42;a:8:{s:8:\"filename\";s:21:\"conference-about2.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/conference-about2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:35697;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:503;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/speaker-at-business-meeting-in-the-conference-hall-PE8662Q\";}i:43;a:8:{s:8:\"filename\";s:17:\"hero-schedule.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-schedule-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/schedule.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:90564;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/students-sitting-at-seminar-856F7HU\";}i:44;a:8:{s:8:\"filename\";s:20:\"hero-sponsorship.jpg\";s:13:\"thumbnail_url\";s:113:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-sponsorship-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:73478;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:73:\"https://elements.envato.com/smiling-audience-listening-to-seminar-DHACKR3\";}i:45;a:8:{s:8:\"filename\";s:16:\"sponsor-sect.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/sponsor-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/sponsorship.json\";s:4:\"name\";s:11:\"Sponsorship\";}}s:8:\"filesize\";i:43504;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:79:\"https://elements.envato.com/diverse-business-people-applauding-with-joy-EXF7GCA\";}i:46;a:8:{s:8:\"filename\";s:16:\"hero-join-us.jpg\";s:13:\"thumbnail_url\";s:109:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-join-us-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:74062;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/diverse-people-in-a-seminar-LMP8XPE\";}i:47;a:8:{s:8:\"filename\";s:18:\"volunteer-sect.jpg\";s:13:\"thumbnail_url\";s:103:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/volunteer-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:36147;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:640;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:52:\"https://elements.envato.com/business-seminar-PAKS8ZZ\";}i:48;a:8:{s:8:\"filename\";s:13:\"jobs-sect.jpg\";s:13:\"thumbnail_url\";s:98:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/jobs-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:35543;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:434;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/explaining-data-to-groupmate-VT79JPH\";}i:49;a:8:{s:8:\"filename\";s:15:\"9RWRGNJ-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/9RWRGNJ-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:23852;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:78:\"https://elements.envato.com/senior-woman-studying-with-teacher-at-home-9RWRGNJ\";}i:50;a:8:{s:8:\"filename\";s:15:\"BCVNWGK-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/BCVNWGK-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:20667;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:84:\"https://elements.envato.com/assisting-client-in-receiving-services-in-person-BCVNWGK\";}i:51;a:8:{s:8:\"filename\";s:15:\"EPR5UTL-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/EPR5UTL-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:19723;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-successful-business-people-working-togeth-EPR5UTL\";}i:52;a:8:{s:8:\"filename\";s:15:\"LY343K3-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/LY343K3-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:20220;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:72:\"https://elements.envato.com/senior-woman-studying-with-volunteer-LY343K3\";}i:53;a:8:{s:8:\"filename\";s:15:\"MGAKPF9-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/MGAKPF9-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:22670;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:70:\"https://elements.envato.com/couple-paying-bills-by-credit-card-MGAKPF9\";}i:54;a:8:{s:8:\"filename\";s:15:\"PVDN3B8-min.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/PVDN3B8-min.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:25085;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-young-business-professionals-having-a-mee-PVDN3B8\";}i:55;a:8:{s:8:\"filename\";s:17:\"hero-speakers.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-speakers-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:71412;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/back-side-of-audience-listening-the-speaker-with-p-7UZ3WDL\";}i:56;a:8:{s:8:\"filename\";s:14:\"bg-circle4.jpg\";s:13:\"thumbnail_url\";s:107:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle4-800x829.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/speakers.json\";s:4:\"name\";s:8:\"Speakers\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/ticket-pricing.json\";s:4:\"name\";s:14:\"Ticket Pricing\";}}s:8:\"filesize\";i:68497;s:10:\"dimensions\";a:2:{i:0;i:1156;i:1;i:1198;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:57;a:8:{s:8:\"filename\";s:16:\"hero-pricing.jpg\";s:13:\"thumbnail_url\";s:109:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-pricing-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:29:\"templates/ticket-pricing.json\";s:4:\"name\";s:14:\"Ticket Pricing\";}}s:8:\"filesize\";i:70649;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/rear-view-of-audience-in-the-conference-hall-or-se-ANYMJC2\";}i:58;a:8:{s:8:\"filename\";s:21:\"bg-circle-pricing.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-circle-pricing.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:29:\"templates/ticket-pricing.json\";s:4:\"name\";s:14:\"Ticket Pricing\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:32190;s:10:\"dimensions\";a:2:{i:0;i:664;i:1;i:1075;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:59;a:8:{s:8:\"filename\";s:19:\"shape-bestprice.png\";s:13:\"thumbnail_url\";s:104:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/shape-bestprice.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:29:\"templates/ticket-pricing.json\";s:4:\"name\";s:14:\"Ticket Pricing\";}}s:8:\"filesize\";i:520;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:30;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:60;a:8:{s:8:\"filename\";s:21:\"hero-testimonials.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-testimonials-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:94165;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/diverse-business-people-listening-and-raising-hand-7LQNGCU\";}i:61;a:8:{s:8:\"filename\";s:12:\"testimo4.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:20796;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:62;a:8:{s:8:\"filename\";s:12:\"testimo5.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo5.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:19446;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:63;a:8:{s:8:\"filename\";s:12:\"testimo6.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo6.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:18083;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:64;a:8:{s:8:\"filename\";s:12:\"testimo7.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo7.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:22159;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:65;a:8:{s:8:\"filename\";s:12:\"testimo8.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo8.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:17099;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:66;a:8:{s:8:\"filename\";s:12:\"testimo9.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/testimo9.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonals.json\";s:4:\"name\";s:11:\"Testimonals\";}}s:8:\"filesize\";i:26119;s:10:\"dimensions\";a:2:{i:0;i:128;i:1;i:128;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:67;a:8:{s:8:\"filename\";s:12:\"hero-faq.jpg\";s:13:\"thumbnail_url\";s:105:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-faq-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:55257;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:55:\"https://elements.envato.com/talking-to-students-6UFK99W\";}i:68;a:8:{s:8:\"filename\";s:12:\"faq-sect.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/faq-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:23767;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:364;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:52:\"https://elements.envato.com/excellent-report-368QSLH\";}i:69;a:8:{s:8:\"filename\";s:13:\"hero-team.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-team-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:95321;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/diverse-business-people-at-seminar-in-audience-LJLAMZK\";}i:70;a:8:{s:8:\"filename\";s:12:\"ceo-sect.jpg\";s:13:\"thumbnail_url\";s:97:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/ceo-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:34226;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/businessman-look-at-camera-7YE6G5D\";}i:71;a:8:{s:8:\"filename\";s:13:\"hero-blog.jpg\";s:13:\"thumbnail_url\";s:106:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-blog-800x275.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:94259;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/woman-holding-a-microphone-BJPBJSC\";}i:72;a:8:{s:8:\"filename\";s:16:\"hero-contact.jpg\";s:13:\"thumbnail_url\";s:109:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-contact-800x275.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:85316;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:54:\"https://elements.envato.com/working-at-seminar-LML9N7G\";}i:73;a:8:{s:8:\"filename\";s:24:\"logo-consession-dark.png\";s:13:\"thumbnail_url\";s:109:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/logo-consession-dark.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:3391;s:10:\"dimensions\";a:2:{i:0;i:199;i:1;i:32;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:74;a:8:{s:8:\"filename\";s:16:\"contact-sect.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/contact-sect.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:43555;s:10:\"dimensions\";a:2:{i:0;i:658;i:1;i:662;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/discussing-business-papers-TZ4MJPT\";}i:75;a:8:{s:8:\"filename\";s:14:\"hero-spost.jpg\";s:13:\"thumbnail_url\";s:107:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/hero-spost-800x104.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:58617;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:208;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/woman-holding-a-microphone-BJPBJSC\";}i:76;a:8:{s:8:\"filename\";s:17:\"bg-comingsoon.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-comingsoon-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming soon\";}}s:8:\"filesize\";i:98218;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:900;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/audience-applauding-at-a-business-seminar-close-up-PZAPMNQ\";}i:77;a:8:{s:8:\"filename\";s:17:\"Popup-consess.jpg\";s:13:\"thumbnail_url\";s:102:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/Popup-consess.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:28:\"templates/popup-banners.json\";s:4:\"name\";s:13:\"Popup Banners\";}}s:8:\"filesize\";i:38253;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:517;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:54:\"https://elements.envato.com/working-at-seminar-LML9N7G\";}i:78;a:8:{s:8:\"filename\";s:10:\"bg-404.jpg\";s:13:\"thumbnail_url\";s:103:\"https://templatekits.themewarrior.com/consession/wp-content/uploads/sites/40/2021/12/bg-404-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:121471;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:900;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/cheerful-woman-speaking-on-a-microphone-in-a-works-E5AHLH7\";}}}'),(1911,281,'envato_tk_folder_name','29c870f289a7920c28cf109bd210964e'),(1912,281,'envato_tk_builder','elementor'),(1913,281,'envato_tk_source_zip_url','https://www.elconferencista.com/wp-content/uploads/template-kits/29c870f289a7920c28cf109bd210964e/source-281.zip'),(1914,281,'envato_elements_download_event','KK898SM'),(1967,255,'_wp_page_template','default'),(1906,280,'envato_tk_folder_name','a6a73020905859615e672cad42a6107a'),(1907,280,'envato_tk_builder','elementor'),(1908,280,'envato_tk_source_zip_url','https://www.elconferencista.com/wp-content/uploads/template-kits/a6a73020905859615e672cad42a6107a/source-280.zip'),(1909,280,'envato_elements_download_event','3C3Q3CX'),(1910,281,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:9:\"Wellbeing\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.2\";s:9:\"templates\";a:14:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:51:\"https://elementorpress.com/templatekit-pro/layout31\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:72:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:2;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:72:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:8:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:26:\"templates/coming-soon.json\";s:11:\"preview_url\";s:77:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/coming-soon/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:4;a:8:{s:4:\"name\";s:3:\"404\";s:10:\"screenshot\";s:19:\"screenshots/404.jpg\";s:6:\"source\";s:18:\"templates/404.json\";s:11:\"preview_url\";s:69:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/404/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:69:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:8:\"Benefits\";s:10:\"screenshot\";s:24:\"screenshots/benefits.jpg\";s:6:\"source\";s:23:\"templates/benefits.json\";s:11:\"preview_url\";s:74:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/benefits/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:14:\"Video Tutorial\";s:10:\"screenshot\";s:30:\"screenshots/video-tutorial.jpg\";s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:11:\"preview_url\";s:80:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/video-tutorial/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:12:\"Testimonials\";s:10:\"screenshot\";s:28:\"screenshots/testimonials.jpg\";s:6:\"source\";s:27:\"templates/testimonials.json\";s:11:\"preview_url\";s:78:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/testimonials/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:70:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:5:\"Price\";s:10:\"screenshot\";s:21:\"screenshots/price.jpg\";s:6:\"source\";s:20:\"templates/price.json\";s:11:\"preview_url\";s:71:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/price/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:73:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:20:\"templates/about.json\";s:11:\"preview_url\";s:71:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/about/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:70:\"https://elementorpress.com/templatekit-pro/layout31/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.5.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.5.3\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:26:\"Events Addon for Elementor\";s:7:\"version\";s:5:\"1.9.4\";s:4:\"file\";s:57:\"events-addon-for-elementor/events-addon-for-elementor.php\";s:6:\"author\";s:11:\"NicheAddons\";}i:3;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"2.1.1\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}}s:6:\"images\";a:71:{i:0;a:8:{s:8:\"filename\";s:16:\"footer-shape.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/footer-shape.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:7242;s:10:\"dimensions\";a:2:{i:0;i:1732;i:1;i:680;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:1;a:8:{s:8:\"filename\";s:15:\"footer-logo.png\";s:13:\"thumbnail_url\";s:94:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/footer-logo.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:5069;s:10:\"dimensions\";a:2:{i:0;i:204;i:1;i:40;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/letter-w-colorful-logo-VF3LG5Z\";}i:2;a:8:{s:8:\"filename\";s:15:\"payment-img.png\";s:13:\"thumbnail_url\";s:94:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/payment-img.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:6934;s:10:\"dimensions\";a:2:{i:0;i:194;i:1;i:28;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:8:\"logo.png\";s:13:\"thumbnail_url\";s:87:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/logo.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:5063;s:10:\"dimensions\";a:2:{i:0;i:199;i:1;i:40;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/letter-w-colorful-logo-VF3LG5Z\";}i:4;a:8:{s:8:\"filename\";s:24:\"home-section-bg-blue.jpg\";s:13:\"thumbnail_url\";s:111:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-section-bg-blue-800x630.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming Soon\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:266883;s:10:\"dimensions\";a:2:{i:0;i:1110;i:1;i:874;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:5;a:8:{s:8:\"filename\";s:24:\"comming-soon-shape-1.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/comming-soon-shape-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:6391;s:10:\"dimensions\";a:2:{i:0;i:921;i:1;i:705;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:6;a:8:{s:8:\"filename\";s:21:\"comming-soon-logo.png\";s:13:\"thumbnail_url\";s:100:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/comming-soon-logo.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:5073;s:10:\"dimensions\";a:2:{i:0;i:199;i:1;i:40;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/letter-w-colorful-logo-VF3LG5Z\";}i:7;a:8:{s:8:\"filename\";s:16:\"about-banner.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-banner.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:178209;s:10:\"dimensions\";a:2:{i:0;i:1418;i:1;i:435;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:8;a:8:{s:8:\"filename\";s:23:\"about-banner-shapes.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-banner-shapes.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:6070;s:10:\"dimensions\";a:2:{i:0;i:1418;i:1;i:435;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:9;a:8:{s:8:\"filename\";s:18:\"faq-girl-img-1.jpg\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/faq-girl-img-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:76506;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:350;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/students-asking-questions-PKWUBZY\";}i:10;a:8:{s:8:\"filename\";s:18:\"faq-girl-img-2.jpg\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/faq-girl-img-2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:58963;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/students-asking-questions-PKWUBZY\";}i:11;a:8:{s:8:\"filename\";s:18:\"faq-girl-img-3.jpg\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/faq-girl-img-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:41850;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:220;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/question-after-presentation-6DFDKHB\";}i:12;a:8:{s:8:\"filename\";s:18:\"faq-girl-img-4.jpg\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/faq-girl-img-4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:68326;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:320;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/students-asking-questions-PKWUBZY\";}i:13;a:8:{s:8:\"filename\";s:9:\"shape.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/shape.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:5;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:9730;s:10:\"dimensions\";a:2:{i:0;i:1732;i:1;i:680;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:14;a:8:{s:8:\"filename\";s:11:\"form-bg.jpg\";s:13:\"thumbnail_url\";s:90:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/form-bg.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:5;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:39172;s:10:\"dimensions\";a:2:{i:0;i:1110;i:1;i:413;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:15;a:8:{s:8:\"filename\";s:9:\"logo1.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo1.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:1315;s:10:\"dimensions\";a:2:{i:0;i:91;i:1;i:43;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:16;a:8:{s:8:\"filename\";s:9:\"logo2.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo2.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:840;s:10:\"dimensions\";a:2:{i:0;i:116;i:1;i:40;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:17;a:8:{s:8:\"filename\";s:9:\"logo3.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo3.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:1855;s:10:\"dimensions\";a:2:{i:0;i:94;i:1;i:50;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:18;a:8:{s:8:\"filename\";s:9:\"logo4.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo4.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2360;s:10:\"dimensions\";a:2:{i:0;i:126;i:1;i:41;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:19;a:8:{s:8:\"filename\";s:9:\"logo5.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo5.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:880;s:10:\"dimensions\";a:2:{i:0;i:114;i:1;i:26;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:20;a:8:{s:8:\"filename\";s:9:\"logo6.png\";s:13:\"thumbnail_url\";s:88:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/logo6.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:3;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:7;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2853;s:10:\"dimensions\";a:2:{i:0;i:106;i:1;i:50;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:69:\"https://elements.envato.com/cyber-security-logos-and-icons-set-QRH2CF\";}i:21;a:8:{s:8:\"filename\";s:20:\"third-section-bg.png\";s:13:\"thumbnail_url\";s:99:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/third-section-bg.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/video-tutorial.json\";s:4:\"name\";s:14:\"Video Tutorial\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:9681;s:10:\"dimensions\";a:2:{i:0;i:1732;i:1;i:680;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:22;a:8:{s:8:\"filename\";s:24:\"icon-1-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-1-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3539;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:92;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:23;a:8:{s:8:\"filename\";s:24:\"icon-2-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-2-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3123;s:10:\"dimensions\";a:2:{i:0;i:91;i:1;i:92;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:24;a:8:{s:8:\"filename\";s:24:\"icon-3-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-3-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2281;s:10:\"dimensions\";a:2:{i:0;i:90;i:1;i:91;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:25;a:8:{s:8:\"filename\";s:24:\"icon-4-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-4-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3672;s:10:\"dimensions\";a:2:{i:0;i:80;i:1;i:92;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:26;a:8:{s:8:\"filename\";s:24:\"icon-5-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-5-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:4174;s:10:\"dimensions\";a:2:{i:0;i:102;i:1;i:91;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:27;a:8:{s:8:\"filename\";s:24:\"icon-6-third-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-6-third-section.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2226;s:10:\"dimensions\";a:2:{i:0;i:102;i:1;i:92;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:28;a:8:{s:8:\"filename\";s:23:\"4th-section-overlay.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/4th-section-overlay.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:10111;s:10:\"dimensions\";a:2:{i:0;i:1232;i:1;i:623;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:29;a:8:{s:8:\"filename\";s:23:\"4th-section-overlay.png\";s:13:\"thumbnail_url\";s:110:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/4th-section-overlay-800x405.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:10111;s:10:\"dimensions\";a:2:{i:0;i:1232;i:1;i:623;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:30;a:8:{s:8:\"filename\";s:19:\"girl-image-home.png\";s:13:\"thumbnail_url\";s:98:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/girl-image-home.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/benefits.json\";s:4:\"name\";s:8:\"Benefits\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:311815;s:10:\"dimensions\";a:2:{i:0;i:565;i:1;i:564;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/portrait-of-a-successful-business-woman-smiling-be-VNWLLZ6\";}i:31;a:8:{s:8:\"filename\";s:11:\"qutaion.png\";s:13:\"thumbnail_url\";s:90:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/qutaion.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:552;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:32;a:8:{s:8:\"filename\";s:25:\"home-page-7th-sec-img.jpg\";s:13:\"thumbnail_url\";s:104:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-page-7th-sec-img.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:165100;s:10:\"dimensions\";a:2:{i:0;i:445;i:1;i:586;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/portrait-of-a-successful-business-woman-smiling-be-VNWLLZ6\";}i:33;a:8:{s:8:\"filename\";s:28:\"home-page-5th-sec-img-bg.jpg\";s:13:\"thumbnail_url\";s:107:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-page-5th-sec-img-bg.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:4030;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:550;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:34;a:8:{s:8:\"filename\";s:23:\"professionals-img-1.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/professionals-img-1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:55059;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:35;a:8:{s:8:\"filename\";s:23:\"professionals-img-2.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/professionals-img-2.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:78304;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:36;a:8:{s:8:\"filename\";s:23:\"professionals-img-3.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/professionals-img-3.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:54235;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:37;a:8:{s:8:\"filename\";s:23:\"professionals-img-4.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/professionals-img-4.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:63119;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:38;a:8:{s:8:\"filename\";s:18:\"team-image-5-1.jpg\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-5-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:48402;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/ethnically-diverse-group-of-focused-businessmen-an-KSZ4FRD\";}i:39;a:8:{s:8:\"filename\";s:27:\"MicrosoftTeams-image-17.png\";s:13:\"thumbnail_url\";s:106:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/MicrosoftTeams-image-17.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:69954;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-group-of-ethnically-diverse-professional-b-E54D7RY\";}i:40;a:8:{s:8:\"filename\";s:18:\"team-image-6-1.png\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-6-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:76812;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/ethnically-diverse-group-of-focused-businessmen-an-KSZ4FRD\";}i:41;a:8:{s:8:\"filename\";s:16:\"team-image-7.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:72513;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:42;a:8:{s:8:\"filename\";s:16:\"team-image-8.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-8.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:68065;s:10:\"dimensions\";a:2:{i:0;i:215;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-group-of-ethnically-diverse-professional-b-E54D7RY\";}i:43;a:8:{s:8:\"filename\";s:16:\"team-image-9.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-9.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:55281;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:44;a:8:{s:8:\"filename\";s:19:\"team-image-10-1.png\";s:13:\"thumbnail_url\";s:98:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-10-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:55075;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:45;a:8:{s:8:\"filename\";s:19:\"team-image-11-1.png\";s:13:\"thumbnail_url\";s:98:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/team-image-11-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:76860;s:10:\"dimensions\";a:2:{i:0;i:214;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:46;a:8:{s:8:\"filename\";s:21:\"price-plan-shapes.png\";s:13:\"thumbnail_url\";s:100:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/price-plan-shapes.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/price.json\";s:4:\"name\";s:5:\"Price\";}}s:8:\"filesize\";i:8707;s:10:\"dimensions\";a:2:{i:0;i:1081;i:1;i:1020;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:47;a:8:{s:8:\"filename\";s:17:\"contact-icon1.png\";s:13:\"thumbnail_url\";s:96:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/contact-icon1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:3362;s:10:\"dimensions\";a:2:{i:0;i:75;i:1;i:82;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:48;a:8:{s:8:\"filename\";s:17:\"contact-icon2.png\";s:13:\"thumbnail_url\";s:96:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/contact-icon2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:3621;s:10:\"dimensions\";a:2:{i:0;i:82;i:1;i:82;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:49;a:8:{s:8:\"filename\";s:17:\"contact-icon3.png\";s:13:\"thumbnail_url\";s:96:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/contact-icon3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:2918;s:10:\"dimensions\";a:2:{i:0;i:76;i:1;i:81;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:50;a:8:{s:8:\"filename\";s:28:\"about-page-1st-sec-img-1.jpg\";s:13:\"thumbnail_url\";s:107:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-page-1st-sec-img-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:192264;s:10:\"dimensions\";a:2:{i:0;i:445;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/english-teacher-and-home-lessons-online-smiling-af-S727ZAR\";}i:51;a:8:{s:8:\"filename\";s:23:\"about-page-sec-img2.jpg\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-page-sec-img2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:58080;s:10:\"dimensions\";a:2:{i:0;i:225;i:1;i:330;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/praise-student-for-good-knowledge-teacher-shows-th-HSW6HQV\";}i:52;a:8:{s:8:\"filename\";s:28:\"about-section-arrow-icon.png\";s:13:\"thumbnail_url\";s:107:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-section-arrow-icon.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:431;s:10:\"dimensions\";a:2:{i:0;i:30;i:1;i:30;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:53;a:8:{s:8:\"filename\";s:24:\"about-second-section.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-second-section.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:3306;s:10:\"dimensions\";a:2:{i:0;i:106;i:1;i:81;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:54;a:8:{s:8:\"filename\";s:16:\"about-icon-2.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-icon-2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:3186;s:10:\"dimensions\";a:2:{i:0;i:72;i:1;i:82;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:55;a:8:{s:8:\"filename\";s:16:\"about-icon-3.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-icon-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:1875;s:10:\"dimensions\";a:2:{i:0;i:91;i:1;i:81;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:56;a:8:{s:8:\"filename\";s:16:\"about-icon-4.png\";s:13:\"thumbnail_url\";s:95:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/about-icon-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:2485;s:10:\"dimensions\";a:2:{i:0;i:82;i:1;i:81;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/colorpop-bundle-1200-icons-HND3N8\";}i:57;a:8:{s:8:\"filename\";s:23:\"5th-section-imagebg.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/5th-section-imagebg.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:9674;s:10:\"dimensions\";a:2:{i:0;i:1732;i:1;i:680;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:58;a:8:{s:8:\"filename\";s:25:\"home-page-5th-sec-img.jpg\";s:13:\"thumbnail_url\";s:104:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-page-5th-sec-img.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:243655;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:550;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-people-during-the-psychological-therapy-i-SZC9H5M\";}i:59;a:8:{s:8:\"filename\";s:26:\"home-page-5th-sec-img2.jpg\";s:13:\"thumbnail_url\";s:105:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-page-5th-sec-img2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:188097;s:10:\"dimensions\";a:2:{i:0;i:428;i:1;i:533;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/confident-smiling-man-does-paper-work-studies-invo-V9ENM3A\";}i:60;a:8:{s:8:\"filename\";s:13:\"banner-bg.png\";s:13:\"thumbnail_url\";s:92:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/banner-bg.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:19484;s:10:\"dimensions\";a:2:{i:0;i:1418;i:1;i:801;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:61;a:8:{s:8:\"filename\";s:15:\"texture-png.png\";s:13:\"thumbnail_url\";s:102:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/texture-png-800x464.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:297660;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1113;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:62;a:8:{s:8:\"filename\";s:18:\"banner-image-1.png\";s:13:\"thumbnail_url\";s:97:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/banner-image-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:610564;s:10:\"dimensions\";a:2:{i:0;i:874;i:1;i:746;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:66:\"https://elements.envato.com/man-use-of-laptop-and-thumb-up-9Y95AQS\";}i:63;a:8:{s:8:\"filename\";s:15:\"icon-images.png\";s:13:\"thumbnail_url\";s:94:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-images.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:5644;s:10:\"dimensions\";a:2:{i:0;i:424;i:1;i:382;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:64;a:8:{s:8:\"filename\";s:12:\"icon-pic.png\";s:13:\"thumbnail_url\";s:91:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-pic.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:13495;s:10:\"dimensions\";a:2:{i:0;i:68;i:1;i:68;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/collage-of-smiling-and-happy-multiethnic-people-LXVSPXR\";}i:65;a:8:{s:8:\"filename\";s:10:\"icon-1.png\";s:13:\"thumbnail_url\";s:89:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2021/12/icon-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:962;s:10:\"dimensions\";a:2:{i:0;i:60;i:1;i:60;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:66;a:8:{s:8:\"filename\";s:29:\"home-section-girl-image-1.jpg\";s:13:\"thumbnail_url\";s:108:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-section-girl-image-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:77513;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:350;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:68:\"https://elements.envato.com/smiling-woman-and-wellness-coach-DTWN35R\";}i:67;a:8:{s:8:\"filename\";s:28:\"home-section-boy-image-1.jpg\";s:13:\"thumbnail_url\";s:107:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-section-boy-image-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:47547;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:220;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/happy-couple-during-the-psychology-therapy-indoors-75W5MPU\";}i:68;a:8:{s:8:\"filename\";s:29:\"home-section-girl-image-2.jpg\";s:13:\"thumbnail_url\";s:108:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-section-girl-image-2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:52241;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:74:\"https://elements.envato.com/smiling-advisor-and-burnt-out-employee-XCM5YKB\";}i:69;a:8:{s:8:\"filename\";s:29:\"home-section-girl-image-3.jpg\";s:13:\"thumbnail_url\";s:108:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/home-section-girl-image-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:93947;s:10:\"dimensions\";a:2:{i:0;i:255;i:1;i:320;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:74:\"https://elements.envato.com/smiling-advisor-and-burnt-out-employee-XCM5YKB\";}i:70;a:8:{s:8:\"filename\";s:24:\"plan-box-section-img.png\";s:13:\"thumbnail_url\";s:103:\"https://elementorpress.com/templatekit-pro/layout31/wp-content/uploads/2022/01/plan-box-section-img.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:510;s:10:\"dimensions\";a:2:{i:0;i:134;i:1;i:105;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(3010,427,'_wp_attached_file','2022/09/CONFERENCIA-GRAN-FORO-INMOBILIARIO.jpg'),(3011,427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:46:\"2022/09/CONFERENCIA-GRAN-FORO-INMOBILIARIO.jpg\";s:8:\"filesize\";i:63210;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CONFERENCIA-GRAN-FORO-INMOBILIARIO-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CONFERENCIA-GRAN-FORO-INMOBILIARIO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7041;}}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:{}}}'),(2997,259,'_thumbnail_id','423'),(1905,280,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.19\";s:5:\"title\";s:57:\"Essence – Life Coach and Speaker Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.1\";s:9:\"templates\";a:18:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:32:\"https://templatekit.jegtheme.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:59:\"https://templatekit.jegtheme.com/essence/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:2;a:8:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:63:\"https://templatekit.jegtheme.com/essence/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:8:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:63:\"https://templatekit.jegtheme.com/essence/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:4;a:8:{s:4:\"name\";s:9:\"Our Plans\";s:10:\"screenshot\";s:25:\"screenshots/our-plans.jpg\";s:6:\"source\";s:24:\"templates/our-plans.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/essence/template-kit/our-plans/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:9:{s:4:\"name\";s:11:\"Appointment\";s:10:\"screenshot\";s:27:\"screenshots/appointment.jpg\";s:6:\"source\";s:26:\"templates/appointment.json\";s:11:\"preview_url\";s:66:\"https://templatekit.jegtheme.com/essence/template-kit/appointment/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:289;}}}i:6;a:8:{s:4:\"name\";s:9:\"Our Coach\";s:10:\"screenshot\";s:25:\"screenshots/our-coach.jpg\";s:6:\"source\";s:24:\"templates/our-coach.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/essence/template-kit/our-coach/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:14:\"Become A Coach\";s:10:\"screenshot\";s:30:\"screenshots/become-a-coach.jpg\";s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:11:\"preview_url\";s:69:\"https://templatekit.jegtheme.com/essence/template-kit/become-a-coach/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:58:\"https://templatekit.jegtheme.com/essence/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:59:\"https://templatekit.jegtheme.com/essence/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:9:{s:4:\"name\";s:11:\"Single Blog\";s:10:\"screenshot\";s:27:\"screenshots/single-blog.jpg\";s:6:\"source\";s:26:\"templates/single-blog.json\";s:11:\"preview_url\";s:66:\"https://templatekit.jegtheme.com/essence/template-kit/single-blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:670;}}}i:11;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:62:\"https://templatekit.jegtheme.com/essence/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:15:\"MetForm Booking\";s:10:\"screenshot\";s:31:\"screenshots/metform-booking.jpg\";s:6:\"source\";s:30:\"templates/metform-booking.json\";s:11:\"preview_url\";s:70:\"https://templatekit.jegtheme.com/essence/template-kit/metform-booking/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:22:\"Metform Register Coach\";s:10:\"screenshot\";s:38:\"screenshots/metform-register-coach.jpg\";s:6:\"source\";s:37:\"templates/metform-register-coach.json\";s:11:\"preview_url\";s:77:\"https://templatekit.jegtheme.com/essence/template-kit/metform-register-coach/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:8:{s:4:\"name\";s:15:\"MetForm Contact\";s:10:\"screenshot\";s:31:\"screenshots/metform-contact.jpg\";s:6:\"source\";s:30:\"templates/metform-contact.json\";s:11:\"preview_url\";s:70:\"https://templatekit.jegtheme.com/essence/template-kit/metform-contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:61:\"https://templatekit.jegtheme.com/essence/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:61:\"https://templatekit.jegtheme.com/essence/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:17;a:8:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:63:\"https://templatekit.jegtheme.com/essence/template-kit/404-page/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.2.4\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:1;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"1.4.9\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.2.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:3;a:4:{s:4:\"name\";s:17:\"Jeg Elementor Kit\";s:7:\"version\";s:6:\"1.10.2\";s:4:\"file\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"author\";s:9:\"JegStudio\";}}s:6:\"images\";a:40:{i:0;a:8:{s:8:\"filename\";s:45:\"talking-about-life-balance-e1612777823407.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/talking-about-life-balance-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:304241;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-34GUE5N\";}i:1;a:8:{s:8:\"filename\";s:18:\"Logo-JQLHGD@2x.png\";s:13:\"thumbnail_url\";s:103:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo-JQLHGD@2x-800x307.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:24461;s:10:\"dimensions\";a:2:{i:0;i:933;i:1;i:358;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-JQLHGD\";}i:2;a:8:{s:8:\"filename\";s:18:\"Logo-CE3VQV@2x.png\";s:13:\"thumbnail_url\";s:103:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo-CE3VQV@2x-800x319.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:18045;s:10:\"dimensions\";a:2:{i:0;i:898;i:1;i:358;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-CE3VQV\";}i:3;a:8:{s:8:\"filename\";s:18:\"Logo-DAHN76@2x.png\";s:13:\"thumbnail_url\";s:103:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo-DAHN76@2x-800x310.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:41521;s:10:\"dimensions\";a:2:{i:0;i:921;i:1;i:357;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-DAHN76\";}i:4;a:8:{s:8:\"filename\";s:18:\"Logo-GR7E54@2x.png\";s:13:\"thumbnail_url\";s:103:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo-GR7E54@2x-800x321.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:29214;s:10:\"dimensions\";a:2:{i:0;i:891;i:1;i:358;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-GR7E54\";}i:5;a:8:{s:8:\"filename\";s:41:\"planning-work-together-e1612777839221.jpg\";s:13:\"thumbnail_url\";s:111:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/planning-work-together-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:283187;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-VM7HLZX\";}i:6;a:8:{s:8:\"filename\";s:16:\"Asset-3_1@2x.png\";s:13:\"thumbnail_url\";s:93:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-3_1@2x.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:9746;s:10:\"dimensions\";a:2:{i:0;i:242;i:1;i:220;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:7;a:8:{s:8:\"filename\";s:15:\"Assetttt@2x.png\";s:13:\"thumbnail_url\";s:92:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Assetttt@2x.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:11680;s:10:\"dimensions\";a:2:{i:0;i:230;i:1;i:219;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:8;a:8:{s:8:\"filename\";s:14:\"Asset-1@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-1@2x.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:8069;s:10:\"dimensions\";a:2:{i:0;i:234;i:1;i:218;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:9;a:8:{s:8:\"filename\";s:14:\"Asset-5@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-5@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:7218;s:10:\"dimensions\";a:2:{i:0;i:198;i:1;i:219;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:10;a:8:{s:8:\"filename\";s:14:\"Asset-4@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-4@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:11075;s:10:\"dimensions\";a:2:{i:0;i:244;i:1;i:215;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:11;a:8:{s:8:\"filename\";s:14:\"Asset-6@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-6@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:6145;s:10:\"dimensions\";a:2:{i:0;i:222;i:1;i:216;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/iconD2LZGES\";}i:12;a:8:{s:8:\"filename\";s:70:\"a-man-talking-to-other-people-during-group-therapy--e1612777914244.jpg\";s:13:\"thumbnail_url\";s:140:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/a-man-talking-to-other-people-during-group-therapy--800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-blog.json\";s:4:\"name\";s:11:\"Single Blog\";}}s:8:\"filesize\";i:177441;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NY3CKD9\";}i:13;a:8:{s:8:\"filename\";s:9:\"Image.jpg\";s:13:\"thumbnail_url\";s:86:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Image.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:17155;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-83S5W35\";}i:14;a:8:{s:8:\"filename\";s:11:\"Image-1.png\";s:13:\"thumbnail_url\";s:88:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Image-1.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:31858;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-M6NJPEF\";}i:15;a:8:{s:8:\"filename\";s:11:\"image-3.png\";s:13:\"thumbnail_url\";s:88:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/image-3.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:29754;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:160;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-Q8JDNBT\";}i:16;a:8:{s:8:\"filename\";s:57:\"group-of-senior-people-with-consultant-e1612777890473.jpg\";s:13:\"thumbnail_url\";s:127:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/group-of-senior-people-with-consultant-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:241149;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XVZT4RP\";}i:17;a:8:{s:8:\"filename\";s:35:\"psychology-group-e1612777922694.jpg\";s:13:\"thumbnail_url\";s:105:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/psychology-group-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:255586;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P5UMX43\";}i:18;a:8:{s:8:\"filename\";s:20:\"Dion-Bentley-@2x.png\";s:13:\"thumbnail_url\";s:105:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Dion-Bentley-@2x-800x161.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:20349;s:10:\"dimensions\";a:2:{i:0;i:854;i:1;i:172;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:54:\"https://elements.envato.com/rosemary-signature-DZAUVG4\";}i:19;a:8:{s:8:\"filename\";s:14:\"Asset-7@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-7@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-plans.json\";s:4:\"name\";s:9:\"Our Plans\";}}s:8:\"filesize\";i:11709;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:300;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/icon-FV62TV\";}i:20;a:8:{s:8:\"filename\";s:14:\"Asset-8@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-8@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-plans.json\";s:4:\"name\";s:9:\"Our Plans\";}}s:8:\"filesize\";i:10719;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:300;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/icon-FV62TV\";}i:21;a:8:{s:8:\"filename\";s:14:\"Asset-9@2x.png\";s:13:\"thumbnail_url\";s:91:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-9@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-plans.json\";s:4:\"name\";s:9:\"Our Plans\";}}s:8:\"filesize\";i:14891;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:301;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/icon-FV62TV\";}i:22;a:8:{s:8:\"filename\";s:15:\"Asset-10@2x.png\";s:13:\"thumbnail_url\";s:92:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Asset-10@2x.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-plans.json\";s:4:\"name\";s:9:\"Our Plans\";}}s:8:\"filesize\";i:13026;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:301;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/icon-RUUMCJY\";}i:23;a:8:{s:8:\"filename\";s:83:\"female-coach-explaining-project-to-business-team-in-headquarters-e1612777906286.jpg\";s:13:\"thumbnail_url\";s:153:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/female-coach-explaining-project-to-business-team-in-headquarters-800x492.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:265382;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1181;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-J9BD4GA\";}i:24;a:8:{s:8:\"filename\";s:16:\"Team-XHTE72N.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Team-XHTE72N-800x787.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:4:\"name\";s:14:\"Become A Coach\";}}s:8:\"filesize\";i:157908;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:1007;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XHTE72N\";}i:25;a:8:{s:8:\"filename\";s:16:\"Team-TMCLRK6.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Team-TMCLRK6-800x787.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:4:\"name\";s:14:\"Become A Coach\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-blog.json\";s:4:\"name\";s:11:\"Single Blog\";}}s:8:\"filesize\";i:110880;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:1007;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TMCLRK6\";}i:26;a:8:{s:8:\"filename\";s:16:\"Team-7HU8Q2C.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Team-7HU8Q2C-800x787.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:4:\"name\";s:14:\"Become A Coach\";}}s:8:\"filesize\";i:136326;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:1007;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7HU8Q2C\";}i:27;a:8:{s:8:\"filename\";s:47:\"supporti-group-joining-hands-e1612777929774.jpg\";s:13:\"thumbnail_url\";s:117:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/supporti-group-joining-hands-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-blog.json\";s:4:\"name\";s:11:\"Single Blog\";}}s:8:\"filesize\";i:241032;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-DLW9P4B\";}i:28;a:8:{s:8:\"filename\";s:73:\"psychotherapist-talking-with-patients-of-support-group-e1612777971327.jpg\";s:13:\"thumbnail_url\";s:143:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/psychotherapist-talking-with-patients-of-support-group-800x551.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:24:\"templates/our-plans.json\";s:4:\"name\";s:9:\"Our Plans\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/appointment.json\";s:4:\"name\";s:11:\"Appointment\";}i:2;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-blog.json\";s:4:\"name\";s:11:\"Single Blog\";}}s:8:\"filesize\";i:370609;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1323;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-VH3DB5J\";}i:29;a:8:{s:8:\"filename\";s:78:\"psychotherapist-writing-in-blank-notepad-at-therapy-session-e1612777947155.jpg\";s:13:\"thumbnail_url\";s:148:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/psychotherapist-writing-in-blank-notepad-at-therapy-session-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:26:\"templates/appointment.json\";s:4:\"name\";s:11:\"Appointment\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:107381;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SWHETZ6\";}i:30;a:8:{s:8:\"filename\";s:18:\"Imagee-ELQ7BPY.jpg\";s:13:\"thumbnail_url\";s:103:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Imagee-ELQ7BPY-800x985.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:26:\"templates/appointment.json\";s:4:\"name\";s:11:\"Appointment\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:282955;s:10:\"dimensions\";a:2:{i:0;i:1440;i:1;i:1773;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ELQ7BPY\";}i:31;a:8:{s:8:\"filename\";s:73:\"psychotherapist-talking-to-addicted-patients-in-office-e1612777956618.jpg\";s:13:\"thumbnail_url\";s:143:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/psychotherapist-talking-to-addicted-patients-in-office-800x513.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:306556;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1231;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KG2JZCB\";}i:32;a:8:{s:8:\"filename\";s:16:\"Team-NDPR3F8.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Team-NDPR3F8-800x787.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}}s:8:\"filesize\";i:133492;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:1007;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NDPR3F8\";}i:33;a:8:{s:8:\"filename\";s:16:\"Team-FHV8Q5Z.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Team-FHV8Q5Z-800x787.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/our-coach.json\";s:4:\"name\";s:9:\"Our Coach\";}}s:8:\"filesize\";i:236561;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:1007;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FHV8Q5Z\";}i:34;a:8:{s:8:\"filename\";s:75:\"group-of-problematic-people-listening-to-psychotherapist-e1612777939133.jpg\";s:13:\"thumbnail_url\";s:145:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/group-of-problematic-people-listening-to-psychotherapist-800x489.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:4:\"name\";s:14:\"Become A Coach\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:265527;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1173;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2ZKXA3K\";}i:35;a:8:{s:8:\"filename\";s:44:\"psychologist-and-patients-e1612777989185.jpg\";s:13:\"thumbnail_url\";s:114:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/psychologist-and-patients-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:29:\"templates/become-a-coach.json\";s:4:\"name\";s:14:\"Become A Coach\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-blog.json\";s:4:\"name\";s:11:\"Single Blog\";}}s:8:\"filesize\";i:202074;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-97CKCYB\";}i:36;a:8:{s:8:\"filename\";s:41:\"writing-down-the-notes-e1612777981943.jpg\";s:13:\"thumbnail_url\";s:111:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/writing-down-the-notes-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:224419;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-9CYEP3H\";}i:37;a:8:{s:8:\"filename\";s:71:\"beautiful-psychiatrist-posing-during-therapy-session-e1612778009589.jpg\";s:13:\"thumbnail_url\";s:141:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/beautiful-psychiatrist-posing-during-therapy-session-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:185527;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-HX3FLGP\";}i:38;a:8:{s:8:\"filename\";s:11:\"Logo@2x.png\";s:13:\"thumbnail_url\";s:88:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo@2x.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:10357;s:10:\"dimensions\";a:2:{i:0;i:567;i:1;i:129;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/icon-X8JJS8\";}i:39;a:8:{s:8:\"filename\";s:17:\"Logo-white@2x.png\";s:13:\"thumbnail_url\";s:94:\"https://templatekit.jegtheme.com/essence/wp-content/uploads/sites/37/2021/02/Logo-white@2x.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:8175;s:10:\"dimensions\";a:2:{i:0;i:567;i:1;i:129;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://elements.envato.com/icon-X8JJS8\";}}}'),(1654,251,'_elementor_template_type','header'),(1655,251,'_elementor_version','3.7.7'),(1458,226,'_menu_item_type','custom'),(1459,226,'_menu_item_menu_item_parent','0'),(1460,226,'_menu_item_object_id','226'),(1461,226,'_menu_item_object','custom'),(1462,226,'_menu_item_target',''),(1463,226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1464,226,'_menu_item_xfn',''),(1465,226,'_menu_item_url','https://www.elconferencista.com/#bio'),(1467,227,'_menu_item_type','custom'),(1468,227,'_menu_item_menu_item_parent','0'),(1469,227,'_menu_item_object_id','227'),(1470,227,'_menu_item_object','custom'),(1471,227,'_menu_item_target',''),(1472,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1473,227,'_menu_item_xfn',''),(1474,227,'_menu_item_url','https://www.elconferencista.com/#clientes'),(1476,228,'_menu_item_type','custom'),(1477,228,'_menu_item_menu_item_parent','0'),(1478,228,'_menu_item_object_id','228'),(1479,228,'_menu_item_object','custom'),(1480,228,'_menu_item_target',''),(1481,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1482,228,'_menu_item_xfn',''),(1483,228,'_menu_item_url','https://www.elconferencista.com/#porque'),(1485,229,'_menu_item_type','custom'),(1486,229,'_menu_item_menu_item_parent','0'),(1487,229,'_menu_item_object_id','229'),(1488,229,'_menu_item_object','custom'),(1489,229,'_menu_item_target',''),(1490,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1491,229,'_menu_item_xfn',''),(1492,229,'_menu_item_url','https://www.elconferencista.com/#form'),(1453,225,'_wp_attached_file','2022/09/logo-edner-granados-rojo.jpeg'),(1454,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:141;s:4:\"file\";s:37:\"2022/09/logo-edner-granados-rojo.jpeg\";s:8:\"filesize\";i:90256;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"logo-edner-granados-rojo-300x66.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"logo-edner-granados-rojo-150x141.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62785;}}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:{}}}'),(1517,236,'_edit_lock','1687456490:2'),(1518,236,'_edit_last','4'),(1519,236,'_wp_page_template','default'),(1520,236,'site-sidebar-layout','no-sidebar'),(1521,236,'site-content-layout','page-builder'),(1522,236,'theme-transparent-header-meta','default'),(1648,250,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f9fcb8a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"15\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"toggle_color\":\"#16163f\",\"toggle_background_color\":\"#FFFFFF\",\"pointer_color_menu_item_hover\":\"#FFFFFF\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=primary\",\"menu_typography_typography\":\"\",\"color_menu_item_active\":\"globals\\/colors?id=primary\",\"dropdown_typography_typography\":\"globals\\/typography?id=ba6914a\",\"dropdown_divider_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item_active\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item\":\"globals\\/colors?id=text\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=fc28385\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=fc28385\",\"toggle_background_color_hover\":\"\",\"color_menu_item\":\"\",\"toggle_color_hover\":\"globals\\/colors?id=fc28385\"},\"pointer\":\"none\",\"pointer_color_menu_item_active\":\"#FFFFFF\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#87878726\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"toggle_border_radius_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"color_dropdown_item\":\"#696A87\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Poppins\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#AB094B\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#AB094B\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#AB094B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Poppins\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_weight\":\"500\",\"toggle_color_hover\":\"#AB094B\",\"dropdown_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"dropdown_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu\":\"menu-principal\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"31419208\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f3e76\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1647,250,'_wp_page_template','default'),(1646,250,'_elementor_pro_version','3.6.4'),(1645,250,'_elementor_version','3.7.7'),(1644,250,'_elementor_template_type','header'),(1656,251,'_elementor_pro_version','3.6.4'),(3994,620,'_elementor_source_image_hash','71f1e9211eaba9adc2c1d4d84fe380a1289f7306'),(3995,621,'_wp_attached_file','2022/09/bg-circle-pricing.jpg'),(3996,621,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:664;s:6:\"height\";i:1075;s:4:\"file\";s:29:\"2022/09/bg-circle-pricing.jpg\";s:8:\"filesize\";i:32190;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"bg-circle-pricing-185x300.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1957;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"bg-circle-pricing-632x1024.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"bg-circle-pricing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1433;}}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:{}}}'),(3997,621,'_elementor_source_image_hash','6fac5353b378f7a39fd43f32f46cd80e8fe334cc'),(3998,622,'_wp_attached_file','2022/09/placeholder-70.png'),(3999,622,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-70.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-70-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-70-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-70-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-70-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4000,622,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4001,623,'_wp_attached_file','2022/09/placeholder-71.png'),(4002,623,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-71.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-71-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-71-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-71-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4003,623,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4004,624,'_wp_attached_file','2022/09/placeholder-72.png'),(4005,624,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-72.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-72-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-72-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-72-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-72-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4006,624,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4007,625,'_wp_attached_file','2022/09/placeholder-73.png'),(4008,625,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-73.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-73-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-73-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-73-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-73-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4009,625,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4010,626,'_wp_attached_file','2022/09/placeholder-74.png'),(4011,626,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-74.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-74-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-74-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-74-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-74-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4012,626,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4013,627,'_wp_attached_file','2022/09/placeholder-75.png'),(4014,627,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-75.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-75-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-75-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-75-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-75-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4015,627,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4016,628,'_wp_attached_file','2022/09/placeholder-76.png'),(4017,628,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-76.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-76-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-76-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-76-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-76-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4018,628,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4019,629,'_wp_attached_file','2022/09/placeholder-77.png'),(4020,629,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-77.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-77-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-77-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-77-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-77-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4021,629,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4022,630,'_wp_attached_file','2022/09/placeholder-78.png'),(4023,630,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-78.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-78-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-78-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-78-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-78-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4024,630,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4025,631,'_wp_attached_file','2022/09/placeholder-79.png'),(4026,631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-79.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-79-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-79-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-79-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-79-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4027,631,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4028,632,'_wp_attached_file','2022/09/placeholder-80.png'),(4029,632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-80.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-80-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-80-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-80-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-80-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4030,632,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4031,633,'_wp_attached_file','2022/09/placeholder-81.png'),(4032,633,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-81.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-81-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-81-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-81-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-81-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4033,633,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4034,634,'_wp_attached_file','2022/09/placeholder-82.png'),(4035,634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-82.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-82-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-82-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-82-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-82-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4036,634,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4037,635,'_wp_attached_file','2022/09/placeholder-83.png'),(4038,635,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-83.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-83-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-83-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-83-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-83-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4039,635,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4040,636,'_wp_attached_file','2022/09/placeholder-84.png'),(4041,636,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-84.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-84-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-84-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-84-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-84-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4042,636,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4043,637,'_wp_attached_file','2022/09/placeholder-85.png'),(4044,637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-85.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-85-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-85-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-85-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-85-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4045,637,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(1445,222,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1446,222,'envato_tk_source_kit','14'),(1447,222,'envato_tk_source_index','1'),(1449,219,'_wp_page_template','default'),(1450,219,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"71357da\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"625fcc8\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"469ce6a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b7983d2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4733b76\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c5e4166\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"502385a\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8f4e263\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.917,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1ef9545\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1093487\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.083,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=secondary\"},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f7c489f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"53dd316\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c001dbb\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"d193b58\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"12e4a40\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"953994a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"67fc7fc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"e1c5f02\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f79d6ce\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a682cd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d04134\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b1763c8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d3dad43\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"285e189\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cfbc766\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d2001a6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1657,251,'_wp_page_template','default'),(1658,251,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false},{\"id\":\"31419208\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f3e76\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3002,260,'observacion',''),(3003,425,'_wp_attached_file','2022/09/CONFERENCIA-COCA-COLA.jpg'),(3004,425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:33:\"2022/09/CONFERENCIA-COCA-COLA.jpg\";s:8:\"filesize\";i:52274;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"CONFERENCIA-COCA-COLA-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"CONFERENCIA-COCA-COLA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}}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:{}}}'),(1426,222,'_elementor_edit_mode','builder'),(1427,222,'_elementor_template_type','header'),(1428,222,'_elementor_version','3.7.7'),(1429,222,'_elementor_pro_version','3.6.4'),(1430,223,'_elementor_edit_mode','builder'),(1431,223,'_elementor_template_type','header'),(1432,223,'_elementor_version','3.7.7'),(1433,223,'_elementor_pro_version','3.6.4'),(1434,222,'_wp_page_template','default'),(1435,222,'_elementor_page_settings','a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),(1436,222,'_elementor_data','[{\"id\":\"13532532\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_title\":\"Top-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=08fcc9d\"},\"background_background\":\"classic\",\"z_index\":2,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_color\":\"#787878\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aed32a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"content_position\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=08fcc9d\"},\"align_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7996cb1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"PHONE NUMBER :\",\"description_text\":\"+01 (977) 2599 12\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=f95c007\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_color\":\"globals\\/colors?id=ad41708\",\"description_color\":\"globals\\/colors?id=21bfb04\"},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6cf9ac19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-envelope11\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"EMAIL ADDRESS :\",\"description_text\":\"company@domain.com\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=f95c007\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_color\":\"globals\\/colors?id=ad41708\",\"description_color\":\"globals\\/colors?id=21bfb04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"c398973\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"content_position\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71b32ad\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"98d2d38\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"75a1707\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"adb5148\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2841575\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5545b7f\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"__globals__\":{\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\",\"icon_secondary_color\":\"globals\\/colors?id=ad41708\",\"icon_primary_color\":\"\",\"image_border_color\":\"globals\\/colors?id=08fcc9d\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\"},\"align_mobile\":\"left\",\"hover_secondary_color\":\"#2C75BA\",\"_element_width\":\"auto\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"29222561\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Enter your text...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"toggle_align\":\"right\",\"icon_size_minimal\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"overlay_background_color\":\"#00000082\",\"input_background_color\":\"rgba(255,255,255,0)\",\"border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"toggle_background_color\":\"#A1141400\",\"__globals__\":{\"overlay_background_color\":\"\",\"toggle_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_text_color\":\"globals\\/colors?id=text\",\"input_typography_typography\":\"globals\\/typography?id=f500460\",\"toggle_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"globals\\/colors?id=08fcc9d\",\"_border_hover_color\":\"globals\\/colors?id=fc28385\",\"input_text_color_focus\":\"\",\"toggle_background_color_hover\":\"globals\\/colors?id=fc28385\"},\"toggle_color\":\"#F8F8F8\",\"toggle_color_hover\":\"#AB094B\",\"_element_width\":\"auto\",\"toggle_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":10,\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Mulish\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"input_text_color\":\"#696A87\",\"_border_color\":\"#787878\",\"_border_hover_border\":\"solid\",\"_border_hover_color\":\"#AB094B\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28ee610c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":1,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cc35ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55bf7806\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_custom_dimension\":{\"width\":\"280\",\"height\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"image\":{\"id\":221,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"235f05c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"740a7fb5\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"15\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"toggle_color\":\"#16163f\",\"toggle_background_color\":\"#FFFFFF\",\"pointer_color_menu_item_hover\":\"#FFFFFF\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=primary\",\"menu_typography_typography\":\"globals\\/typography?id=ba6914a\",\"color_menu_item_active\":\"globals\\/colors?id=primary\",\"dropdown_typography_typography\":\"globals\\/typography?id=ba6914a\",\"dropdown_divider_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item_active\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item\":\"globals\\/colors?id=text\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=fc28385\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=fc28385\",\"toggle_background_color_hover\":\"\",\"color_menu_item\":\"globals\\/colors?id=21bfb04\",\"toggle_color_hover\":\"globals\\/colors?id=fc28385\"},\"pointer\":\"none\",\"pointer_color_menu_item_active\":\"#FFFFFF\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#87878726\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"toggle_border_radius_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"color_dropdown_item\":\"#696A87\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Poppins\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#AB094B\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#AB094B\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#AB094B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Poppins\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_weight\":\"500\",\"toggle_color_hover\":\"#AB094B\",\"dropdown_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"dropdown_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4931df2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60e44521\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY TICKET\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1437,224,'_elementor_edit_mode','builder'),(1438,224,'_elementor_template_type','header'),(1439,224,'_elementor_version','3.7.7'),(1440,224,'_elementor_pro_version','3.6.4'),(1441,224,'_wp_page_template','default'),(1442,224,'_elementor_page_settings','a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),(1443,224,'_elementor_data','[{\"id\":\"13532532\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_title\":\"Top-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=08fcc9d\"},\"background_background\":\"classic\",\"z_index\":2,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_color\":\"#787878\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aed32a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"content_position\":\"center\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=08fcc9d\"},\"align_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7996cb1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"PHONE NUMBER :\",\"description_text\":\"+01 (977) 2599 12\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=f95c007\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_color\":\"globals\\/colors?id=ad41708\",\"description_color\":\"globals\\/colors?id=21bfb04\"},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6cf9ac19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-envelope11\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"EMAIL ADDRESS :\",\"description_text\":\"company@domain.com\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=21bfb04\",\"primary_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=f95c007\",\"description_typography_typography\":\"globals\\/typography?id=f95c007\",\"title_color\":\"globals\\/colors?id=ad41708\",\"description_color\":\"globals\\/colors?id=21bfb04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"c398973\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"content_position\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71b32ad\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"98d2d38\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"75a1707\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"adb5148\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2841575\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5545b7f\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"__globals__\":{\"hover_secondary_color\":\"globals\\/colors?id=21bfb04\",\"icon_secondary_color\":\"globals\\/colors?id=ad41708\",\"icon_primary_color\":\"\",\"image_border_color\":\"globals\\/colors?id=08fcc9d\",\"hover_primary_color\":\"globals\\/colors?id=fc28385\",\"hover_border_color\":\"globals\\/colors?id=fc28385\"},\"align_mobile\":\"left\",\"hover_secondary_color\":\"#2C75BA\",\"_element_width\":\"auto\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"29222561\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Enter your text...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"toggle_align\":\"right\",\"icon_size_minimal\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"overlay_background_color\":\"#00000082\",\"input_background_color\":\"rgba(255,255,255,0)\",\"border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"toggle_background_color\":\"#A1141400\",\"__globals__\":{\"overlay_background_color\":\"\",\"toggle_color_hover\":\"globals\\/colors?id=21bfb04\",\"input_text_color\":\"globals\\/colors?id=text\",\"input_typography_typography\":\"globals\\/typography?id=f500460\",\"toggle_color\":\"globals\\/colors?id=ad41708\",\"_border_color\":\"globals\\/colors?id=08fcc9d\",\"_border_hover_color\":\"globals\\/colors?id=fc28385\",\"input_text_color_focus\":\"\",\"toggle_background_color_hover\":\"globals\\/colors?id=fc28385\"},\"toggle_color\":\"#F8F8F8\",\"toggle_color_hover\":\"#AB094B\",\"_element_width\":\"auto\",\"toggle_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":10,\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Mulish\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"normal\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"input_text_color\":\"#696A87\",\"_border_color\":\"#787878\",\"_border_hover_border\":\"solid\",\"_border_hover_color\":\"#AB094B\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28ee610c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":1,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cc35ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55bf7806\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_custom_dimension\":{\"width\":\"280\",\"height\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"image\":{\"id\":221,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"235f05c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"740a7fb5\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"15\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"toggle_color\":\"#16163f\",\"toggle_background_color\":\"#FFFFFF\",\"pointer_color_menu_item_hover\":\"#FFFFFF\",\"__globals__\":{\"pointer_color_menu_item_hover\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=primary\",\"menu_typography_typography\":\"globals\\/typography?id=ba6914a\",\"color_menu_item_active\":\"globals\\/colors?id=primary\",\"dropdown_typography_typography\":\"globals\\/typography?id=ba6914a\",\"dropdown_divider_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item_active\":\"globals\\/colors?id=21bfb04\",\"color_dropdown_item\":\"globals\\/colors?id=text\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=fc28385\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=fc28385\",\"toggle_background_color_hover\":\"\",\"color_menu_item\":\"globals\\/colors?id=21bfb04\",\"toggle_color_hover\":\"globals\\/colors?id=fc28385\"},\"pointer\":\"none\",\"pointer_color_menu_item_active\":\"#FFFFFF\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#87878726\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"toggle_border_radius_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"color_dropdown_item\":\"#696A87\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Poppins\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#AB094B\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#AB094B\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#AB094B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Poppins\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_typography_font_weight\":\"500\",\"toggle_color_hover\":\"#AB094B\",\"dropdown_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"dropdown_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4931df2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60e44521\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY TICKET\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2348,343,'_elementor_template_type','header'),(2347,343,'_elementor_edit_mode','builder'),(1501,219,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1763,261,'duracion-recomendada','60 a 90 minutos'),(1764,261,'site-sidebar-layout','default'),(1765,261,'site-content-layout','default'),(1766,261,'theme-transparent-header-meta','default'),(1767,262,'_edit_lock','1687462798:2'),(1768,262,'_edit_last','2'),(1770,262,'subtitulo-1','7. Manejo de Estrés. Estrés o es Cuatro.'),(1771,262,'descripcion','<p> </p>\n<ul>\n<li>Una Conferencia más que necesaria en estos tiempos. Estrés o es Cuatro nos recuerda a los niveles inimaginables de estrés a los que sometemos diariamente a nuestros cuerpos y nos concientiza de la importancia de manejar el estrés a nuestro favor y canalizarlo de mejores maneras.</li>\n<li>Algo muy valioso de esta conferencia es que comparte más de 5 técnicas prácticas, sencillas y poderosas que te llevarás al finalizar y podrás aplicar de inmediato.</li>\n<li>Como siempre divertida, práctica, y desestresante. Estrés o es cuatro, te va a servir.</li>\n</ul>\n'),(3102,443,'_wp_page_template','default'),(1583,236,'_elementor_edit_mode','builder'),(1584,236,'_elementor_template_type','wp-page'),(1585,236,'_elementor_version','3.7.7'),(1586,236,'_elementor_pro_version','3.6.4'),(1587,236,'_astra_content_layout_flag','disabled'),(1588,236,'site-post-title','disabled'),(1589,236,'ast-title-bar-display','disabled'),(1590,236,'ast-featured-img','disabled'),(4920,581,'ekit_post_views_count','1'),(5053,643,'ekit_post_views_count','3'),(5051,584,'ekit_post_views_count','2'),(4379,690,'_elementor_edit_mode','builder'),(4380,690,'_elementor_template_type','single-post'),(4381,690,'_elementor_version','3.7.7'),(4382,690,'_elementor_pro_version','3.7.7'),(4383,690,'_wp_page_template','default'),(4384,690,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4385,690,'_elementor_data','[{\"id\":\"bc84dae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"e1f774f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"429d383\"}],\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.17)\"},\"jedv_conditions\":[{\"_id\":\"12dd816\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"33c7689\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d3c812f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f502ec2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b031692\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"247844c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"88b6383\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"ff87bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.333,\"jedv_conditions\":[{\"_id\":\"26cc664\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"38027a6\",\"elType\":\"widget\",\"settings\":{\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"10e9cff\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed3ea98\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e01e3c3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"33f93e7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"870ffab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35.501,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"d8fe365\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6339f77\",\"elType\":\"widget\",\"settings\":{\"title\":\"A\\u00f1ade aqu\\u00ed tu texto de cabecera\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"f5ed38e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a1996e6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"67cd9c6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"7c4ae40\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd2d793\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"3e473d2\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"e2b58a4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_align_mobile\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"capitalize\",\"jedv_conditions\":[{\"_id\":\"3ebef7e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9304954\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"3b4fa72\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27cddeb6\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"z_index\":2,\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c436a88\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"92c11c3\"}],\"jedv_conditions\":[{\"_id\":\"6fa0787\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2f3515a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"537da22\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"829431f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"705da94\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"42ae0f6\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"4e2d90f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"33706847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":64.782,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFEFEF\",\"__globals__\":{\"border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"3664df8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5eca698\",\"elType\":\"widget\",\"settings\":{\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"805fd64\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"13bb159\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1e4d2f1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"11320fe\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"bed52aa\"},{\"button\":\"twitter\",\"_id\":\"bfa72c2\"},{\"button\":\"linkedin\",\"_id\":\"45134c8\"},{\"_id\":\"b54146f\",\"button\":\"whatsapp\"},{\"_id\":\"520bb10\",\"button\":\"telegram\"}],\"view\":\"icon\",\"alignment_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"b7b4189\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a8a83ab\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"65c6daf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":false},{\"id\":\"3a220ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"_inline_size\":35,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"\",\"jet_sticky_column_sticky_enable_on\":[\"desktop\"],\"jedv_conditions\":[{\"_id\":\"4906ec4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7fbb02c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a53b952\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"badbc58\"}],\"jedv_conditions\":[{\"_id\":\"f9ad31c\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"2d7ab2d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"90ba2a8\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"3f77030\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"01a6415\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"ca8c23e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"f525867\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47fc526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"daf4301\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"201aa5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Otros art\\u00edculos \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"title_color\":\"#070707\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"header_size\":\"h3\",\"jedv_conditions\":[{\"_id\":\"0e93003\"}],\"element_pack_cursor_effects_image_src\":{\"id\":663,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-104.png\"},\"ep_notation_list\":[{\"_id\":\"f5c7d6e\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"54e5155\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6da3da3a\",\"elType\":\"widget\",\"settings\":{\"section_layout_options\":\"recent\",\"show_feature_image\":\"yes\",\"show_post_meta\":\"yes\",\"show_date_meta\":\"yes\",\"date_meta__icons\":{\"value\":\"\",\"library\":\"\"},\"show_category_meta\":\"\",\"post_meta_position\":\"bottom_position\",\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"text_color\":\"#070707\",\"text_color_hover\":\"#FC685B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_post_list_meta_content_typography_typography\":\"custom\",\"ekit_post_list_meta_content_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_post_list_meta_content_typography_font_weight\":\"300\",\"ekit_post_list_meta_content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_list_meta_content_color\":\"#B0B0B0\",\"text_indent\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"section_recent_post_limit\":4,\"icon_list\":[],\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"\"},\"feature_image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"33ce3d2\"}],\"element_pack_cursor_effects_image_src\":{\"id\":664,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-105.png\"},\"ep_notation_list\":[{\"_id\":\"3966b4b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"e8b72bc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-post-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1544b792\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"545ee87\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"2091c51\"}],\"jedv_conditions\":[{\"_id\":\"06f16ad\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"c0a12dc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"4cdef31\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"5cdf3da\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"cf8fbbb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"75a601c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"dc798ac\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"131b1cbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"55f00d0\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c20f25b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32b382e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"eb5cac3\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"246fbbf\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4387,690,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(4390,469,'_thumbnail_id','722'),(4870,491,'ekit_post_views_count','7'),(2349,343,'_elementor_version','3.7.7'),(2350,343,'_elementor_pro_version','3.6.4'),(2351,343,'_wp_page_template','default'),(2352,343,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}]},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.75,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}]},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}]},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}]},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}]},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}]},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}]},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}]},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1772,262,'subtitulo-2',''),(1773,262,'otros-detalles','Con música en vivo'),(1774,262,'duracion-recomendada','60 a 90 minutos'),(1775,262,'observacion','Disponible también en Seminario Taller de 4 horas. Taller de 8-16 hrs.'),(1776,262,'site-sidebar-layout','default'),(1777,262,'site-content-layout','default'),(1778,262,'theme-transparent-header-meta','default'),(1779,263,'_edit_lock','1687462864:2'),(1780,263,'_edit_last','2'),(1782,263,'subtitulo-1','8. “De la Visión a la Acción.”'),(1783,263,'descripcion','<p> </p>\n<ul>\n<li>¿Qué se necesita en las organizaciones para llevar un buen plan a un gran resultado?</li>\n<li>Según Ram Charam, experto en ejecución más del 70% de las estrategias no se ejecutan. Esta conferencia ideal para Kick Off, Lanzamientos de Productos y Conferencia de Inicio de Año.</li>\n<li>Hablamos de la creación de obstáculos “in house”, los hábitos y la falta de credibilidad en un proyecto como frenadores del logro de metas de alto nivel y de la serie de pasos y skills que requerimos para llevar nuestra estrategia a buen puerto.</li>\n<li>Divertida, sí. Interesante, sí. Para reflexionar, sí. Invita a la acción, sí.</li>\n</ul>\n<p><b>Ideal para tu empresa, sí. </b></p>\n'),(5582,753,'_wp_page_template','elementor_header_footer'),(5583,753,'_elementor_edit_mode','builder'),(5584,753,'_elementor_template_type','wp-page'),(5585,753,'_elementor_version','3.23.4'),(5586,753,'_elementor_pro_version','3.23.3'),(5587,753,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(1784,263,'subtitulo-2',''),(4298,681,'_wp_page_template','default'),(4299,681,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"71357da\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"625fcc8\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"469ce6a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b7983d2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4733b76\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c5e4166\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"502385a\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8f4e263\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19.917,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1ef9545\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1093487\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80.083,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-right\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}],\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=secondary\"},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f7c489f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"53dd316\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}],\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"c001dbb\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"d193b58\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"12e4a40\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"953994a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"67fc7fc\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"e1c5f02\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f79d6ce\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a682cd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d04134\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b1763c8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d3dad43\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"285e189\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cfbc766\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d2001a6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(4296,681,'_elementor_version','3.7.7'),(4297,681,'_elementor_pro_version','3.7.7'),(4295,681,'_elementor_template_type','header'),(1985,295,'_elementor_edit_mode','builder'),(1986,295,'_elementor_template_type','single-post'),(1987,295,'_elementor_version','3.7.7'),(1653,251,'_elementor_edit_mode','builder'),(1643,250,'_elementor_edit_mode','builder'),(4307,682,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4308,683,'_wp_attached_file','2022/09/placeholder-112.png'),(4309,683,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-112.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-112-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-112-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-112-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-112-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4310,683,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(4389,619,'_elementor_controls_usage','a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:6;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:5:{s:21:\"box_shadow_box_shadow\";i:4;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:11:\"title_color\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:2;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:17:\"icon_align_mobile\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:30:\"icon_typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:4;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:7:\"z_index\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:13:\"share-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:23:\"section_buttons_content\";a:3:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;s:16:\"alignment_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:21:\"elementskit-post-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:22:\"section_layout_options\";i:1;s:25:\"section_recent_post_limit\";i:1;}s:27:\"ekit_post_list_settings_tab\";a:6:{s:18:\"show_feature_image\";i:1;s:14:\"show_post_meta\";i:1;s:14:\"show_date_meta\";i:1;s:16:\"date_meta__icons\";i:1;s:18:\"show_category_meta\";i:1;s:18:\"post_meta_position\";i:1;}}s:5:\"style\";a:4:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:11:\"text_indent\";i:1;s:27:\"icon_typography_font_family\";i:1;}s:29:\"ekit_post_list_meta_style_tab\";a:5:{s:49:\"ekit_post_list_meta_content_typography_typography\";i:1;s:48:\"ekit_post_list_meta_content_typography_font_size\";i:1;s:50:\"ekit_post_list_meta_content_typography_font_weight\";i:1;s:35:\"ekit_post_list_meta_content_padding\";i:1;s:33:\"ekit_post_list_meta_content_color\";i:1;}s:19:\"feature_image_style\";a:1:{s:27:\"feature_image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}s:7:\"sidebar\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:12:\"jedv_section\";a:1:{s:15:\"jedv_conditions\";i:1;}}}}}'),(4312,675,'_wp_page_template','default'),(4313,675,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(4314,675,'_elementor_data','[{\"id\":\"2084f9a1\",\"elType\":\"section\",\"settings\":{\"custom_height_tablet\":{\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#eeeeee\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"jet_parallax_layout_list\":[],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"23c2799\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"242125f\"}],\"jedv_conditions\":[{\"_id\":\"275c0c4\"}],\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"0a1c421\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"b6b6153\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"188d3b4\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"_id\":\"c69838d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150,\"sizes\":[]},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_id\":\"9143309\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"9ca5399\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"7bd44a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"ff978bb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"47cd0934\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22include_context%22%3A%22yes%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"jedv_conditions\":[{\"_id\":\"e40793a\"}],\"element_pack_cursor_effects_image_src\":{\"id\":682,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-111.png\"},\"ep_notation_list\":[{\"_id\":\"c7913e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"4ed3fad\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"theme-archive-title\"},{\"id\":\"38f4d875\",\"elType\":\"widget\",\"settings\":{\"archive_classic_thumbnail_size_size\":\"full\",\"archive_classic_image_width_tablet\":{\"unit\":\"%\",\"size\":100},\"archive_classic_meta_data\":[],\"archive_classic_meta_separator\":\"\\/\\/\\/\",\"archive_classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_classic_title_color\":\"#000000\",\"archive_classic_excerpt_color\":\"#000000\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Previous\",\"pagination_next_label\":\"Next »\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#00ce1b\",\"pagination_active_color\":\"#00ce1b\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"9c8c142\"}],\"element_pack_cursor_effects_image_src\":{\"id\":683,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-112.png\"},\"ep_notation_list\":[{\"_id\":\"349629c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_hosted_url\":{\"id\":\"\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ep_display_conditions\":[{\"_id\":\"12742f7\"}],\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"text\":\"Cargar m\\u00e1s\",\"load_more_no_posts_custom_message\":\"No hay m\\u00e1s entradas que mostrar\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"archive_classic_read_more_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(4306,682,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/09/placeholder-111.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-111-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-111-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-111-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-111-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(4305,682,'_wp_attached_file','2022/09/placeholder-111.png'),(1650,250,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3586,539,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3587,540,'_wp_attached_file','2022/09/placeholder-19.png'),(3588,540,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-19.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-19-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-19-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-19-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(1660,251,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(2327,341,'_elementor_edit_mode','builder'),(2328,341,'_elementor_template_type','header'),(2329,341,'_elementor_version','3.7.7'),(2330,341,'_elementor_pro_version','3.6.4'),(2331,341,'_wp_page_template','default'),(2332,341,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"jedv_conditions\":[{\"_id\":\"e3bf3a5\"}]},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.75,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"0697d4f\"}]},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"6e9038d\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.25,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6e079e3\"}]},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"jedv_conditions\":[{\"_id\":\"7473683\"}]},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\",\"jedv_conditions\":[{\"_id\":\"28a89b1\"}]},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39,\"jedv_conditions\":[{\"_id\":\"d662ad9\"}]},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"jedv_conditions\":[{\"_id\":\"feba9ec\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\",\"jedv_conditions\":[{\"_id\":\"6344bb5\"}]},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\",\"jedv_conditions\":[{\"_id\":\"1db0b86\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18,\"jedv_conditions\":[{\"_id\":\"77df1b8\"}]},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"d2afe95\"}]},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1672,253,'_elementor_edit_mode','builder'),(1673,253,'_elementor_template_type','header'),(1674,253,'_elementor_version','3.7.7'),(1675,253,'_elementor_pro_version','3.6.4'),(1676,253,'_wp_page_template','default'),(1677,253,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(171.00000000000003, 170.62826086956525, 170.62826086956525, 0.5)\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false},{\"id\":\"31419208\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f3e76\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(202.5, 202.5, 202.5, 0.5)\"},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"be093a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":39},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":43,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_mobile\":\"center\",\"align_mobile\":\"flex-end\"},\"elements\":[{\"id\":\"c9b4971\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e2014d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":18},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_mobile_menu_panel_width_mobile\":{\"unit\":\"px\",\"size\":275,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1663,252,'_elementor_edit_mode','builder'),(1664,252,'_elementor_template_type','header'),(1665,252,'_elementor_version','3.7.7'),(1666,252,'_elementor_pro_version','3.6.4'),(1667,252,'_wp_page_template','default'),(1668,252,'_elementor_data','[{\"id\":\"4fc506e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"52a4fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c4b32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f8d9eba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":55,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd19ba7\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false},{\"id\":\"31419208\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":20,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f3e76\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b06f596\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"Bottom-header\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"background_background\":\"classic\",\"z_index\":500,\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"background_color\":\"#FFFFFF\",\"sticky\":\"top\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"ff61ac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF2B\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"959da3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/logo-edner-granados-rojo.jpeg\",\"id\":225,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"04d5ef3\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a3b8f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":65,\"_inline_size_mobile\":89,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"ca56272\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONFERENCIAS\",\"align\":\"right\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"typography_font_family\":\"Mulish\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"},\"align_tablet\":\"justify\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/conferencias\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2e5e468\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.664,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":10,\"_inline_size_mobile\":11,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd79888\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"menu-principal\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_width_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#EDEDED\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_tablet\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"elementskit_menu_close_width_tablet\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"elementskit_menu_toggle_background_color\":\"\",\"elementskit_menu_toggle_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_toggle_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1670,252,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1679,253,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1683,255,'_listing_data','a:3:{s:6:\"source\";s:5:\"posts\";s:9:\"post_type\";s:18:\"conferencias-edner\";s:3:\"tax\";s:8:\"category\";}'),(1684,255,'_listing_type','elementor'),(1685,255,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:18:\"conferencias-edner\";s:11:\"listing_tax\";s:8:\"category\";}'),(1968,255,'_elementor_data','[{\"id\":\"eefe134\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":2,\"color\":\"rgba(169.5, 169.5, 169.5, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"8686de8\"}]},\"elements\":[{\"id\":\"2da80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.416,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"8f086f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fundamental in Digital Marketing\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"367f1c0\"}],\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"b5c8149\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43934f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.028,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"2b62a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8c73b8c\"}],\"_mask_switch\":\"yes\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"0248dd4\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"da58978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.083,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"bb86367\"}]},\"elements\":[{\"id\":\"1b48509\",\"elType\":\"widget\",\"settings\":{\"text\":\"VER DETALLES\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"hover_animation\":\"bob\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"_animation\":\"fadeInUp\",\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"\"},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"3d1ae54\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dfa33fd\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1686,255,'_elementor_edit_mode','builder'),(1687,255,'_elementor_template_type','jet-listing-items'),(1688,255,'_elementor_version','3.7.7'),(1689,255,'_elementor_pro_version','3.7.7'),(1690,255,'_astra_content_layout_flag','disabled'),(1691,255,'site-post-title','disabled'),(1692,255,'ast-title-bar-display','disabled'),(1693,255,'ast-featured-img','disabled'),(1694,255,'site-content-layout','page-builder'),(1695,255,'site-sidebar-layout','no-sidebar'),(1696,255,'ekit_post_views_count','6'),(1697,255,'_edit_lock','1664480662:3'),(1701,256,'_edit_lock','1687463026:2'),(1702,256,'_edit_last','2'),(1703,256,'subtitulo-1','1. “Ir más allá”'),(1704,256,'descripcion','<p> </p>\n<ul>\n<li>Una de las conferencias más solicitadas por las empresas a Edner Granados.</li>\n<li>Es la pieza perfecta que además de divertir, romper el hielo e integrar, encuadra temas como el valor del sentido de pertenencia, claves de un Dream Team, el sello personal de la organización, el hambre de éxito, el cambio en tiempos acelerados y mucho más.</li>\n<li>No hay mucho que hablar, es mejor vivirla.</li>\n<li>Totalmente adaptable a la necesidad de cada organización.</li>\n<li>Un hit. Ir más allá.</li>\n</ul>\n'),(1705,256,'subtitulo-2',''),(1706,256,'otros-detalles','Con música en vivo'),(1707,256,'duracion-recomendada','60 a 90 minutos'),(1708,256,'site-sidebar-layout','default'),(1709,256,'site-content-layout','default'),(1710,256,'theme-transparent-header-meta','default'),(1712,257,'_edit_lock','1687462688:2'),(1713,257,'_edit_last','2'),(1715,257,'subtitulo-1','2. “REINVENTÁNDONOS EN TIEMPOS CRÍTICOS”'),(1716,257,'descripcion','<p> </p>\n<ul>\n<li>Otro de nuestros <b>Best Sellers</b>. En tiempos críticos, veremos como no dar <i>Cesión</i> a la Re-<i>Cesión.</i></li>\n<li>Nos movieron el piso… ¡¡¡Nos cambiaron el juego!!!</li>\n<li>En un mundo que nos cambió las reglas de un momento a otro, reinventarnos, ya no es una opción, es una necesidad.</li>\n<li>Un nuevo sistema de creencias, incorporar la agilidad, la innovación como parte de nuestro Mindset y tener la capacidad de acelerar a fondo buscando maximizar nuestro potencial.</li>\n<li>Una conferencia muy ad hoc para los tiempos que vivimos, nos brinda recursos y herramientas ganadoras para reinventarnos y rápidamente actuar en estos momentos de incertidumbre global.</li>\n</ul>\n<p><strong>¡¡¡Imperdible e Imprescindible!!!</strong></p>\n<p>Adaptable a la necesidad de cada organización, posterior a un brief de encuadre.</p>\n'),(1717,257,'subtitulo-2',''),(1718,257,'otros-detalles',''),(1719,257,'duracion-recomendada','1 hora a 1:50 horas'),(1720,257,'site-sidebar-layout','default'),(1721,257,'site-content-layout','default'),(1722,257,'theme-transparent-header-meta','default'),(1723,258,'_edit_lock','1687462636:2'),(1724,258,'_edit_last','2'),(1726,258,'subtitulo-1','3. “Las 4 A´s del Líder del Futuro Presente.”'),(1727,258,'descripcion','<p> </p>\n<ul>\n<li>Al menos 5 Generaciones interactuando en las empresas y ¿qué crees? Todas procesan diferente. ¿Cómo hacemos?</li>\n<li>Cambios, disrupción, cisnes negros pero también enormes oportunidades para el Liderazgo.</li>\n<li>¿Cuáles son las 4 A´s que definen al Líder que se reinventa y se adapta a un mundo donde la estrategia está más viva y en movimiento constante?</li>\n<li>Una Conferencia necesaria, de las más solicitadas en estos tiempos y que agrega enorme valor y herramientas a tu back pack.</li>\n</ul>\n'),(1728,258,'subtitulo-2',''),(1729,258,'otros-detalles','Con música en vivo'),(1730,258,'duracion-recomendada','60 a 90 minutos'),(1731,258,'site-sidebar-layout','default'),(1732,258,'site-content-layout','default'),(1733,258,'theme-transparent-header-meta','default'),(1734,259,'_edit_lock','1687462691:2'),(1735,259,'_edit_last','2'),(1737,259,'subtitulo-1','4. “Vendiendo a 1,000”'),(1738,259,'descripcion','<p> </p>\n<ul>\n<li>5,000 impactos publicitarios por día, es una locura. Todos queremos vender, pero el prospecto no quiere que le vendan, quiere comprar.</li>\n<li>Las reglas cambiaron, por eso, esta es una Conferencia de ventas, totalmente diferente.</li>\n<li>Altamente aplicable, muy interactiva y divertida, con herramientas poderosas extraidas de Ingeniería de la Persuasión, Neurociencias; Branding Personal y enfocada también en trabajar las creencias adecuadas generar resultados en estos tiempos distintos.</li>\n<li>Ideal para Convenciones de Ventas. Poderosa, Divertida, Integradora, Interactiva. La disfrutarás.</li>\n</ul>\n'),(1739,259,'subtitulo-2',''),(1740,259,'otros-detalles','Con música en vivo'),(1741,259,'duracion-recomendada','60 a 90 minutos'),(1742,259,'site-sidebar-layout','default'),(1743,259,'site-content-layout','default'),(1744,259,'theme-transparent-header-meta','default'),(1745,260,'_edit_lock','1687462716:2'),(1746,260,'_edit_last','2'),(1748,260,'subtitulo-1','5. “Innovas Y si vas”'),(1749,260,'descripcion','<p> </p>\n<ul>\n<li>Una Conferencia en la que vivirás este tema tan traído y llevado, desde otro ángulo totalmente distinto.</li>\n<li>Hablaremos de recursos internos, técnicas no exploradas para innovar, administración del caos y como surfear esta ola para generar valor.</li>\n<li>Tu equipo saldrá con herramientas para:</li>\n<li>Instalar la innovación y creatividad como parte de nuestro sistema personal de vida.</li>\n<li>Agregar mayor valor dentro de la organización y en su ámbito personal.</li>\n<li>Ver la innovación como un modus vivendi, no un modus operandi.</li>\n</ul>\n<p><strong>¡¡¡Disruptiva!!!</strong></p>\n<p>Adaptable a la necesidad de cada organización, posterior a un brief de encuadre.</p>\n'),(1750,260,'subtitulo-2',''),(1751,260,'otros-detalles',''),(1752,260,'duracion-recomendada','1 hora a 1:30 horas'),(1753,260,'site-sidebar-layout','default'),(1754,260,'site-content-layout','default'),(1755,260,'theme-transparent-header-meta','default'),(1756,261,'_edit_lock','1687462744:2'),(1757,261,'_edit_last','2'),(1759,261,'subtitulo-1','6. “Marca Personal.Yo®. Branding Personal en tiempos de Torbellino.”'),(1760,261,'descripcion','<p> </p>\n<ul>\n<li>El éxito del plan de carrera, no sólo requiere preparación y talento. Hoy la clave en el torbellino competitivo a nivel profesional en las organizaciones requiere de tu propia campaña publicitaria.</li>\n<li>¿El Producto? Tú. Marca Registrada.</li>\n<li>Tu marca personal requiere al igual que un producto:</li>\n<li>DIFERENCIACIÓN, Especialización, Visibilidad y mucho más que descubrirás en esta interesante e innovadora conferencia de un tema que despierta pasiones en el mundo corporativo internacional e ideal para emprendedores.</li>\n<li>Hoy es el momento de que descubras lo que muy pocos conocen.</li>\n</ul>\n'),(1761,261,'subtitulo-2',''),(1762,261,'otros-detalles','Con música en vivo'),(3924,613,'site-post-title','disabled'),(3925,613,'ast-title-bar-display','disabled'),(3930,613,'_edit_lock','1664491206:4'),(3931,614,'_elementor_edit_mode','builder'),(3932,614,'_elementor_template_type','footer'),(3933,614,'_elementor_version','3.7.7'),(3934,614,'_elementor_pro_version','3.7.7'),(3935,613,'_wp_page_template','default'),(3936,613,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(3937,613,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.846,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"align\":\"flex-start\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f472f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a>\\nPowered by <a href=\\\"http:\\/\\/wordpress.org\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img src=\\\"https:\\/\\/www.iondisart.com\\/logo.png\\\"> <a href=\\\"https:\\/\\/www.iondisart.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IONDisart <\\/a><\\/strong><\\/span>\\n\",\"link\":{\"url\":\"https:\\/\\/iondisart.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_color\":\"#838383\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"13\",\"bottom\":\"4\",\"left\":\"13\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"4c2e3d5\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"element_pack_cursor_effects_text_label\":\"HELLO\",\"ep_notation_list\":[{\"_id\":\"d07ed61\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"a1a0307\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_hover_border\":\"solid\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"_border_hover_color\":\"\",\"_border_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_border_color\":\"#83838300\",\"_border_hover_color\":\"#BB0F33\",\"element_pack_cursor_effects_image_src\":{\"id\":709,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-4-1.png\"},\"ep_sound_effects_hosted_url\":{\"id\":710,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder-114.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.011,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3938,615,'_elementor_edit_mode','builder'),(3939,615,'_elementor_template_type','footer'),(3940,615,'_elementor_version','3.7.7'),(3941,615,'_elementor_pro_version','3.7.7'),(3942,615,'_wp_page_template','default'),(3943,615,'_elementor_page_settings','a:1:{s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(3944,615,'_elementor_data','[{\"id\":\"6fd18b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1040},\"background_background\":\"classic\",\"background_image\":{\"id\":\"115\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hector-martinez-110928-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.97},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"gap\":\"wider\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"css_classes\":\"envato-kit-141-top-0\",\"background_overlay_color\":\"#111416\",\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"f697a3c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"0d3b2fc\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"3b98115\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ca8557f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5494f14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"38a9e14\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7379183\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"0747689\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"906dc3c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"86f1b6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":200,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"7745649\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4829934\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2022, Edner Granados. All rights reserved.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.617},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"bd49bfb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f3166\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"02391f5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"76d07d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":12,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_delay\":400,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"jedv_conditions\":[{\"_id\":\"c04e42c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"f01f8f9\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"08103fb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ednergranadosconfe\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"f35d17d\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ednergranados\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"11729a1\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6ffe2ae\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/ednergranados\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75366e9\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/in\\/edner-granados-254b8a23\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"d2ee0c3\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"76c6ede\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"9b4d65d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3946,613,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(5671,762,'_wp_page_template','elementor_header_footer'),(5672,762,'_elementor_edit_mode','builder'),(5673,762,'_elementor_template_type','wp-page'),(5674,762,'_elementor_version','3.23.4'),(5675,762,'_elementor_pro_version','3.23.3'),(5676,762,'_elementor_data','[{\"id\":\"2ee021d7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"hero-banner\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"column_position\":\"bottom\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"shape_divider_bottom_negative\":\"yes\",\"shape_divider_bottom_above_content\":\"yes\",\"layout\":\"full_width\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"shape_divider_bottom\":\"curve\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":996,\"sizes\":[]},\"z_index\":1,\"jedv_conditions\":[{\"_id\":\"aee8d5e\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"694836c\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"b34ede4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"de2b020\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"00166ad\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c9d1fe2\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"5113bf3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"c35b16b\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"932cf20\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4ed02a42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"e7de4ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"71416ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"jedv_conditions\":[{\"_id\":\"b857e43\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"315de50\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"c115d07\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"aa402cb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"913033f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4d83a8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"cce4042\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f468e4e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"fe35f58\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7b1d67d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.737,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/circle.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":571,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":348,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"animation\":\"fadeInUp\",\"jedv_conditions\":[{\"_id\":\"227f352\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"5188ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":77,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/edner-granados.png\",\"alt\":\"\",\"source\":\"library\"},\"width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"48e070f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d615526\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"e95fdf6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5df0d8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.263,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"180\",\"left\":\"50\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-start\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"bottom\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_mobile\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"394dd9a\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2cb71df\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDNER GRANADOS\",\"align\":\"left\",\"align_tablet\":\"center\",\"title_color\":\"#FFFDFD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_element_width\":\"auto\",\"jedv_conditions\":[{\"_id\":\"fe98e92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"86f4377\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5daeee6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c169b3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"IMPACT SPEAKER\",\"align\":\"left\",\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"bc3654c\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"f413565\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"37c7e33\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e2227bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACTO\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_element_width\":\"auto\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=21bfb04\",\"button_background_hover_color\":\"globals\\/colors?id=fc28385\",\"button_hover_border_color\":\"globals\\/colors?id=fc28385\",\"hover_color\":\"globals\\/colors?id=21bfb04\"},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"jedv_conditions\":[{\"_id\":\"e1704d4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"864ca48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"de7220d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0facabd\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=S71-ubjO-V4&t=8s&ab_channel=EdnerGranados\",\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"04660eb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2bf2fce\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91e5eec\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"b8f924d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"title_text\":\"Llamadas nacionales e internacionales\",\"description_text\":\"+52 998 316 7943\",\"link\":{\"url\":\"tel:529983167943\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"position_mobile\":\"left\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"text_align\":\"left\",\"text_align_tablet\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"description_color\":\"#FFF8F8\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"description_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"72f4472\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"978b6e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b991677\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bb8f8aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" +52 998 316 7943\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"0dcd8c9\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/529983167943\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@ednergranados.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"6093f67\",\"link\":{\"url\":\"mailto:info@ednergranados.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align_tablet\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_color\":\"#F4F9FF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"auto\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\"},\"jedv_conditions\":[{\"_id\":\"9fe3c7d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"7d24f6a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c929861\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"259c1b30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"106\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_title\":\"about\",\"z_index\":5,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"bio\",\"jedv_conditions\":[{\"_id\":\"45651ae\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"453955f\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"358602e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f708e70\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c4ba220\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"64200ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"970cb46\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"176551c\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"90a8302\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3b5ba292\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"jedv_conditions\":[{\"_id\":\"e0dba60\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57b763c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"d6f858b\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"a44a81e\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"71ca876\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e905d87\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"15225b1\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"43dc977\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fc7e955\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bae3a60\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"07e6228\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"47dc7da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"_inline_size_tablet\":22,\"content_position_tablet\":\"center\",\"jedv_conditions\":[{\"_id\":\"814bbbb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"2fe67d4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":83,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89941859_523545041683207_8273911308307233517_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"a75ee5d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"d9a5311\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"807f779\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fc2d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":85,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/275944674_952978798749881_5870331188178632551_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"align_mobile\":\"center\",\"jedv_conditions\":[{\"_id\":\"ff9411e\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4ec5ba2\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"79b3616\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"576a1cbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":78,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"32cda24\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"30688714\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"e5f49a4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"6e956c6\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"46a9ccc\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3f10202\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"42b0fa7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e2f8a33\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4cc6a5d\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"e574d49\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"37dcfd3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2a2d92b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"_inline_size_tablet\":25,\"jedv_conditions\":[{\"_id\":\"8838da4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"a7a835f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":82,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"object-fit\":\"cover\",\"jedv_conditions\":[{\"_id\":\"2a9fe0a\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"08284e7\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"1c55ecd\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"26900432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"52b7549\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"57fa7361\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"22 PAISES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"DICTANDO CONFERENCIAS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: \\u00c9xito Awards 2014 de Latinoam\\u00e9rica <br \\/>Ha sido nombrado Conferencista por el Latin American Quality Institute en los a\\u00f1os:<\\/p><p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017<\\/strong><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"97ae766\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"c418c7a\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48ff467\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2741f3a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"jedv_conditions\":[{\"_id\":\"ba0cfce\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"650e773\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"5b034da\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"708f7a9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"11b2ca7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"40ce324\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"52f9aa0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"339dfe4\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6273b00\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"605f3e97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":30,\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"82666e1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"147492b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/89636034_199205457972115_4256094188653888311_n.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"6f68bbb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fc483e5\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f145227\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"182a8b28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":64.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"aeebc49\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"d93a1ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/cup-svgrepo-com.svg\",\"id\":104},\"library\":\"svg\"},\"title_text\":\"NOMINADO AL MEJOR SPEAKER\",\"description_text\":\"2020\",\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":83,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"description_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"jedv_conditions\":[{\"_id\":\"611acb1\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"1326603\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ecc4de1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"499c6d59\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ad41708\"},\"_title\":\"fun-fact\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"7f1f7e4\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"3539414\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"850dd7f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83bf846\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"343b486\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4f7a1ff\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"3c79f08\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"66d8c62\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"6863326\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"36d5fad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca51b6d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"64628d43\",\"elType\":\"widget\",\"settings\":{\"ending_number\":24,\"title\":\"A\\u00d1OS CAMBIANDO VIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"e2a4148\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6365abc\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"b188ce8\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6ca92e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=57a29b1\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"3d7b79e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"66cadf68\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1600,\"title\":\"CONFERENCIAS IMPARTIDAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"02e8165\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"6e91757\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"244bb5f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"180218c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"_inline_size_mobile\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"56dd1ac\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"4040f080\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1100000,\"title\":\"PERSONAS IMPACTADAS\",\"__globals__\":{\"typography_number_typography\":\"\",\"typography_title_typography\":\"\",\"number_color\":\"globals\\/colors?id=secondary\"},\"prefix\":\"+\",\"number_color\":\"#0B0F13\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Roboto\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_number_font_weight\":\"600\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Roboto Slab\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"0e4f9c6\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"de04712\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"48f8f16\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84cf996\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"110\",\"left\":0,\"isLinked\":false},\"_title\":\"gallery\",\"z_index\":5,\"jedv_conditions\":[{\"_id\":\"77cf2fe\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"1947664\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"7740097\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f4a86b3\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"d2ae72a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"4cc38ed\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"2c3c036\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2aa5789\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"a72ecf4\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f2b69eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"9093fc7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6380c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"gap\":\"no\",\"_element_id\":\"clientes\",\"jedv_conditions\":[{\"_id\":\"ba6ec7c\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"42247d5\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"af64627\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"7ae9c32\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"4de4413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"bd66131\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"bf50fa9\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"2bf8825\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"bfecfc5\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30ce096b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"jedv_conditions\":[{\"_id\":\"cb04273\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"da9d398\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"NUESTROS CLIENTES\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"GALER\\u00cdA \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Quam amet tristique adipisicing incididunt arcu, excepturi molestie turpis deserunt ducimus malesuada minus mauris veniam.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_title_color\":\"#0B0F13\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#F30000\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"8610735\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3fb6ae6\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"64eeae6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"77523af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"jedv_conditions\":[{\"_id\":\"6da9492\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"17f20cdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Entre sus clientes cuenta con m\\u00e1s 90 empresas de <strong>Fortune 500<\\/strong> y m\\u00e1s de 100 de <strong>Expansi\\u00f3n 500<\\/strong>, adem\\u00e1s de Empresas Medianas, Universidades y Gobierno. <br \\/>Hoy <strong>Edner Granados<\\/strong> tiene el gusto de poder compartir momentos con m\\u00e1s de <strong>60,000 personas al a\\u00f1o<\\/strong> en m\\u00e1s de 100 conferencias que dicta en los diferentes Pa\\u00edses que visita.<\\/p>\",\"align_mobile\":\"center\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"jedv_conditions\":[{\"_id\":\"3121005\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"3a2b50c\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d3712d1\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6dd6b68b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":102,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\"},{\"id\":101,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\"},{\"id\":100,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\"},{\"id\":99,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\"},{\"id\":98,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\"},{\"id\":97,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"34f4cf0\"}],\"gallery_layout\":\"masonry\",\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"caption\",\"image_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=99dd0b2\"},\"pa_display_conditions_switcher\":\"\",\"pa_display_action\":\"show\",\"pa_display_when\":\"any\",\"pa_condition_repeater\":[{\"pa_condition_key\":\"browser\",\"pa_condition_operator\":\"is\",\"pa_condition_browser\":\"chrome\",\"_id\":\"2430742\",\"pa_condition_device\":\"desktop\",\"pa_condition_day\":[\"sunday\"],\"pa_condition_date\":\"2022\\/01\\/24\",\"pa_condition_date_range\":\"2022\\/01\\/24\",\"pa_condition_ip_location\":[],\"pa_condition_lang\":[],\"pa_condition_login_status\":\"logged\",\"pa_condition_post\":[],\"pa_condition_post_type\":[],\"pa_condition_page\":[],\"pa_condition_operating_system\":[\"windows\"],\"pa_condition_user_role\":[],\"pa_condition_timezone\":\"server\"}],\"premium_fe_switcher\":\"\",\"premium_fe_target\":\"\",\"premium_fe_translate_switcher\":\"\",\"premium_fe_Xtranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Xtranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xtranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":5}},\"premium_fe_Ytranslate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Ytranslate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_trans_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_trans_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_switcher\":\"\",\"premium_fe_Xrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Xrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Yrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":45}},\"premium_fe_Zrotate_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Zrotate_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_rotate_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_rotate_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_switcher\":\"\",\"premium_fe_Xscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Xscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":{\"from\":1,\"to\":1.2}},\"premium_fe_Yscale_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yscale_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_scale_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_scale_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_switcher\":\"\",\"premium_fe_Xskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Xskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Xskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":{\"from\":0,\"to\":20}},\"premium_fe_Yskew_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_Yskew_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_skew_duration\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"premium_fe_skew_delay\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"premium_fe_opacity_switcher\":\"\",\"premium_fe_bg_color_switcher\":\"\",\"premium_fe_blur_switcher\":\"\",\"premium_fe_contrast_switcher\":\"\",\"premium_fe_gScale_switcher\":\"\",\"premium_fe_hue_switcher\":\"\",\"premium_fe_brightness_switcher\":\"\",\"premium_fe_saturate_switcher\":\"\",\"premium_fe_direction\":\"alternate\",\"premium_fe_loop\":\"default\",\"premium_fe_loop_number\":3,\"premium_fe_easing\":\"easeInOutSine\",\"premium_fe_ease_step\":5,\"columns\":3,\"jedv_conditions\":[{\"_id\":\"103d858\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"4b8687b\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d02a44d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b7b8cbf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/eventum-img1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"110\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"sponsers\",\"z_index\":5,\"_element_id\":\"porque\",\"jedv_conditions\":[{\"_id\":\"33d43be\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"2e3cc05\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33edd4d\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"93f8f11\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"a8eff41\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"eac5e7a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"b6b117e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9be9318\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"8d7b674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7f3b54a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"jedv_conditions\":[{\"_id\":\"29ec38b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"6f3d85f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00bfPor qu\\u00e9 ELEGIR A EDNER GRANADOS?\",\"align\":\"center\",\"title_color\":\"#F30000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"jedv_conditions\":[{\"_id\":\"af1df29\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"cb60d48\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"867e93d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3283403\",\"elType\":\"widget\",\"settings\":{\"style\":\"zigzag\",\"width\":{\"unit\":\"%\",\"size\":11,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"center\",\"text\":\"Separador\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=primary\"},\"jedv_conditions\":[{\"_id\":\"9bae848\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b44dd5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"ae2dab3\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1c7d54e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#4E0000\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"\"},\"jedv_conditions\":[{\"_id\":\"ed86c1b\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"738bf2d\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"74be355\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8e4784\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"z_index\":5,\"_element_id\":\"form\",\"jedv_conditions\":[{\"_id\":\"87131f9\"}],\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"f2eb232\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"053de86\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f1673a0\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"fb86121\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"718a08f\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"7f577de\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"9e9b012\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"2f4f3f9\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38d3fc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":8,\"color\":\"rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5)\"},\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"88\",\"bottom\":\"88\",\"left\":\"88\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"e08619e\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"e6ca9d2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"PARA MI ES UN PLACER ATENDERTE\",\"ekit_heading_title_tag\":\"h3\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"CONTACTO\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"h6\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"__globals__\":{\"ekit_heading_sub_title_typography_typography\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=text\",\"ekit_heading_sub_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_extra_title_color\":\"\"},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":66,\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"jedv_conditions\":[{\"_id\":\"b8c6ff4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"2edee07\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"dc905af\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efef6a6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"FORMULARIO\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Nombre\",\"placeholder\":\"Nombre\",\"_id\":\"4cd8ddb\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Correo electr\\u00f3nico\",\"placeholder\":\"Correo electr\\u00f3nico\",\"_id\":\"295e5ec\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Mensaje\",\"placeholder\":\"Describe tu mensaje\",\"_id\":\"e3cad1a\"},{\"_id\":\"040512d\",\"field_type\":\"acceptance\",\"acceptance_text\":\"He le\\u00eddo y acepto las <a href=\\\"https:\\/\\/www.elconferencista.com\\/\\\" target=\\\"_blank\\\"> Pol\\u00edticas de Privacidad<\\/a>\\n\",\"custom_id\":\"field_040512d\"},{\"_id\":\"7724ca2\",\"field_type\":\"honeypot\",\"custom_id\":\"field_7724ca2\"},{\"_id\":\"09415bb\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_09415bb\"}],\"show_labels\":\"\",\"button_align\":\"center\",\"step_next_label\":\"Siguiente\",\"step_previous_label\":\"Anterior\",\"button_text\":\"Enviar\",\"email_to\":\"info@ednergranados.com\",\"email_subject\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content\":\"[all-fields]\",\"email_from\":\"info@ednergranados.com\",\"email_from_name\":\"EDNER GRANADOS\",\"form_metadata\":[\"date\",\"page_url\"],\"email_to_2\":\"admin@www.elconferencista.com\",\"email_subject_2\":\"Nuevo mensaje desde \\u00abEDNER GRANADOS\\u00bb\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@www.elconferencista.com\",\"email_from_name_2\":\"EDNER GRANADOS\",\"email_reply_to_2\":\"admin@www.elconferencista.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"El formulario se ha enviado correctamente.\",\"error_message\":\"Ha ocurrido un error.\",\"required_field_message\":\"Este campo es obligatorio.\",\"invalid_message\":\"Hay algo que no funciona. El formulario no es v\\u00e1lido.\",\"jedv_conditions\":[{\"_id\":\"abafcc4\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"a53adea\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"c4ef597\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(3388,476,'_edit_lock','1724347191:2'),(3389,476,'_edit_last','3'),(4682,725,'_elementor_edit_mode','builder'),(4681,725,'_wp_page_template','default'),(3982,619,'_elementor_version','3.7.7'),(3983,619,'_elementor_pro_version','3.7.7'),(3984,619,'_astra_content_layout_flag','disabled'),(3985,619,'site-post-title','disabled'),(3986,619,'ast-title-bar-display','disabled'),(3987,619,'ast-featured-img','disabled'),(3988,619,'site-content-layout','page-builder'),(3989,619,'site-sidebar-layout','no-sidebar'),(3990,619,'_edit_lock','1664489823:4'),(3991,619,'ekit_post_views_count','1'),(3992,620,'_wp_attached_file','2022/09/hero-spost.jpg'),(3993,620,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:208;s:4:\"file\";s:22:\"2022/09/hero-spost.jpg\";s:8:\"filesize\";i:58617;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-spost-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4008;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"hero-spost-1024x133.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"hero-spost-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5729;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"hero-spost-768x100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13607;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"hero-spost-1536x200.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37166;}}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:{}}}'),(3980,619,'_elementor_edit_mode','builder'),(3981,619,'_elementor_template_type','single-post'),(3419,484,'_wp_attached_file','2022/09/hero-home.jpg'),(3420,484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2022/09/hero-home.jpg\";s:8:\"filesize\";i:101930;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-home-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13092;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-home-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7077;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-home-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50821;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"hero-home-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146938;}}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:{}}}'),(3421,484,'_elementor_source_image_hash','3eb83b8c76be9cf999d447845b026d6aa310ecfa'),(3422,485,'_wp_attached_file','2022/09/main-sp1.jpg'),(3423,485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:20:\"2022/09/main-sp1.jpg\";s:8:\"filesize\";i:10578;s:5:\"sizes\";a:0:{}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:{}}}'),(3424,485,'_elementor_source_image_hash','aae14b65e86bb51e062fd19c5a3320ea8a433c50'),(3425,486,'_wp_attached_file','2022/09/main-sp-1.jpg'),(3426,486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:21:\"2022/09/main-sp-1.jpg\";s:8:\"filesize\";i:9763;s:5:\"sizes\";a:0:{}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:{}}}'),(3427,486,'_elementor_source_image_hash','5a500ab2b6f3d1e7e19500678c04b67d6abc57bb'),(3428,487,'_wp_attached_file','2022/09/main-sp-2.jpg'),(3429,487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:21:\"2022/09/main-sp-2.jpg\";s:8:\"filesize\";i:11110;s:5:\"sizes\";a:0:{}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:{}}}'),(3430,487,'_elementor_source_image_hash','7f94bffdde8474b4567d4509cb1261880a102fa4'),(3431,488,'_wp_attached_file','2022/09/main-sp-3.jpg'),(3432,488,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:21:\"2022/09/main-sp-3.jpg\";s:8:\"filesize\";i:11660;s:5:\"sizes\";a:0:{}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:{}}}'),(3433,488,'_elementor_source_image_hash','0d11da3db5764dc142244857bb143b4a693de498'),(3434,489,'_wp_attached_file','2022/09/main-sp-4.jpg'),(3435,489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:21:\"2022/09/main-sp-4.jpg\";s:8:\"filesize\";i:9264;s:5:\"sizes\";a:0:{}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:{}}}'),(3436,489,'_elementor_source_image_hash','5f42b9218d8aba293add4b4e6ff1178e728d38c9'),(3437,490,'_wp_attached_file','2022/09/accent-dot.png'),(3438,490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:68;s:6:\"height\";i:64;s:4:\"file\";s:22:\"2022/09/accent-dot.png\";s:8:\"filesize\";i:1498;s:5:\"sizes\";a:0:{}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:{}}}'),(3687,469,'_elementor_data','[{\"id\":\"fa7e953\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"472\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/hero-blog.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":50,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"\",\"shape_divider_bottom_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"16\",\"bottom\":\"100\",\"left\":\"16\",\"isLinked\":\"\"},\"_title\":\"Section: Hero Page\",\"jedv_conditions\":[{\"_id\":\"5f93981\"}],\"background_overlay_color\":\"#0B0F13\",\"background_overlay_color_b\":\"#0B0F1300\",\"shape_divider_bottom_color\":\"#F30000\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"eaa596b\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"82ed608\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"54cb9e7\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"0e42efb\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"3fca04c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d6cfd5\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"ba9b583\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"7cc20cb\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"47a92f7\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%7D\\\"]\"},\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"69dc0916\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60\",\"jedv_conditions\":[{\"_id\":\"10ea75f\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"25d0a9d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"fc7fa9f\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_animation\":\"slideInUp\",\"jedv_conditions\":[{\"_id\":\"3904ae9\"}],\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"66e7583\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"0621018\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"59e32c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"4655e88\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"45b4cf10\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"_id\":\"99ce45a\",\"link\":{\"url\":\"po\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec2ba0\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},{\"text\":\"List Item #2\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"_id\":\"a357ed1\",\"__dynamic__\":{\"text\":\"[elementor-tag id=\\\"f462dbf\\\" name=\\\"page-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=99d7f5b\",\"icon_color_hover\":\"globals\\/colors?id=99d7f5b\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"left\",\"_animation\":\"fadeInDown\",\"jedv_conditions\":[{\"_id\":\"13792a7\"}],\"text_color\":\"#FFFFFF\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"9914e5f\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"2da5fd6\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4c7a8f0b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"298\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle2.jpg\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=99d7f5b\"},\"_title\":\"Section: Blog\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"32\",\"bottom\":\"50\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":\"\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":\"75\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"473\",\"url\":\"https:\\/\\/www.elconferencista.com\\/wp-content\\/uploads\\/2022\\/09\\/bg-circle1-right.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"em\",\"size\":\"97.8\",\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jedv_conditions\":[{\"_id\":\"bd7d045\"}],\"structure\":\"20\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"ddcd028\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"36db04f\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"f0d5d23\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"126719a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"83cd64c\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"c2588ca\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"b56c19e\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"912e3bc\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1e94141a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"jedv_conditions\":[{\"_id\":\"844744e\"}],\"_inline_size\":73.416,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f897a4\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"columns_mobile\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_author\":\"\",\"show_comments\":\"\",\"more_text\":\"Leer m\\u00e1s\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"35f9cea\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"31b154d\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_bg\":\"#FFFFFF\",\"box_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"inner_box_shadow_box_shadow_type\":\"yes\",\"inner_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(167.99999999999997, 167.99999999999997, 167.99999999999997, 0.5)\"},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_weight\":\"400\",\"meta_typography_text_transform\":\"capitalize\",\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"508e6aa\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"fd5e013\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"4608d1d\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"18697d5a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"large\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Leer m\\u00e1s \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"« Atras\",\"pagination_next_label\":\"Siguiente »\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"classic_title_color\":\"globals\\/colors?id=primary\",\"classic_title_typography_typography\":\"\",\"classic_meta_color\":\"\",\"classic_meta_separator_color\":\"\",\"classic_meta_typography_typography\":\"\",\"classic_excerpt_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeInUp\",\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_thumbnail\":\"left\",\"classic_item_ratio_tablet\":{\"unit\":\"px\",\"size\":\"0.9\",\"sizes\":[]},\"classic_item_ratio_mobile\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"classic_image_width\":{\"unit\":\"px\",\"size\":495,\"sizes\":[]},\"classic_image_width_tablet\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_image_width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"classic_excerpt_length\":\"30\",\"posts_orderby\":\"rand\",\"posts_order\":\"asc\",\"classic_alignment\":\"left\",\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_title_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_meta_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"classic_excerpt_spacing_tablet\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"066a5d9\"}],\"classic_meta_data\":[\"date\"],\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_box_shadow_box_shadow_type\":\"yes\",\"classic_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":4,\"color\":\"rgba(222.25003051757812, 222.25003051757812, 222.25003051757812, 0.36)\"},\"classic_box_bg_color\":\"#FFFFFF\",\"classic_title_color\":\"#F30000\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Roboto\",\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"capitalize\",\"classic_excerpt_color\":\"#000000\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Roboto\",\"classic_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Roboto\",\"classic_read_more_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"500\",\"classic_read_more_typography_text_transform\":\"uppercase\",\"classic_read_more_typography_text_decoration\":\"none\",\"pagination_type\":\"prev_next\",\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0e54519\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"91ade9c\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":\"\"},{\"id\":\"b1dd242\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.377,\"jedv_conditions\":[{\"_id\":\"bc6c674\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"3417c19\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF6E\",\"element_pack_agbg_color_list\":[{\"start_color\":\"#0591F9\",\"end_color\":\"#fefefe\",\"_id\":\"469a839\"},{\"start_color\":\"#567445\",\"end_color\":\"#1D1BE0\",\"_id\":\"33f36e8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D5D5D5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"24\",\"left\":\"20\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ca75dd7\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"section_parallax_elements\":[],\"element_pack_tile_scroll_elements\":[{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"8e80e8e\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9327d5a\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"81d9413\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":-150},\"_id\":\"9d24b71\",\"element_pack_tile_scroll_title\":\"Item #1\"},{\"element_pack_tile_scroll_x_start\":{\"unit\":\"px\",\"size\":-150},\"element_pack_tile_scroll_x_end\":{\"unit\":\"px\",\"size\":150},\"_id\":\"a124697\",\"element_pack_tile_scroll_title\":\"Item #1\"}],\"ep_display_conditions\":[{\"_id\":\"e12825b\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ee2d635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"jedv_conditions\":[{\"_id\":\"3b84091\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\"},\"elements\":[{\"id\":\"eb40741\",\"elType\":\"widget\",\"settings\":{\"search_query\":\"post\",\"placeholder\":\"Search...\",\"button_text\":\"Submit\",\"search_container_background\":\"#EAE8E8\",\"input_placeholder_color\":\"#000000\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"83284bb\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"ed65e10\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"d204fb7\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"__globals__\":{\"input_border_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"bdt-search\"},{\"id\":\"9b6d3ec\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"b00384c\"},{\"button\":\"twitter\",\"_id\":\"0ffe104\"},{\"button\":\"linkedin\",\"_id\":\"296a852\"},{\"_id\":\"7fb3ef1\",\"button\":\"telegram\"},{\"_id\":\"b8c9746\",\"button\":\"whatsapp\"}],\"view\":\"icon\",\"alignment\":\"left\",\"button_size\":{\"unit\":\"px\",\"size\":0.95,\"sizes\":[]},\"button_size_mobile\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"jedv_conditions\":[{\"_id\":\"236aee0\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"0439de1\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"f5cc2fa\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\"},\"elements\":[],\"widgetType\":\"share-buttons\"},{\"id\":\"4b82db6\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"sidebar-1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jedv_conditions\":[{\"_id\":\"ec2da92\"}],\"ep_widget_cf_colors\":\"#D30C5C, #0EBCDC, #EAED41, #ED5A78, #DF33DF\",\"ep_notation_list\":[{\"_id\":\"b28d862\",\"ep_notation_bracket_on\":\"left,right\"}],\"ep_sound_effects_element_selector\":\"my-header\",\"element_pack_widget_tooltip_text\":\"This is Tooltip\",\"ep_display_conditions\":[{\"_id\":\"5db1220\"}],\"ep_parallax_effects_transition_for\":\"all\",\"ep_parallax_effects_transition_duration\":\"100\",\"ep_parallax_effects_transition_easing\":\"linear\",\"element_pack_widget_effect_transition_duration\":\"300\",\"element_pack_widget_effect_transition_easing\":\"ease-out\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFA3\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":\"\"}]'),(3439,490,'_elementor_source_image_hash','67828cea5987a4b9905c1ad0ca1bf707ce3abceb'),(3405,480,'_edit_last','3'),(3406,480,'_thumbnail_id','317'),(3407,480,'site-sidebar-layout','default'),(3404,480,'_edit_lock','1664482652:3'),(3399,476,'_thumbnail_id','317'),(3408,480,'site-content-layout','default'),(3401,476,'site-sidebar-layout','default'),(3402,476,'site-content-layout','default'),(3403,476,'theme-transparent-header-meta','default'),(3409,480,'theme-transparent-header-meta','default'),(3410,481,'_edit_lock','1664482660:3'),(3411,481,'_edit_last','3'),(3412,481,'_thumbnail_id','317'),(3413,481,'site-sidebar-layout','default'),(3414,481,'site-content-layout','default'),(3415,481,'theme-transparent-header-meta','default'),(3440,491,'_wp_attached_file','2022/09/about-sect.jpg'),(3441,491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:510;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2022/09/about-sect.jpg\";s:8:\"filesize\";i:68381;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"about-sect-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"about-sect-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7847;}}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:{}}}'),(3442,491,'_elementor_source_image_hash','0a6f03513e135f9ee9631e181f5ced6e880e0767'),(3443,492,'_wp_attached_file','2022/09/bg-circle1.jpg'),(3444,492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:791;s:6:\"height\";i:1153;s:4:\"file\";s:22:\"2022/09/bg-circle1.jpg\";s:8:\"filesize\";i:55908;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bg-circle1-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2044;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bg-circle1-703x1024.jpg\";s:5:\"width\";i:703;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-circle1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"bg-circle1-768x1119.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1119;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8915;}}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:{}}}'),(3445,492,'_elementor_source_image_hash','bb84231ab971eee2c4c147304f01de341947872e'),(3446,493,'_wp_attached_file','2022/09/accent-dot2.png'),(3447,493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:23:\"2022/09/accent-dot2.png\";s:8:\"filesize\";i:554;s:5:\"sizes\";a:0:{}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:{}}}'),(3448,493,'_elementor_source_image_hash','55dd9a2470f15bc88bbdacd772876a26f3c9522a'),(3449,494,'_wp_attached_file','2022/09/accent-circle-line.png'),(3450,494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2022/09/accent-circle-line.png\";s:8:\"filesize\";i:1073;s:5:\"sizes\";a:0:{}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:{}}}'),(3451,494,'_elementor_source_image_hash','2b8e74405384033b9d02a0913ab94847601d7f03'),(3452,495,'_wp_attached_file','2022/09/video-conference-overlay.jpg'),(3453,495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:592;s:4:\"file\";s:36:\"2022/09/video-conference-overlay.jpg\";s:8:\"filesize\";i:94042;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"video-conference-overlay-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16310;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"video-conference-overlay-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"video-conference-overlay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"video-conference-overlay-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71532;}}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:{}}}'),(3454,495,'_elementor_source_image_hash','641eb0e793ec11f1ea1ddfb3f368dcd1e6b49441'),(3455,496,'_wp_attached_file','2022/09/bg-circle-dark.jpg'),(3456,496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:680;s:6:\"height\";i:1063;s:4:\"file\";s:26:\"2022/09/bg-circle-dark.jpg\";s:8:\"filesize\";i:81880;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"bg-circle-dark-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2004;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"bg-circle-dark-655x1024.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"bg-circle-dark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1416;}}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:{}}}'),(3457,496,'_elementor_source_image_hash','7f6705f9738823865aced3d1b718de5f04487657'),(3458,497,'_wp_attached_file','2022/09/speakers-0.jpg'),(3459,497,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2022/09/speakers-0.jpg\";s:8:\"filesize\";i:26644;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"speakers-0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"speakers-0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4954;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:74:\"elementor/thumbs/speakers-0-pvhq8gf4w47mp8jp4o0ox0xn6r1w25phtkifzpn280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3460,497,'_elementor_source_image_hash','5a59dcf578de91b4c22f2c5ece5ee88513f2035a'),(3461,498,'_wp_attached_file','2022/09/speakers-0-1.jpg'),(3462,498,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-1.jpg\";s:8:\"filesize\";i:22099;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4139;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-1-pvhq8j8ngmbho2flo78kmi80ywnzp90otygwfjivpc.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3463,498,'_elementor_source_image_hash','b98d10ce999d28bd07488420cffd8143ac75502d'),(3464,499,'_wp_attached_file','2022/09/speakers-0-2.jpg'),(3465,499,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-2.jpg\";s:8:\"filesize\";i:23902;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10257;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4399;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-2-pvhq8l4buae2bacvd81trhqy5oeq4n85i7rve3g3cw.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3466,499,'_elementor_source_image_hash','8dbcb1f69ac367465410bcc881a8a4d794076498'),(3467,500,'_wp_attached_file','2022/09/speakers-0-3.jpg'),(3468,500,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-3.jpg\";s:8:\"filesize\";i:34322;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5317;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-3-pvhq8nxueshxa48rwr9pgz1bxu0trqjcilqbtxbwu8.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3469,500,'_elementor_source_image_hash','27ef46ac0c2b06383505b28059153d04a1e55b46'),(3470,501,'_wp_attached_file','2022/09/speakers-0-4.jpg'),(3471,501,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-4.jpg\";s:8:\"filesize\";i:25487;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4652;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-4-pvhq8ptisgkhxc61ls2ylyk94lrk74qt6v1ash94hs.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3472,501,'_elementor_source_image_hash','0e2c997c85dacc1a7fd9d74a851be3a0e5d76f41'),(3473,502,'_wp_attached_file','2022/09/speakers-0-5.jpg'),(3474,502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-5.jpg\";s:8:\"filesize\";i:25623;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4867;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-5-pvhq8sn1cyocw61y5baubfumwrdnu82078zr8b4xz4.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3475,502,'_elementor_source_image_hash','a78f50ca388a6ad6e8ab077ed2b9e306a8b684b6'),(3476,503,'_wp_attached_file','2022/09/speakers-0-6.jpg'),(3477,503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-6.jpg\";s:8:\"filesize\";i:48938;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7128;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-6-pvhq8uipqmqxjdz7uc43gfdk3j4e9m9gviaq6v25mo.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3478,503,'_elementor_source_image_hash','0b5159ec773bc580e470eb2524ddab54114f50a4'),(3479,504,'_wp_attached_file','2022/09/speakers-0-7.jpg'),(3480,504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2022/09/speakers-0-7.jpg\";s:8:\"filesize\";i:35195;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"speakers-0-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"speakers-0-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6177;}s:24:\"elementor_custom_480x480\";a:4:{s:4:\"file\";s:76:\"elementor/thumbs/speakers-0-7-pvhq8xc8b4usi7v4dvbz5wnxvoqhwpknvw96moxz40.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(3481,504,'_elementor_source_image_hash','4baba4019f484cc9c53aefb1cf6d7e9dc6f55ba6'),(3482,505,'_wp_attached_file','2022/09/world-map.jpg'),(3483,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:697;s:4:\"file\";s:21:\"2022/09/world-map.jpg\";s:8:\"filesize\";i:98831;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"world-map-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4394;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"world-map-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"world-map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2233;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"world-map-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27235;}}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:{}}}'),(3484,505,'_elementor_source_image_hash','2f19633cb3116acf1ebbce1cf25acbbe5b502d13'),(3485,506,'_wp_attached_file','2022/09/testimo1.jpg'),(3486,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2022/09/testimo1.jpg\";s:8:\"filesize\";i:15027;s:5:\"sizes\";a:0:{}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:{}}}'),(3487,506,'_elementor_source_image_hash','6d2d74c283b13c51d292a0c3f2df1c19781fabe5'),(3488,507,'_wp_attached_file','2022/09/testimo2.jpg'),(3489,507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2022/09/testimo2.jpg\";s:8:\"filesize\";i:49613;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"testimo2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5424;}}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:{}}}'),(3490,507,'_elementor_source_image_hash','e505d8a113102f7dd7b5751c45fe1bfe092b8439'),(3491,508,'_wp_attached_file','2022/09/testimo3.jpg'),(3492,508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2022/09/testimo3.jpg\";s:8:\"filesize\";i:14474;s:5:\"sizes\";a:0:{}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:{}}}'),(3493,508,'_elementor_source_image_hash','d5de24a106472f02519d547c7ac584acdfd4cd3a'),(3494,509,'_wp_attached_file','2022/09/logo-color-1.png'),(3495,509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:132;s:6:\"height\";i:35;s:4:\"file\";s:24:\"2022/09/logo-color-1.png\";s:8:\"filesize\";i:2315;s:5:\"sizes\";a:0:{}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:{}}}'),(3496,509,'_elementor_source_image_hash','efdec962dd6474cf69fdf83784db60e52c3e42f5'),(3497,510,'_wp_attached_file','2022/09/logo-color-2.png'),(3498,510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:132;s:6:\"height\";i:27;s:4:\"file\";s:24:\"2022/09/logo-color-2.png\";s:8:\"filesize\";i:2935;s:5:\"sizes\";a:0:{}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:{}}}'),(3499,510,'_elementor_source_image_hash','b8b59e317ea5e85b0f718689e0d8534cff69e4a0'),(3500,511,'_wp_attached_file','2022/09/logo-color-3.png'),(3501,511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:132;s:6:\"height\";i:35;s:4:\"file\";s:24:\"2022/09/logo-color-3.png\";s:8:\"filesize\";i:1949;s:5:\"sizes\";a:0:{}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:{}}}'),(3502,511,'_elementor_source_image_hash','ca1246c5d0fb04f3ef61dc48cbb02ff81c68c297'),(3503,512,'_wp_attached_file','2022/09/logo-color-4.png'),(3504,512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:51;s:4:\"file\";s:24:\"2022/09/logo-color-4.png\";s:8:\"filesize\";i:2388;s:5:\"sizes\";a:0:{}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:{}}}'),(3505,512,'_elementor_source_image_hash','941e501d19c7cb72699018d85e66257e77d458d6'),(3506,513,'_wp_attached_file','2022/09/logo-color-5.png'),(3507,513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:163;s:6:\"height\";i:43;s:4:\"file\";s:24:\"2022/09/logo-color-5.png\";s:8:\"filesize\";i:2355;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-color-5-150x43.png\";s:5:\"width\";i:150;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2160;}}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:{}}}'),(3508,513,'_elementor_source_image_hash','28924dae1763825e2d21f7bd26d938c1e04a67a1'),(3509,514,'_wp_attached_file','2022/09/logo-color-6.png'),(3510,514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:119;s:6:\"height\";i:31;s:4:\"file\";s:24:\"2022/09/logo-color-6.png\";s:8:\"filesize\";i:2077;s:5:\"sizes\";a:0:{}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:{}}}'),(3511,514,'_elementor_source_image_hash','0188bde7ca259ca9c5e18af0450485eefc3f1cbb'),(3512,515,'_wp_attached_file','2022/09/logo-color-7.png'),(3513,515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:152;s:6:\"height\";i:39;s:4:\"file\";s:24:\"2022/09/logo-color-7.png\";s:8:\"filesize\";i:2961;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-color-7-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2887;}}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:{}}}'),(3514,515,'_elementor_source_image_hash','afbf0d781e7d5bbb6e9307505781255ae8720441'),(3515,516,'_wp_attached_file','2022/09/logo-color-8.png'),(3516,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:155;s:6:\"height\";i:44;s:4:\"file\";s:24:\"2022/09/logo-color-8.png\";s:8:\"filesize\";i:4160;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-color-8-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4164;}}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:{}}}'),(3517,516,'_elementor_source_image_hash','3cdda64b51046dc932a0a100b719f12f035a06aa'),(3518,517,'_wp_attached_file','2022/09/logo-color-9.png'),(3519,517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:40;s:4:\"file\";s:24:\"2022/09/logo-color-9.png\";s:8:\"filesize\";i:2397;s:5:\"sizes\";a:0:{}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:{}}}'),(3520,517,'_elementor_source_image_hash','8609418f167c9fcdde09ae22c456c2901e286ad8'),(3521,518,'_wp_attached_file','2022/09/logo-color-10.png'),(3522,518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:139;s:6:\"height\";i:30;s:4:\"file\";s:25:\"2022/09/logo-color-10.png\";s:8:\"filesize\";i:2497;s:5:\"sizes\";a:0:{}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:{}}}'),(3523,518,'_elementor_source_image_hash','f5e303ac74fb9e7835dfb574b6f81bf51d6f1c4e'),(3524,519,'_wp_attached_file','2022/09/logo-color-11.png'),(3525,519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:141;s:6:\"height\";i:30;s:4:\"file\";s:25:\"2022/09/logo-color-11.png\";s:8:\"filesize\";i:2546;s:5:\"sizes\";a:0:{}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:{}}}'),(3526,519,'_elementor_source_image_hash','82108747f9f94af5052df0bfd5898bd3f58ddbdb'),(3527,520,'_wp_attached_file','2022/09/logo-color-12.png'),(3528,520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:135;s:6:\"height\";i:34;s:4:\"file\";s:25:\"2022/09/logo-color-12.png\";s:8:\"filesize\";i:2063;s:5:\"sizes\";a:0:{}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:{}}}'),(3529,520,'_elementor_source_image_hash','2ab201c82bd352a1e5b3739235ca6f1d8dce4c8d'),(3530,521,'_wp_attached_file','2022/09/placeholder.png'),(3531,521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2022/09/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3532,521,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3533,522,'_wp_attached_file','2022/09/placeholder-1.png'),(3534,522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3535,522,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3536,523,'_wp_attached_file','2022/09/placeholder-2.png'),(3537,523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-2.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3538,523,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3539,524,'_wp_attached_file','2022/09/placeholder-3.png'),(3540,524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-3.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3541,524,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3542,525,'_wp_attached_file','2022/09/placeholder-4.png'),(3543,525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-4.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3544,525,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3545,526,'_wp_attached_file','2022/09/placeholder-5.png'),(3546,526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-5.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-5-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3547,526,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3548,527,'_wp_attached_file','2022/09/placeholder-6.png'),(3549,527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-6.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-6-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3550,527,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3551,528,'_wp_attached_file','2022/09/placeholder-7.png'),(3552,528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-7.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-7-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-7-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3553,528,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3554,529,'_wp_attached_file','2022/09/placeholder-8.png'),(3555,529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-8.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-8-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-8-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(3556,529,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3557,530,'_wp_attached_file','2022/09/placeholder-9.png'),(3558,530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/09/placeholder-9.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-9-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-9-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(1558,11,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(5640,758,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}'),(1398,11,'_oembed_cad9e882efcfc33e293adceed834ac0b','<iframe title=\"Porque elegir a Edner Granados como Conferencista\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/VR9VReN6VZE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1399,11,'_oembed_time_cad9e882efcfc33e293adceed834ac0b','1664022863'),(1402,219,'_elementor_edit_mode','builder'),(1403,219,'_elementor_template_type','header'),(1404,219,'_elementor_version','3.7.7'),(1405,219,'_elementor_pro_version','3.7.7'),(1406,219,'_astra_content_layout_flag','disabled'),(1407,219,'site-post-title','disabled'),(1408,219,'ast-title-bar-display','disabled'),(1409,219,'ast-featured-img','disabled'),(1410,219,'site-content-layout','page-builder'),(1411,219,'site-sidebar-layout','no-sidebar'),(1412,219,'ekit_post_views_count','23'),(1413,219,'_edit_lock','1664487840:4'),(1315,11,'__elementor_forms_snapshot','[{\"id\":\"efef6a6\",\"name\":\"FORMULARIO\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Nombre\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Correo electr\\u00f3nico\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Mensaje\"},{\"id\":\"field_040512d\",\"type\":\"acceptance\",\"label\":\"\"},{\"id\":\"field_7724ca2\",\"type\":\"honeypot\",\"label\":false},{\"id\":\"field_09415bb\",\"type\":\"recaptcha\",\"label\":false}]}]'),(3589,540,'_elementor_source_image_hash','e3292b83680299c3dffdf986ae362ffb20b2ed09'),(3590,541,'_wp_attached_file','2022/09/placeholder-20.png'),(3591,541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2022/09/placeholder-20.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-20-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-20-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-20-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12283;}}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:{}}}'),(1785,263,'otros-detalles','Con música en vivo'),(1786,263,'duracion-recomendada','60 a 90 minutos'),(1787,263,'observacion',''),(1788,263,'site-sidebar-layout','default'),(1789,263,'site-content-layout','default'),(1790,263,'theme-transparent-header-meta','default'),(1791,264,'_edit_lock','1687462900:2'),(1792,264,'_edit_last','2'),(1794,264,'subtitulo-1','9. “Tu vida de Subida.”'),(1795,264,'descripcion','<div class=\"translate-tooltip-mtz hidden\">\n<div class=\"controls\">\n<div class=\"controls__control-wrapper\">\n<div class=\"controls__inner-circle\"></div>\n</div>\n</div>\n</div>\n<ul>\n<li>Una conferencia basada en el modelo de Alineación de Niveles Lógicos de Robert Dilts, presenta de forma divertida, sencilla y profunda la relación entre clarificar la Misión personal, alinearla a los valores y creencias de éxito y volverlos finalmente acciones que nos conduzcan a una vida congruente de plenitud, éxito personal y balance.</li>\n</ul>\n<p><b>¡Toda una experiencia, necesitas vivirla! Te divertirás y te llevarás información valiosa y reflexiones poderosas.</b></p>\n'),(1796,264,'subtitulo-2',''),(1797,264,'otros-detalles','Con música en vivo'),(1798,264,'duracion-recomendada','60 a 90 minutos'),(1799,264,'observacion',''),(1800,264,'site-sidebar-layout','default'),(1801,264,'site-content-layout','default'),(1802,264,'theme-transparent-header-meta','default'),(1803,265,'_edit_lock','1687462953:2'),(1804,265,'_edit_last','2'),(1806,265,'subtitulo-1','10. “Emociones.Flojito y Cooperando.”'),(1807,265,'descripcion','<p> </p>\n<ul>\n<li>¿Habrá brutos emocionales? Claro que no, lo que sería muy útil un manual para usar las emociones a nuestro favor. Esta conferencia es válida hoy más que nunca cuando diariamente desde que despertamos somos blanco de miles de detonadores de emociones no productivas.</li>\n<li>¿Cómo se crean las emociones?</li>\n<li>¿Cómo podemos entrenarnos a manejarlas adecuadamente y a nuestro favor?</li>\n<li>¿Cómo aumentar nuestro coeficiente emocional?</li>\n<li>Esto y mucho más descubrirás en esta reveladora, divertida y aplicable conferencia en la vida de hoy basada en Neurociencias y lo último que se ha encontrado en el tema de emociones.</li>\n<li>Se vale decidir como te sientes. Tú nomás “Flojito y Cooperando”. Disfrútala.</li>\n</ul>\n'),(1808,265,'subtitulo-2',''),(1809,265,'otros-detalles','Con música en vivo'),(1810,265,'duracion-recomendada','60 a 90 minutos'),(1811,265,'observacion',''),(1812,265,'site-sidebar-layout','default'),(1813,265,'site-content-layout','default'),(1814,265,'theme-transparent-header-meta','default'),(1815,266,'_edit_lock','1687463088:2'),(1816,266,'_edit_last','2'),(3009,262,'_thumbnail_id','426'),(1818,266,'subtitulo-1','11. Si ves para arriba, se ve diferente.'),(1819,266,'descripcion','<div class=\"translate-tooltip-mtz hidden\">\n<div class=\"translated-text\">\n<div class=\"words\"></div>\n</div>\n<div class=\"controls\">\n<div class=\"controls__control-wrapper\">\n<div class=\"controls__inner-circle\"></div>\n</div>\n</div>\n</div>\n<ul>\n<li>Actitud, actitud, actitud. Sí, pero ¿cómo volverla acción?</li>\n<li>Si ves para arriba se ve diferente es una conferencia motivacional con música en vivo, y elementos emocionales, enfocada al cambio de actitudes y la eliminación de creencias ineficientes en el entorno personal, laboral y de vida.</li>\n<li>Como punto central utiliza el manejo de nuestras representaciones internas (la tele y el walkman mental) y nuestra corporalidad como la base para mantener estados emocionales positivos, proactivos y de éxito en todo momento.</li>\n</ul>\n<p><b>¿Cómo crear tus propios estados emocionales? Aquí está la respuesta de esto y mucho más. Una conferencia </b><b>actitudinalmente</b> <b>cool</b><b>.</b></p>\n'),(1820,266,'subtitulo-2',''),(1821,266,'otros-detalles','Con música en vivo'),(1822,266,'duracion-recomendada','60 a 90 minutos'),(1823,266,'observacion',''),(1824,266,'site-sidebar-layout','default'),(1825,266,'site-content-layout','default'),(1826,266,'theme-transparent-header-meta','default'),(1827,267,'_edit_lock','1687463125:2'),(1828,267,'_edit_last','2'),(1830,267,'subtitulo-1','12. Comunicación de Alto Impacto para Líderes de Alto Impacto.'),(1831,267,'descripcion','<div class=\"translate-tooltip-mtz hidden\">\n<div class=\"controls\">\n<div class=\"controls__control-wrapper\">\n<div class=\"controls__inner-circle\"></div>\n</div>\n</div>\n</div>\n<ul>\n<li>Una de las grandes áreas de oportunidad que siguen viviendo las organizaciones de hoy en día, es la falta de comunicación de calidad, que crea enormes pérdidas económicas y desgaste emocional en sus recursos humanos.</li>\n<li>¿Cómo puedo mejorar sustancialmente mi estilo de comunicación para influir en mi equipo?</li>\n<li>¿Qué sutilezas debo observar en mi comunicación y en mi interlocutor para afinar mi proceso sustancialmente?</li>\n<li>¿Qué hacen los grandes comunicadores para transmitir un mensaje claro y de alto impacto?</li>\n<li>Comunicación de alto impacto es una divertida y a la vez enriquecedora conferencia que te ofrecerá herramientas poderosas, fáciles de aplicar y efectivas para mejorar del cielo a la tierra tu comunicación con los demás.</li>\n</ul>\n'),(1832,267,'subtitulo-2',''),(1833,267,'otros-detalles','Con música en vivo'),(1834,267,'duracion-recomendada','60 a 90 minutos'),(1835,267,'observacion',''),(1836,267,'site-sidebar-layout','default'),(1837,267,'site-content-layout','default'),(1838,267,'theme-transparent-header-meta','default'),(1839,268,'_edit_lock','1687463179:2'),(1840,268,'_edit_last','2'),(1842,268,'subtitulo-1','13. De Mí para Mí'),(1843,268,'descripcion','<div class=\"translate-tooltip-mtz hidden\">\n<div class=\"controls\">\n<div class=\"controls__control-wrapper\">\n<div class=\"controls__inner-circle\"></div>\n</div>\n</div>\n</div>\n<ul>\n<li>Un regalo para ellas.</li>\n<li>Esta conferencia es ideal para auditorios femeninos.</li>\n<li>Una conferencia “Sólo para mujeres”. Divertida, emocional, para revalorar, especial.</li>\n</ul>\n'),(1844,268,'subtitulo-2',''),(1845,268,'otros-detalles','Con música en vivo'),(1846,268,'duracion-recomendada','60 a 90 minutos'),(1847,268,'observacion',''),(1848,268,'site-sidebar-layout','default'),(1849,268,'site-content-layout','default'),(1850,268,'theme-transparent-header-meta','default'),(1851,269,'_edit_lock','1687463218:2'),(1852,269,'_edit_last','2'),(1854,269,'subtitulo-1','14. Motivación y Crecimiento personal. Ser quien sueñas ser.'),(1855,269,'descripcion','<div class=\"translate-tooltip-mtz hidden\">\n<div class=\"controls\">\n<div class=\"controls__control-wrapper\">\n<div class=\"controls__inner-circle\"></div>\n</div>\n</div>\n</div>\n<ul>\n<li>Una conferencia genial para Universidades, crecimiento personal que de forma divertida, clara y diferente nos presenta los pasos y retos para poder llevar a cabo cualquier sueño que tengamos en mente.</li>\n</ul>\n<p><b>¡Diviértete y cambia el software que tienes instalado en tu computadora mental por un software de logro, éxito y poder personal!</b></p>\n'),(1856,269,'subtitulo-2',''),(1857,269,'otros-detalles','Basada en la estrategia de Disney diseñada y modelada por Robert Dilts y los 7 Pasos para el Éxito® de Edner Granados. Con música en vivo.'),(1858,269,'duracion-recomendada','60 a 90 minutos'),(1859,269,'observacion',''),(1860,269,'site-sidebar-layout','default'),(1861,269,'site-content-layout','default'),(1862,269,'theme-transparent-header-meta','default'),(3001,260,'_thumbnail_id','424'),(3020,430,'_wp_attached_file','2022/09/FOTO-EVENTO-EDNER-3.jpg'),(3021,430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2022/09/FOTO-EVENTO-EDNER-3.jpg\";s:8:\"filesize\";i:64450;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"FOTO-EVENTO-EDNER-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58914;}}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:{}}}'),(5611,755,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:20:\"ep_grid_line_columns\";s:0:\"\";}');
/*!40000 ALTER TABLE `wp_72rj7f_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_72rj7f_posts`
--
DROP TABLE IF EXISTS `wp_72rj7f_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_72rj7f_posts` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=763 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_72rj7f_posts`
--
LOCK TABLES `wp_72rj7f_posts` WRITE;
/*!40000 ALTER TABLE `wp_72rj7f_posts` DISABLE KEYS */;
INSERT INTO `wp_72rj7f_posts` VALUES (7,2,'2022-09-21 20:22:05','2022-09-21 20:22:05','','Kit por defecto','','publish','closed','closed','','kit-por-defecto','','','2022-09-27 16:19:14','2022-09-27 16:19:14','',0,'https://www.elconferencista.com/?p=7',0,'elementor_library','',0),(11,2,'2022-09-21 20:24:46','2022-09-21 20:24:46','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"683\" height=\"1024\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados.png\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados.png 683w, https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados-600x900.png 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados-200x300.png 200w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>EDNER GRANADOS</h2> \n <h2>IMPACT SPEAKER</h2> \n <a href=\"#form\">\n CONTACTO\n </a>\n<a href=\"https://www.youtube.com/embed/S71-ubjO-V4?feature=oembed?playlist=S71-ubjO-V4&mute=0&autoplay=0&loop=no&controls=0&start=0&end=\" aria-label=\"video-popup\">\n </a>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <a href=\"tel:529983167943\" tabindex=\"-1\">\n </a>\n <h3>\n <a href=\"tel:529983167943\" >\n Llamadas nacionales e internacionales </a>\n </h3>\n <p>\n +52 998 316 7943 </p>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"https://wa.me/529983167943\" target=\"_blank\" rel=\"noopener\">\n +52 998 316 7943\n </a>\n </li>\n <li>\n <a href=\"mailto:info@ednergranados.com\">\n info@ednergranados.com\n </a>\n </li>\n </ul>\n <img width=\"1440\" height=\"1440\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n.jpg 1440w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-300x300.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-100x100.jpg 100w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-600x600.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-1024x1024.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-150x150.jpg 150w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-768x768.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /> \n <img width=\"1440\" height=\"1080\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n.jpg 1440w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-600x450.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-300x225.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-1024x768.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-768x576.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /> \n <img width=\"1280\" height=\"960\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg 1280w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-600x450.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-300x225.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-1024x768.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" /> \n <h6>\n DICTANDO CONFERENCIAS\n </h6><h3>22 PAISES</h3> \n <p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: Éxito Awards 2014 de Latinoamérica <br />Ha sido nombrado Conferencista por el Latin American Quality Institute en los años:</p>\n<p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017</strong></p>\n <img width=\"1024\" height=\"1024\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-1024x1024.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-1024x1024.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-300x300.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-100x100.jpg 100w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-600x600.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-150x150.jpg 150w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-768x768.jpg 768w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n.jpg 1440w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n NOMINADO AL MEJOR SPEAKER \n </h3>\n <p>\n 2020 </p>\n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n AÑOS CAMBIANDO VIDAS \n 0\n CONFERENCIAS IMPARTIDAS \n +\n 0\n PERSONAS IMPACTADAS \n +\n 0\n <h6>\n GALERÍA \n </h6><h3>NUESTROS CLIENTES</h3> \n <p>Entre sus clientes cuenta con más 90 empresas de <strong>Fortune 500</strong> y más de 100 de <strong>Expansión 500</strong>, además de Empresas Medianas, Universidades y Gobierno. <br />Hoy <strong>Edner Granados</strong> tiene el gusto de poder compartir momentos con más de <strong>60,000 personas al año</strong> en más de 100 conferencias que dicta en los diferentes Países que visita.</p> \n <style>/*! elementor-pro - v3.23.0 - 05-08-2024 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style> \n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0007\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAyLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMDcuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0010\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAxLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMTAuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0009\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAwLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMDkuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0008\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwOC5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0006\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTgsInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwNi5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0005\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTcsInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwNS5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <h2>¿Por qué ELEGIR A EDNER GRANADOS?</h2> \n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> \n https://www.youtube.com/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados \n <h6>\n CONTACTO\n </h6><h3>PARA MI ES UN PLACER ATENDERTE</h3>','Landing','','publish','closed','closed','','landing','','','2024-08-22 17:41:12','2024-08-22 17:41:12','',0,'https://www.elconferencista.com/?page_id=11',0,'page','',0),(13,2,'2022-09-21 20:26:48','2022-09-21 20:26:48','','Kit por defecto','','inherit','closed','closed','','7-revision-v1','','','2022-09-21 20:26:48','2022-09-21 20:26:48','',7,'https://www.elconferencista.com/?p=13',0,'revision','',0),(14,2,'2022-09-21 20:36:53','2022-09-21 20:36:53','','Eventum - Event & Conference Elementor Template Kit','','publish','closed','closed','','eventum-event-conference-elementor-template-kit','','','2022-09-21 20:36:53','2022-09-21 20:36:53','',0,'https://www.elconferencista.com/?p=14',0,'envato_tk_import','',0),(21,2,'2022-09-21 20:37:40','2022-09-21 20:37:40','','eventum-img1.jpg','','inherit','','closed','','eventum-img1-jpg','','','2022-09-21 20:37:40','2022-09-21 20:37:40','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-img1.jpg',0,'attachment','image/jpeg',0),(22,2,'2022-09-21 20:37:42','2022-09-21 20:37:42','','circle.png','','inherit','','closed','','circle-png','','','2022-09-21 20:37:42','2022-09-21 20:37:42','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/circle.png',0,'attachment','image/png',0),(28,2,'2022-09-21 20:37:51','2022-09-21 20:37:51','','eventum-img37.jpg','','inherit','','closed','','eventum-img37-jpg','','','2022-09-21 20:37:51','2022-09-21 20:37:51','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-img37.jpg',0,'attachment','image/jpeg',0),(44,2,'2022-09-21 20:38:19','2022-09-21 20:38:19','','eventum-img10.jpg','','inherit','','closed','','eventum-img10-jpg','','','2022-09-21 20:38:19','2022-09-21 20:38:19','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-img10.jpg',0,'attachment','image/jpeg',0),(49,2,'2022-09-21 20:38:31','2022-09-21 20:38:31','','eventum-img20.jpg','','inherit','','closed','','eventum-img20-jpg','','','2022-09-21 20:38:31','2022-09-21 20:38:31','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-img20.jpg',0,'attachment','image/jpeg',0),(54,2,'2022-09-21 20:38:44','2022-09-21 20:38:44','','eventum-client01.png','','inherit','','closed','','eventum-client01-png','','','2022-09-21 20:38:44','2022-09-21 20:38:44','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client01.png',0,'attachment','image/png',0),(55,2,'2022-09-21 20:38:45','2022-09-21 20:38:45','','eventum-client02.png','','inherit','','closed','','eventum-client02-png','','','2022-09-21 20:38:45','2022-09-21 20:38:45','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client02.png',0,'attachment','image/png',0),(56,2,'2022-09-21 20:38:47','2022-09-21 20:38:47','','eventum-client05.png','','inherit','','closed','','eventum-client05-png','','','2022-09-21 20:38:47','2022-09-21 20:38:47','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client05.png',0,'attachment','image/png',0),(57,2,'2022-09-21 20:38:48','2022-09-21 20:38:48','','eventum-client07.png','','inherit','','closed','','eventum-client07-png','','','2022-09-21 20:38:48','2022-09-21 20:38:48','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client07.png',0,'attachment','image/png',0),(58,2,'2022-09-21 20:38:50','2022-09-21 20:38:50','','eventum-client03.png','','inherit','','closed','','eventum-client03-png','','','2022-09-21 20:38:50','2022-09-21 20:38:50','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client03.png',0,'attachment','image/png',0),(59,2,'2022-09-21 20:38:51','2022-09-21 20:38:51','','eventum-client04.png','','inherit','','closed','','eventum-client04-png','','','2022-09-21 20:38:51','2022-09-21 20:38:51','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client04.png',0,'attachment','image/png',0),(60,2,'2022-09-21 20:38:52','2022-09-21 20:38:52','','eventum-client06.png','','inherit','','closed','','eventum-client06-png','','','2022-09-21 20:38:52','2022-09-21 20:38:52','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client06.png',0,'attachment','image/png',0),(61,2,'2022-09-21 20:38:54','2022-09-21 20:38:54','','eventum-client010.png','','inherit','','closed','','eventum-client010-png','','','2022-09-21 20:38:54','2022-09-21 20:38:54','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client010.png',0,'attachment','image/png',0),(62,2,'2022-09-21 20:38:55','2022-09-21 20:38:55','','eventum-client08.png','','inherit','','closed','','eventum-client08-png','','','2022-09-21 20:38:55','2022-09-21 20:38:55','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client08.png',0,'attachment','image/png',0),(63,2,'2022-09-21 20:38:57','2022-09-21 20:38:57','','eventum-client09.png','','inherit','','closed','','eventum-client09-png','','','2022-09-21 20:38:57','2022-09-21 20:38:57','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/eventum-client09.png',0,'attachment','image/png',0),(753,2,'2024-08-22 17:38:48','2024-08-22 17:38:48','<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"683\" height=\"1024\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados.png\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados.png 683w, https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados-600x900.png 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados-200x300.png 200w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>EDNER GRANADOS</h2> \n <h2>IMPACT SPEAKER</h2> \n <a href=\"#form\">\n CONTACTO\n </a>\n<a href=\"https://www.youtube.com/embed/S71-ubjO-V4?feature=oembed?playlist=S71-ubjO-V4&mute=0&autoplay=0&loop=no&controls=0&start=0&end=\" aria-label=\"video-popup\">\n </a>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <a href=\"tel:529983167943\" tabindex=\"-1\">\n </a>\n <h3>\n <a href=\"tel:529983167943\" >\n Llamadas nacionales e internacionales </a>\n </h3>\n <p>\n +52 998 316 7943 </p>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"https://wa.me/529983167943\" target=\"_blank\" rel=\"noopener\">\n +52 998 316 7943\n </a>\n </li>\n <li>\n <a href=\"mailto:info@ednergranados.com\">\n info@ednergranados.com\n </a>\n </li>\n </ul>\n <img width=\"1440\" height=\"1440\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n.jpg 1440w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-300x300.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-100x100.jpg 100w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-600x600.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-1024x1024.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-150x150.jpg 150w, https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n-768x768.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /> \n <img width=\"1440\" height=\"1080\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n.jpg 1440w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-600x450.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-300x225.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-1024x768.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n-768x576.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /> \n <img width=\"1280\" height=\"960\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg 1280w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-600x450.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-300x225.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-1024x768.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" /> \n <h6>\n DICTANDO CONFERENCIAS\n </h6><h3>22 PAISES</h3> \n <p>Edner Granados es uno de los quince entrenadores mexicanos certificados a nivel mundial por la NLP University, Galardonado como mejor speaker: Éxito Awards 2014 de Latinoamérica <br />Ha sido nombrado Conferencista por el Latin American Quality Institute en los años:</p>\n<p><strong>2010 - 2011 - 2012 - 2014 - 2016 - 2017</strong></p>\n <img width=\"768\" height=\"768\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-768x768.jpg\" alt=\"\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-768x768.jpg 768w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-300x300.jpg 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-100x100.jpg 100w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-600x600.jpg 600w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-1024x1024.jpg 1024w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n-150x150.jpg 150w, https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n.jpg 1440w\" sizes=\"(max-width: 768px) 100vw, 768px\" /> \n <h3>\n NOMINADO AL MEJOR SPEAKER \n </h3>\n <p>\n 2020 </p>\n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n AÑOS CAMBIANDO VIDAS \n 0\n CONFERENCIAS IMPARTIDAS \n +\n 0\n PERSONAS IMPACTADAS \n +\n 0\n <h6>\n GALERÍA \n </h6><h3>NUESTROS CLIENTES</h3> \n <p>Entre sus clientes cuenta con más 90 empresas de <strong>Fortune 500</strong> y más de 100 de <strong>Expansión 500</strong>, además de Empresas Medianas, Universidades y Gobierno. <br />Hoy <strong>Edner Granados</strong> tiene el gusto de poder compartir momentos con más de <strong>60,000 personas al año</strong> en más de 100 conferencias que dicta en los diferentes Países que visita.</p> \n <style>/*! elementor-pro - v3.23.0 - 05-08-2024 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style> \n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0007\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAyLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMDcuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0010\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAxLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMTAuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0009\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTAwLCJ1cmwiOiJodHRwczpcL1wvd3d3LmVsY29uZmVyZW5jaXN0YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA5XC8yMDE4LVNJTlRFU0lTLUNVUlJJQ1VMQVJfcGFnZXMtdG8tanBnLTAwMDkuanBnIiwic2xpZGVzaG93IjoiNmRkNmI2OGIifQ%3D%3D\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0008\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTksInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwOC5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0006\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTgsInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwNi5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <a href=\"https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6dd6b68b\" data-elementor-lightbox-title=\"2018 SINTESIS CURRICULAR_pages-to-jpg-0005\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTcsInVybCI6Imh0dHBzOlwvXC93d3cuZWxjb25mZXJlbmNpc3RhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyMlwvMDlcLzIwMTgtU0lOVEVTSVMtQ1VSUklDVUxBUl9wYWdlcy10by1qcGctMDAwNS5qcGciLCJzbGlkZXNob3ciOiI2ZGQ2YjY4YiJ9\">\n </a>\n <h2>¿Por qué ELEGIR A EDNER GRANADOS?</h2> \n <style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> \n https://www.youtube.com/watch?v=VR9VReN6VZE&t=33s&ab_channel=EdnerGranados \n <h6>\n CONTACTO\n </h6><h3>PARA MI ES UN PLACER ATENDERTE</h3>','Landing','','inherit','closed','closed','','11-revision-v1','','','2024-08-22 17:38:48','2024-08-22 17:38:48','',11,'https://www.elconferencista.com/?p=753',0,'revision','',0),(74,2,'2022-09-21 20:42:34','2022-09-21 20:42:34','','Kit por defecto','','inherit','closed','closed','','7-revision-v1','','','2022-09-21 20:42:34','2022-09-21 20:42:34','',7,'https://www.elconferencista.com/?p=74',0,'revision','',0),(75,2,'2022-09-21 20:42:34','2022-09-21 20:42:34','','Kit por defecto','','inherit','closed','closed','','7-revision-v1','','','2022-09-21 20:42:34','2022-09-21 20:42:34','',7,'https://www.elconferencista.com/?p=75',0,'revision','',0),(76,2,'2022-09-21 20:42:34','2022-09-21 20:42:34','','Kit por defecto','','inherit','closed','closed','','7-revision-v1','','','2022-09-21 20:42:34','2022-09-21 20:42:34','',7,'https://www.elconferencista.com/?p=76',0,'revision','',0),(77,2,'2022-09-21 20:44:30','2022-09-21 20:44:30','','edner granados','','inherit','','closed','','edner-granados','','','2022-09-21 20:44:30','2022-09-21 20:44:30','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/edner-granados.png',0,'attachment','image/png',0),(82,2,'2022-09-21 21:02:45','2022-09-21 21:02:45','','MINIATURA DE PORQUE EDNER GRANADOS','','inherit','','closed','','miniatura-de-porque-edner-granados','','','2022-09-21 21:02:45','2022-09-21 21:02:45','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS.jpg',0,'attachment','image/jpeg',0),(83,2,'2022-09-21 21:04:44','2022-09-21 21:04:44','','89941859_523545041683207_8273911308307233517_n','','inherit','','closed','','89941859_523545041683207_8273911308307233517_n','','','2022-09-21 21:04:44','2022-09-21 21:04:44','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/89941859_523545041683207_8273911308307233517_n.jpg',0,'attachment','image/jpeg',0),(84,2,'2022-09-21 21:04:46','2022-09-21 21:04:46','','89636034_199205457972115_4256094188653888311_n','','inherit','','closed','','89636034_199205457972115_4256094188653888311_n','','','2022-09-21 21:04:46','2022-09-21 21:04:46','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/89636034_199205457972115_4256094188653888311_n.jpg',0,'attachment','image/jpeg',0),(85,2,'2022-09-21 21:04:48','2022-09-21 21:04:48','','275944674_952978798749881_5870331188178632551_n','','inherit','','closed','','275944674_952978798749881_5870331188178632551_n','','','2022-09-21 21:04:48','2022-09-21 21:04:48','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/275944674_952978798749881_5870331188178632551_n.jpg',0,'attachment','image/jpeg',0),(86,2,'2022-09-21 21:04:50','2022-09-21 21:04:50','','MINIATURA DE PORQUE EDNER GRANADOS','','inherit','','closed','','miniatura-de-porque-edner-granados-2','','','2022-09-21 21:04:50','2022-09-21 21:04:50','',11,'https://www.elconferencista.com/wp-content/uploads/2022/09/MINIATURA-DE-PORQUE-EDNER-GRANADOS-1.jpg',0,'attachment','image/jpeg',0),(96,2,'2022-09-21 21:37:22','2022-09-21 21:37:22','','2018 SINTESIS CURRICULAR_pages-to-jpg-0005.1','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0005-1','','','2022-09-21 21:37:22','2022-09-21 21:37:22','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.1.jpg',0,'attachment','image/jpeg',0),(97,2,'2022-09-21 21:37:26','2022-09-21 21:37:26','','2018 SINTESIS CURRICULAR_pages-to-jpg-0005','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0005','','','2022-09-21 21:37:26','2022-09-21 21:37:26','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0005.jpg',0,'attachment','image/jpeg',0),(98,2,'2022-09-21 21:37:28','2022-09-21 21:37:28','','2018 SINTESIS CURRICULAR_pages-to-jpg-0006','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0006','','','2022-09-21 21:37:28','2022-09-21 21:37:28','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0006.jpg',0,'attachment','image/jpeg',0),(99,2,'2022-09-21 21:37:31','2022-09-21 21:37:31','','2018 SINTESIS CURRICULAR_pages-to-jpg-0008','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0008','','','2022-09-21 21:37:31','2022-09-21 21:37:31','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0008.jpg',0,'attachment','image/jpeg',0),(100,2,'2022-09-21 21:37:35','2022-09-21 21:37:35','','2018 SINTESIS CURRICULAR_pages-to-jpg-0009','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0009','','','2022-09-21 21:37:35','2022-09-21 21:37:35','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0009.jpg',0,'attachment','image/jpeg',0),(101,2,'2022-09-21 21:37:37','2022-09-21 21:37:37','','2018 SINTESIS CURRICULAR_pages-to-jpg-0010','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0010','','','2022-09-21 21:37:37','2022-09-21 21:37:37','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0010.jpg',0,'attachment','image/jpeg',0),(102,2,'2022-09-21 21:37:40','2022-09-21 21:37:40','','2018 SINTESIS CURRICULAR_pages-to-jpg-0007','','inherit','','closed','','2018-sintesis-curricular_pages-to-jpg-0007','','','2022-09-21 21:37:40','2022-09-21 21:37:40','',0,'https://www.elconferencista.com/wp-content/uploads/2022/09/2018-SINTESIS-CURRICULAR_pages-to-jpg-0007.jpg',0,'attachment','image/jpeg',0),(118,2,'2022-09-21 22:14:13','2022-09-21 22:14:13','\n\n/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n.envato-block__preview{overflow: visible;}\n\n/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */\n\n.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{\n text-align: center;\n}\n.envato-kit-141-top-0 h1,\n.envato-kit-141-top-0 h2,\n.envato-kit-141-top-0 h3,\n.envato-kit-141-top-0 h4,\n.envato-kit-141-top-0 h5,\n.envato-kit-141-top-0 h6,\n.envato-kit-141-top-0 p {\n margin-top: 0;\n}\n\n.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n.envato-kit-141-bottom-0 p {\n margin-bottom: 0;\n}\n\n.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {\n margin-bottom: .5rem;\n}\n\n.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {\n padding-bottom: 52px;\n}\n\n.envato-kit-141-display-inline {\n display: inline-block;\n}\n\n.envato-kit-141 .elementor-slick-slider ul.slick-dots {\n bottom: -40px;\n}\n\n/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n','astra-child','','publish','closed','closed','','astra-child','','','2022-09-21 22:14:13','2022-09-21 22:14:13','',0,'https://www.elconferencista.com/astra-child/',0,'custom_css','',0),(119,2,'2022-09-21 22:14:13','2022-09-21 22:14:13','\n\n/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n.envato-block__preview{overflow: visible;}\n\n/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */\n\n.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{\n text-align: center;\n}\n.envato-kit-141-top-0 h1,\n.envato-kit-141-top-0 h2,\n.envato-kit-141-top-0 h3,\n.envato-kit-141-top-0 h4,\n.envato-kit-141-top-0 h5,\n.envato-kit-141-top-0 h6,\n.envato-kit-141-top-0 p {\n margin-top: 0;\n}\n\n.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n.envato-kit-141-bottom-0 p {\n margin-bottom: 0;\n}\n\n.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {\n margin-bottom: .5rem;\n}\n\n.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {\n padding-bottom: 52px;\n}\n\n.envato-kit-141-display-inline {\n display: inline-block;\n}\n\n.envato-kit-141 .elementor-slick-slider ul.slick-dots {\n bottom: -40px;\n}\n\n/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/\n\n','astra-child','','inherit','closed','closed','','118-revision-v1','','','2022-09-21 22:14:13','2022-09-21 22:14:13','',118,'https://www.elconferencista.com/?p=119',0,'revision','',0),(336,4,'2022-09-28 01:50:01','2022-09-28 01:50:01','','EDNER GRANADOS','','publish','closed','closed','','edner-granados','','','2022-09-28 01:50:01','2022-09-28 01:50:01','',0,'https://www.elconferencista.com/?post_type=whatsapp-accounts&p=336',0,'whatsapp-accounts','',0),(469,3,'2022-09-29 20:07:44','2022-09-29 20:07:44','<link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Home\n </li>\n <li>\n </li>\n </ul>\n <a href=\"https://www.elconferencista.com/articulo-3/\"><img src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\" alt=\"Artículo 3\" loading=\"lazy\" width=\"2000\" height=\"1125\"></a><h4><a href=\"https://www.elconferencista.com/articulo-3/\">Artículo 3</a></h4><a href=\"https://www.elconferencista.com/2022/09/29/\" ><time datetime=\"2022-09-29T20:17:23+00:00\" title=\"2022-09-29T20:17:23+00:00\">septiembre 29, 2022</time></a>Phosfluorescently seize multidisciplinary manufactured products vis-a-vis enterprise-wide users. Synergistically harness…<a href=\"https://www.elconferencista.com/articulo-3/\">Leer más</a>\n <a href=\"https://www.elconferencista.com/articulo-2/\"><img src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\" alt=\"Artículo 2\" loading=\"lazy\" width=\"2000\" height=\"1125\"></a><h4><a href=\"https://www.elconferencista.com/articulo-2/\">Artículo 2</a></h4><a href=\"https://www.elconferencista.com/2022/09/29/\" ><time datetime=\"2022-09-29T20:17:18+00:00\" title=\"2022-09-29T20:17:18+00:00\">septiembre 29, 2022</time></a>Phosfluorescently seize multidisciplinary manufactured products vis-a-vis enterprise-wide users. Synergistically harness…<a href=\"https://www.elconferencista.com/articulo-2/\">Leer más</a>\n <a href=\"https://www.elconferencista.com/articulo-1/\"><img src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/young-business-team-listening-to-speaker-at-meeting-e1664326605261.jpg\" alt=\"Artículo 1\" loading=\"lazy\" width=\"2000\" height=\"1125\"></a><h4><a href=\"https://www.elconferencista.com/articulo-1/\">Artículo 1</a></h4><a href=\"https://www.elconferencista.com/2022/09/29/\" ><time datetime=\"2022-09-29T20:14:24+00:00\" title=\"2022-09-29T20:14:24+00:00\">septiembre 29, 2022</time></a>Phosfluorescently seize multidisciplinary manufactured products vis-a-vis enterprise-wide users. Synergistically harness…<a href=\"https://www.elconferencista.com/articulo-1/\">Leer más</a>\n <form role=\"search\" method=\"get\" action=\"https://www.elconferencista.com/\">\n <input name=\"post_type\" id=\"post_type\" type=\"hidden\" value=\"post\">\n <input placeholder=\"Search...\" type=\"search\" name=\"s\" title=\"Search\" value=\"\">\n </form>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css\">','BLOG','','publish','closed','closed','','blog','','','2022-09-30 00:02:32','2022-09-30 00:02:32','',0,'https://www.elconferencista.com/?page_id=469',0,'page','',0),(471,3,'2023-06-06 22:44:37','2022-09-29 20:08:59',' ','','','publish','closed','closed','','471','','','2023-06-06 22:44:37','2023-06-06 22:44:37','',0,'https://www.elconferencista.com/?p=471',6,'nav_menu_item','',0),(332,4,'2022-09-28 01:45:24','2022-09-28 01:45:24','<style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow,0)}</style> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>EVENT SPEAKER</h6> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"300\" height=\"254\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png\" alt=\"\" loading=\"lazy\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429.png 483w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n <h5>\n EDNER GRANADOS\n </h5><p>\n IMPACT SPEAKER\n </p> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a href=\"https://www.facebook.com/ednergranadosconfe\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/ednergranados/\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"https://twitter.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"https://www.youtube.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/edner-granados-254b8a23/\" target=\"_blank\" rel=\"noopener\">\n Linkedin\n </a>','Details','','inherit','closed','closed','','295-revision-v1','','','2022-09-28 01:45:24','2022-09-28 01:45:24','',295,'https://www.elconferencista.com/?p=332',0,'revision','',0),(333,4,'2022-09-28 01:45:24','2022-09-28 01:45:24','<style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow,0)}</style> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>EVENT SPEAKER</h6> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"300\" height=\"254\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png\" alt=\"\" loading=\"lazy\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429.png 483w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n <h5>\n EDNER GRANADOS\n </h5><p>\n IMPACT SPEAKER\n </p> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a href=\"https://www.facebook.com/ednergranadosconfe\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/ednergranados/\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"https://twitter.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"https://www.youtube.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/edner-granados-254b8a23/\" target=\"_blank\" rel=\"noopener\">\n Linkedin\n </a>','Details','','inherit','closed','closed','','295-revision-v1','','','2022-09-28 01:45:24','2022-09-28 01:45:24','',295,'https://www.elconferencista.com/?p=333',0,'revision','',0),(461,3,'2022-09-29 19:31:35','2022-09-29 19:31:35','<style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Diseñamos una conferencia para tu organización hecha a la medida.\n</h2> \n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n </h3>\n <p>\n A este Outfit específico para cada empresa o institución le llamamos Diseño FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente </p>\n <h2>Diseñamos una conferencia para tu organización hecha a la medida.\n</h2> \n <h3>\n </h3>\n <p>\n A este Outfit específico para cada empresa o institución le llamamos Diseño FOI (Fit Organizacional Individualizado) en el que creamos una traje a la medida para cada cliente </p>\n <h2>Tu conferencia… Un traje a la medida</h2> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow,0)}</style> \n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <style>.elementor-255 .elementor-element.elementor-element-eefe134:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;}.elementor-255 .elementor-element.elementor-element-eefe134, .elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{border-radius:20px 20px 20px 20px;}.elementor-255 .elementor-element.elementor-element-eefe134{box-shadow:0px 0px 10px 2px rgba(169.5, 169.5, 169.5, 0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 15px 28px 15px;}.elementor-255 .elementor-element.elementor-element-eefe134 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-255 .elementor-element.elementor-element-2da80a8{width:59.416%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2da80a8 > .elementor-element-populated{margin:0px 64px 0px 0px;--e-column-margin-right:64px;--e-column-margin-left:0px;}.elementor-255 .elementor-element.elementor-element-8f086f8 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:\"Roboto\", Sans-serif;font-weight:600;}.elementor-255 .elementor-element.elementor-element-43934f8{width:23.028%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-43934f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-43934f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:64%;}.elementor-255 .elementor-element.elementor-element-2b62a6c:not( .elementor-widget-image ) .elementor-widget-container{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-2b62a6c.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://www.elconferencista.com/wp-content/plugins/elementor/assets//mask-shapes/circle.svg );-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}.elementor-255 .elementor-element.elementor-element-da58978{width:17.083%;}.elementor-bc-flex-widget .elementor-255 .elementor-element.elementor-element-da58978.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-255 .elementor-element.elementor-element-da58978.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button .elementor-align-icon-left{margin-right:8px;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;font-weight:500;}@media(max-width:1024px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:36%;}.elementor-255 .elementor-element.elementor-element-1b48509 .elementor-button{padding:10px 16px 10px 16px;}}@media(max-width:767px){.elementor-255 .elementor-element.elementor-element-2b62a6c img{width:53%;}}</style> \n <section data-id=\"eefe134\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">\n <a role=\"button\">\n VER DETALLES\n </a>\n </section>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:529983167943\">\n </a>\n </li>\n <li>\n <a href=\"mailto:info@ednergranados.com\">\n </a>\n </li>\n </ul>','CONFERENCIAS','','inherit','closed','closed','','236-revision-v1','','','2022-09-29 19:31:35','2022-09-29 19:31:35','',236,'https://www.elconferencista.com/?p=461',0,'revision','',0),(447,3,'2022-09-29 16:56:48','2022-09-29 16:56:48','<style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow,0)}</style> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"300\" height=\"254\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png\" alt=\"\" loading=\"lazy\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429.png 483w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n <h5>\n EDNER GRANADOS\n </h5><p>\n IMPACT SPEAKER\n </p> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a href=\"https://www.facebook.com/ednergranadosconfe\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/ednergranados/\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"https://twitter.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"https://www.youtube.com/ednergranados\" target=\"_blank\" rel=\"noopener\">\n Youtube\n </a>\n <a href=\"https://www.linkedin.com/in/edner-granados-254b8a23/\" target=\"_blank\" rel=\"noopener\">\n Linkedin\n </a>\n <link rel=\"stylesheet\" href=\"https://www.elconferencista.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"tel:529983167943\">\n </a>\n </li>\n <li>\n <a href=\"mailto:info@ednergranados.com\">\n </a>\n </li>\n </ul>','Details','','inherit','closed','closed','','295-revision-v1','','','2022-09-29 16:56:48','2022-09-29 16:56:48','',295,'https://www.elconferencista.com/?p=447',0,'revision','',0),(385,4,'2022-09-28 15:58:02','2022-09-28 15:58:02','<style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow,0)}</style> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>EVENT SPEAKER</h6> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"300\" height=\"254\" src=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png\" alt=\"\" loading=\"lazy\" srcset=\"https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429-300x254.png 300w, https://www.elconferencista.com/wp-content/uploads/2022/09/PICH-e1664325490429.png 483w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n <h5>\n EDNER GRANADOS\n </h5><p>\n IMPACT SPEAKER\n </p> \n <style>/*! elementor - v3.7.7 - 20-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor